mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-01 05:44:41 +03:00
4 lines
134 B
Bash
Executable File
4 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mibew/vendor/bin/phpcs --standard="PSR2" --extensions="php" --ignore="mibew/install,mibew/vendor/,mibew/plugins" -n mibew/
|