File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ install:
21
21
- travis_retry composer install --prefer-dist --no-interaction
22
22
23
23
script :
24
- - vendor/bin/phpcs src --standard=psr2 -spn
24
+ - vendor/bin/phpcs
25
25
- vendor/bin/phpunit --coverage-text --exclude-group integration
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ $ composer global require squizlabs/php_codesniffer
48
48
Then you can ` cd ` into the Facebook PHP SDK folder and run Code Sniffer against the ` src/ ` directory.
49
49
50
50
``` bash
51
- $ ~ /.composer/vendor/bin/phpcs src --standard=psr2 -spn
51
+ $ ~ /.composer/vendor/bin/phpcs
52
52
```
53
53
54
54
** Happy coding** !
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <ruleset >
3
+ <file >src/</file >
4
+ <arg value =" spn" />
5
+ <rule ref =" PSR2" />
6
+ </ruleset >
You can’t perform that action at this time.
0 commit comments