amazon-pay-sdk-php icon indicating copy to clipboard operation
amazon-pay-sdk-php copied to clipboard

Make whitespace match PSR/2 standard (3.2.0 update)

Open ejegg opened this issue 7 years ago • 3 comments

This is the recommended standard for PHP libraries

Also inserts missing braces around one-line conditionals and standardizes case of booleans.

ejegg avatar Dec 15 '17 15:12 ejegg

@bjguillot , to review this you might want to use the '-w' switch to 'git diff' or 'git log'

That switch will ignore all the changes where whitespace is just inserted or deleted within a single line, and show all the place where braces have been moved to different lines, etc.

ejegg avatar Dec 15 '17 15:12 ejegg

Fixes #34

ejegg avatar Dec 15 '17 15:12 ejegg

Thanks for the suggestion on the '-w' switch.

bjguillot avatar Dec 15 '17 16:12 bjguillot