Farhad Safarov
Farhad Safarov
hi @Punk-UnDeaD, Thank you for the issue. The code seems valid. Can you please create a PR for it?
@shmaltorhbooks @githoober could you please confirm that it is fixed with v3.0.0? If not, feel free to reopen the issue.
@githoober did you configure `containerXml`? https://github.com/psalm/psalm-plugin-symfony#configuration
@githoober thanks for the sample. I will check it
@Punk-UnDeaD thank you for your contribution. Could you please rebase your branch or merge with up-to-date master to pass the tests?
@iquito thanks for the report. Could you please share a console command which causes the crash?
> @seferov Currently the only thing I get is the stack trace I posted, I have not found a hint in there what part of the codebase Psalm/Psalm-Plugin was analyzing...
@bakhtiyor thanks for submitting the issue. Here is the related part on Symfony side: ```php /** * Gets a service container parameter. * * @return array|bool|string|int|float|\UnitEnum|null * * @throws ParameterNotFoundException...
@loevgaard thank you for the idea. In my projects, I use it configuring psalm.xml ```xml ``` The plugin may do this automatically or we can add reminder documentation about forbiddenFunctions...
@mpdude thank you for your contribution! I am not familiar with these new array attributes. In Symfony source code, I did not see anything related. Could you please share reference...