-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLEANUP] Reformat the code a bit #816
Conversation
I'll have a look into the build failures. |
Strange. There is no |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes it's more readable. We've been round this if
a few times. I wish I'd written it better in the first place! (But, you live and learn 😒)
I've restarted Travis for the failures. Sometimes Travis randomly fails to set up the environment correctly. Odd that the failures were all PHP 7.0, which looks less like random failure than a potential issue. Watch this space... |
It's still not installing any of the 'dev' dependencies. Travis itself is broken. Sigh. |
With the latest version of PHP_CodeSniffer, we can have boolean operators in the middle of a line as well. This allows us more liberties with code formatting in order to make to the code more readable.
18caa5b
to
045ae9e
Compare
Repushed. Hopefully, the build will be green now. |
This one is. There's another random failure on |
With the latest version of PHP_CodeSniffer, we can have boolean operators
in the middle of a line as well. This allows us more liberties with code
formatting in order to make to the code more readable.