ÿØÿà JFIF H H ÿÛ C GIF89;
| System: Linux server378.web-hosting.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64 Current Path : /home/aliyykcz/public_html/wp-content/updraft/plugins-old/ziina/bin/ |
| Current File : /home/aliyykcz/public_html/wp-content/updraft/plugins-old/ziina/bin/phpcs.sh |
#!/bin/bash standard='--standard=./ruleset.xml' path='./includes ./index.php ./main-class-shortcut.php' extra='--cache -p -s' #extra+=' --report=diff -vvv' #uncomment for debug if [ "$1" == "-full" ]; then php ./vendor/bin/phpcs $standard $path $extra elif [ "$1" == '-fix' ]; then php ./vendor/bin/phpcbf $standard $path $extra else php ./vendor/bin/phpcs --report=summary $standard $path $extra fi