-
Notifications
You must be signed in to change notification settings - Fork 112
PHP Coding Standards #50
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
Conversation
I used the PHP Coding Standards Fixer tool (php-cs-fixer). Fixed inconsistant indentations (4 spaces).
* (optional) Scopes to be stored in space-separated string. | ||
* The client associated with this authorization code. | ||
* @param mixed $data | ||
* Application data to associate with this authorization code, such as a User object. |
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.
Can you move the description on the same line than the params instead of being on the next line ? (same in all places where this PR changes the indentation of the argument description)
How do we split up |
I fixed Good Job! |
This PR have a lot of changes, but it is just for coding standards.
I used php-cs-fixer, all levels (PSR-0 to PSR-2) and fixed inconsistant indentations (now all files have 4 spaces).