In CakePHP 3.x vendor folder Eclipse highlites a lot of lines with potential errors (even though in my opinion there are none), e.g.
namespace <%= $namespace %>\Controller<%= $prefix %>;
The example error message is as follows:
Multiple annotations found at this line
- syntax error unexpected "%="
- syntax error unexpected "<"
How can I turn off the errors? I already turned on "Use Short Tags" in Properties/Interpreter (didn't help).