davidtsadler / ebay-sdk-examples

Several examples of using the eBay SDK for PHP
http://devbay.net
Apache License 2.0
184 stars 100 forks source link

Code-Formating #20

Closed JProof closed 8 years ago

JProof commented 8 years ago

Hi David,

do you have an code-style definition-file for phpstorm?

davidtsadler commented 8 years ago

I don't use phpstorm so I don't have a code-style definition to hand. The SDK and examples should conform to the style outlined in PSR-2. The SDK installs PHP_CodeSniffer as part of the developer dependencies so that you can run the command make phpcs to get a report of which files don't conform.