Fix-meaning find-unterminated comment error in PHP

PHPcs linter doesn’t seem to identify one. I see people complaining about PHPStorm identifying unclosed comments even when they are closed, so maybe let’s try that.

Turned out that was just because some background indexing hadn’t finished after i re-opened the project. While i was looking for a solution, it fixed itself!