mirror of
https://github.com/Mibew/mibew.git
synced 2025-04-11 02:10:12 +03:00
4 lines
120 B
Bash
Executable File
4 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mibew/vendor/bin/phpcs --standard="PSR2" --extensions="php" --ignore="mibew/vendor/,mibew/plugins" -n mibew/
|