Parse errors are like Where’s Waldo for devs. In your second example, the missing semicolon after `return` is the culprit.
If you’re on Linux, `grep -n "function foo" *.php` can help locate the file fast.
If you’re on Linux, `grep -n "function foo" *.php` can help locate the file fast.
