MAMP Start Up Problem

When I try to start MAMP I receive the following error message

Parse error: syntax error, unexpected ‘‘bluebird09’’ (T_CONSTANT_ENCAPSED_STRING), expecting ‘]’ in /Applications/MAMP/bin/mamp/index.php on line 246

I check the index.php file everything looks ok.

Any suggests welcome on how to correct the problem.
thank you

It looks OK to you, but obviously not to the PHP parser. Perhaps post the contents of that file. It’s not a MAMP issue, but a code issue, by the looks of it.