Larry Garfield

Results 157 comments of Larry Garfield

From what I've seen, union types are generally written without spaces right now. At least that's what TYPO3 has been doing as we add types for v12. IF going multiline,...

PR for short closures: https://github.com/php-fig/per-coding-style/pull/17

PR for trailing commas: https://github.com/php-fig/per-coding-style/pull/18

PR for typed properties and readonly: https://github.com/php-fig/per-coding-style/pull/19

PR for attributes: https://github.com/php-fig/per-coding-style/pull/26

Things I think we can be silent on: * Numeric literal separator: Is there a guideline here to use? * `__serialize` vs `Serializable`: The latter is deprecated anyway, so I...

PR for FCC: https://github.com/php-fig/per-coding-style/pull/27

Handles readonly classes: https://github.com/php-fig/per-coding-style/pull/41

I'm going to argue that CPP is already adequately covered by existing rules, so nothing new needs to be said. Named arguments are here: #42

Nested ternaries: https://github.com/php-fig/per-coding-style/pull/43