Tag: long array

  • Convert PHP arrays to short array syntax in seconds

    Convert PHP arrays to short array syntax in seconds

    Having just had to look this up, I thought I’d share how I did it. It’s really really easy. 1. Require code sniffer in your project (you are using composer, right?) 2. Run CBF using the DisallowLongArraySyntax sniff That will apply to everything in the current directory, so simply change the . to whichever specific…