Skip to content

Commit c4700d8

Browse files
committed
Do not print phpcs warnings
1 parent 7f38227 commit c4700d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"test": [
4747
"parallel-lint . --exclude vendor",
4848
"phpunit",
49-
"phpcs -p --standard=PSR2 --extensions=php --ignore=/vendor/ ."
49+
"phpcs -np --standard=PSR2 --extensions=php --ignore=/vendor/ ."
5050
]
5151
}
5252
}

0 commit comments

Comments
 (0)