per-coding-style
per-coding-style copied to clipboard
PER coding style
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 -...