Skip to content

Commit 4b80c2b

Browse files
committed
applied PSR2 coding style ruleset
1 parent 12d4957 commit 4b80c2b

File tree

6 files changed

+1133
-997
lines changed

6 files changed

+1133
-997
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ before_script:
55
- composer install --no-interaction
66
script:
77
- cd $TRAVIS_BUILD_DIR
8-
- ./vendor/bin/phpcs ./sinusbot.class.php
9-
- ./vendor/bin/phpcbf ./sinusbot.class.php
10-
- php vendor/bin/phpdoc -d . -t docs --ignore vendor/,docs/,examples/
8+
- ./vendor/bin/phpcs --standard=PSR2 src
9+
- ./vendor/bin/phpcbf --standard=PSR2 src
10+
- php vendor/bin/phpdoc -d src -t docs --ignore vendor/,docs/,examples/
1111

1212
deploy:
1313
provider: pages

0 commit comments

Comments
 (0)