per-coding-style icon indicating copy to clipboard operation
per-coding-style copied to clipboard

PER coding style

Results 33 per-coding-style issues
Sort by recently updated
recently updated
newest added

I'm not sure if this already has been discussed, if so, please let me know. Currently the [Method and Function Parameters](https://www.php-fig.org/per/coding-style/#45-method-and-function-parameters) section defines a function argument list split across multiple...

Currently, there are no coding style rules for match expression operators. I suggest having the double-arrow operators in alignment, with the option of breaking out of alignment when using more...

None of the PSRs for Coding Standards, nor PER-CS, explicitly indicate whether the opening tag for PHP should be in lowercase, though this is very much implied in PSR-1 -...

enhancement