Questions tagged [php]

PHP is a widely used server based scripting language. To learn more please visit http://php.net/

PHP is a popular general-purpose scripting language for web development. Details.

33 questions
5
votes
1 answer

"Each PHP statement must be on a line by itself" Sonarqube pattern error

I'm analyzing a PHP code using Sonarqube, and I've noticed that in almost all files I have this error: "Each PHP statement must be on a line by itself" (DisallowMultipleStatementsSameLine) But when I check this files seems that there is no error.…
Dr. No
  • 239
  • 1
  • 6