I spent hours on Google searching for an answer too this before asking, in phpcs I had this error "PHP version not specified", but I couldn't find an answer on Google, eventually I've just came across this "PHP Version 5" which cleared the error up, but I'm baffled as PHP 5 is out of date, I'm on PHP 7.2.10.
If anyone could shed light on this I'd much appreciate it, many thanks.
Edit: I've just added the @ lines at the top, and it breaks the "PHP Version 5" as it's saying "PHP version not specified".
- @category
- @package
- @author
- @license
- @link
- PHP version 5
*PHP Version 5
with uppercase inv
? – Shibboleth$ phpcs --config-set php_version 50403
check on: github.com/squizlabs/PHP_CodeSniffer/wiki/… – Shibboleth