Reports instances of PHP statements whose bodies are empty.
While occasionally useful, such statements are often the result of typos, and may cause confusion.
Use the first checkbox below to ignore empty statement bodies which contain a comment.
Use the second checkbox below to ignore 'while' (or third checkbox to ignore 'for') loop without the body in case this style is accepted in your project.