Skip to content

Conversation

ycombinator
Copy link
Contributor

The changes in the PR are the result of Running php-cs-fixer with --level=psr2. The exact command that was run in the project's base directory was:

php-cs-fixer fix --level psr2 .

This brought the entire project's PHP code in compliance with the PSR-2 Coding Style Guide.

@jamiehannaford
Copy link
Contributor

👍

@ycombinator
Copy link
Contributor Author

Thanks. I'm going to add a build-time checker that will fail if the code is not PSR-2 compliant but not actually make any changes automatically. Marking this PR as WIP.

ycombinator added a commit that referenced this pull request Oct 24, 2014
@ycombinator ycombinator merged commit 7b88926 into rackspace:working Oct 24, 2014
@ycombinator ycombinator deleted the psr2-fixer branch October 24, 2014 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants