Lots of PHPCS fixes#6454
Conversation
|
Not bad! Maybe these CS fixes should be merged back into the branch off of which they are based? |
|
I made some fixes in #6182, maybe you'd like to rebase?
Showing the |
There was a problem hiding this comment.
This could have been fixed without relying on a local variable.
|
Rebased off of zend/master Separated by Zend/X namespace per commit |
|
There were 4 classes that I had to move methods in order for php-cs-fixer to work. I'm assuming each had some character(s) in them that was throwing off the tokenizer. php-cs-fixer tried to do some odd things such as in |
This was an odd indentation error that php-cs-fixer was finding.
Got bored this weekend, decided to start fixing PHPCS errors on top of @localheinz pull request #6182