Heredoc Syntax Error
Typing a WHITE SPACE and then RETURN after a PHP heredoc will cause syntax error like below:

You have to enter ‘return’ immediately after a PHP heredoc. Although you cannot tell the difference from the code that with a ‘white space’.

Reference:
https://stackoverflow.com/questions/5416437/syntax-error-unexpected-t-sl