SyntaxFix
Write A Post
Hire A Developer
Questions
Make sure there is no whitespace before your php tag
// whitespace <?php namespace HelloWorld ?>
Remove the white space before your php tag starts
<?php namespace HelloWorld ?>