Skip to content

Commit a969f76

Browse files
author
Sam Collins
committed
PHP CI Fixes
1 parent ef1aaad commit a969f76

3 files changed

Lines changed: 110 additions & 5 deletions

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"symfony/dom-crawler": "2.8.*|3.0.*",
2323
"codeception/codeception": "^2.2",
2424
"jakub-onderka/php-parallel-lint": "^0.9.2",
25-
"pdepend/pdepend": "^2.2"
25+
"pdepend/pdepend": "^2.2",
26+
"fabpot/php-cs-fixer": "^1.11"
2627
},
2728
"autoload": {
2829
"classmap": [

composer.lock

Lines changed: 106 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ test:
1818
path: "app"
1919
allow_failures: true
2020

21-
php_docblock_checker:
22-
path: "app"
21+
# php_docblock_checker:
22+
# path: "app"
2323

2424
php_loc:
2525
directory: "app"

0 commit comments

Comments
 (0)