Skip to content

Conversation

@charlycoste
Copy link
Contributor

Complying to PSR2 conventions

Just in case...

amouhzi added a commit that referenced this pull request Jan 10, 2015
@amouhzi amouhzi merged commit 533fa48 into php-mod:master Jan 10, 2015
@amouhzi
Copy link
Member

amouhzi commented Jan 10, 2015

Thank you for your contribution. I like me too to follow conventions.

@charlycoste charlycoste deleted the PSR2 branch January 10, 2015 02:51
@charlycoste
Copy link
Contributor Author

You're welcome ;)

@charlycoste
Copy link
Contributor Author

Sorry, but I realized that by adding

script:
- ./vendor/bin/phpcs --warning-severity=0 --standard=PSR2 src

to your .travis.yml file, I overrided the default phpunit run

So you would propably prefer to add :

script:
- ./vendor/bin/phpcs --warning-severity=0 --standard=PSR2 src
- phpunit

@amouhzi
Copy link
Member

amouhzi commented Jan 10, 2015

Many thanks, I didn't noticed that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants