mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-22 13:31:59 +00:00
11 lines
196 B
Bash
Executable File
11 lines
196 B
Bash
Executable File
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
cd "${SCRIPT_DIR}"
|
|
|
|
phpcs \
|
|
--extensions="php" \
|
|
--ignore="*/vendor/*" \
|
|
--standard="ruleset.xml" \
|
|
-p \
|
|
-s \
|
|
..
|