codeclimate / php-test-reporter

DEPRECATED PHP Test Reporter
Other
65 stars 31 forks source link

Fix: Use single quotes #70

Closed localheinz closed 7 years ago

localheinz commented 7 years ago

This PR

💁‍♂️ Did this using [friendsofphp/php-cs-fixer]() and ran

$ php-cs-fixer fix --using-cache=no --rules=single_quote src
$ php-cs-fixer fix --using-cache=no --rules=single_quote tests

What do you think about using php-cs-fixer generally?

gdiggs commented 7 years ago

Going to reject this one - this rule isn't in our styleguide.