Have a Laugh
Have a Laugh

Reputation: 307

phpcs version not specified

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".

Upvotes: 14

Views: 8235

Answers (1)

Rowf Abd
Rowf Abd

Reputation: 774

enter image description here

"php version" All letters will be in lower case

* php version 7.2.10

* Must be placed before @tags

Upvotes: 20

Related Questions