-
Notifications
You must be signed in to change notification settings - Fork 16
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
Consider integrating the PHP_CodeSniffer to check PSR-12 coding style #8
Comments
@peter279k, This is a good idea. |
Hi guys, |
Hi! This library does not have an ipn implementation |
Excuse me, i meant the 'status_url' param |
Ok thanks! I've a curiosity, why in example main you not set this param? |
Because this is just an example. For more details please see tests |
okk thanks for all! |
As title, after looking at some of commits for this repository, it seems that this PHP package uses the PSR-12 coding style.
To let the coding style checking be automatic, I think it's nice to define the
PHP_CodeSniffer
insiderequire-dev
block oncomposer.json
file.And adding the
php vendor/bin/phpcs src/ tests/ --standard=psr12
during Travis CI building.Once @zhooravell accepts this issue, I'll be happy to work on this :).
The text was updated successfully, but these errors were encountered: