Describe the bug
We're using function calls in services setup. Plugin marks it as wrong syntax and everything after this place is not working (I can't click to classes, got no suggestions etc.)
Environment (please complete the following information):
PhpStorm version: 2022.2.4 (but I'm pretty sure it is the same with any version)
Plugin version: 1.0.5 (but I'm pretty sure it is the same with any version)
Describe the bug We're using function calls in services setup. Plugin marks it as wrong syntax and everything after this place is not working (I can't click to classes, got no suggestions etc.)
Environment (please complete the following information):
Code to Reproduce Add function call to neon:
or
Screenshots
Additional context
Error message I got: ", , , , , , , , '[Neon] T_COMMENT', '[Neon] T_INDENT', '[Neon] T_PARAMETER_LEFT' or '[Neon] T_STATIC_IDENTIFIER' expected, got 'md5'"
Real project example: https://github.com/efabrica-team/phpstan-latte/blob/main/extension.neon#L94