Recommend this page to a friend! |
Classes of Michal Kowalik | > | majkel PHP dbase class | > | build/run_phpcs.sh | > | Download |
|
![]() |
#!/bin/bash DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) cd "$DIR/.." vendor/bin/phpcs -p \ --standard=style/ruleset.xml \ -d memory_limit=256M \ --ignore=tests/report \ src/ \ benchmarks/ \ tests/ vendor/bin/phpcbf -p \ --standard=style/ruleset.xml \ -d memory_limit=256M \ --ignore=tests/report \ src/ \ benchmarks/ \ tests/ |