Juliette
Juliette
Looks like the last time the public code style preference analysis reports were updated is Autumn 2018. I, for one, would be interested to see an update to get insight...
Originally reported in sirbrillig/phpcs-variable-analysis#263. When the short list syntax would be used as the first contents within a control structure without braces, the square brackets would be tokenized as plain...
Recently, the [Deprecate dynamic properties RFC](https://wiki.php.net/rfc/deprecate_dynamic_properties) has been approved for PHP 8.2 and as I expected it will cause havoc, I've started doing some test runs against various repos, including...
As discussed in #3621, this PR adds a new function to show a "friendly" error message if/when PHPCS runs out of memory. This functionality can't be tested via the unit/integration...
The `Generic.WhiteSpace.IncrementDecrementSpacing` sniff, so far, only handled incrementors/decrementors when they were directly before/after the variable they apply to. This commit enhances the sniff to also allow for finding superfluous whitespace...
Depending on the size of a code base, the amount of sniffs run and the `memory_limit` set for PHP, PHPCS can run out of memory. Depending on the point at...
When running the `phpcs --standard=Name -e` command, the line at the top of the output would always presumes that a standard contains more than one sniff. The sniff count for...
The following code sample: ```php
I've just been looking into the `parallel` running option a bit more and am left with some questions. * When should you use this option ? * Does it work...
.. picked up along the way.