Pahout treats syntax errors as one type of hints. This is because when a parse error occurs, it doesn't affect the confirmation of other files.
<?php
funcion f[] ( ... ) // SyntaxError: Syntax error occurred.
Write a code that doesn't occur syntax errors.