Incorrect PHP syntax errors?

Komodo Edit, version 11.0.2, build 18122, platform win32-x86

It seems some shorthand commands in PHP are producing an (incorrect) syntax error. This is an example in the Magento 2 codebase. Komodo says this shorthand array syntax is wrong, but its not.

How can I correct these?

Hi, do you have your PHP interpreter properly configured? Edit > Preferences > Languages > PHP > Default PHP Interpreter.

Komodo leverages PHP’s interpreter for syntax checking. If your configured interpreter does not support newer syntax, then you will get that error.

Oh, great. It was using 5.3 for some reason. Got the latest version and it’s fine now.