$ PATH="/usr/local/php8/bin:$PATH"
$ ~/.composer/vendor/bin/phpcs -i
The installed coding standards are MySource, PEAR, PSR1, PSR2, PSR12, Squiz, Zend and PHPCompatibility
$ ~/.composer/vendor/bin/phpcs -p *.php admin config template --standard=PHPCompatibility --runtime-set testVersion 8.1
............................................................ 60 / 279 (22%)
....................W....................................... 120 / 279 (43%)
.....WW.....................WWWWWW......................WWWW 180 / 279 (65%)
WWWWW......................WWWWWWWWW......................WW 240 / 279 (86%)
WWWWWW......................WWWWWWWW... 279 / 279 (100%)
FILE: /home/hoge/htdocs/template/hogehoge/footer.php
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
1 | WARNING | No PHP code was found in this file and short open tags
| | are not allowed by this install of PHP. This file may
| | be using short open tags but PHP does not allow them.
----------------------------------------------------------------------
〜略〜
Time: 16.06 secs; Memory: 4MB