You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Detects the `ContainerInterface::get()` result type. Works better if you [configure](#configuration) a compiled container XML file.
26
+
- Detects parameter return types from `ContainerInterface::getParameter()`.
26
27
- Supports [Service Subscribers](https://github.com/psalm/psalm-plugin-symfony/issues/20). Works only if you [configure](#configuration) a compiled container XML file.
27
28
- Detects return types from console arguments (`InputInterface::getArgument()`) and options (`InputInterface::getOption()`).
28
-
Enforces to use "InputArgument" and "InputOption" constants as a best practise.
29
+
Enforces to use "InputArgument" and "InputOption" constants as a best practice.
29
30
- Detects Doctrine repository classes associated to entities when configured via annotations.
30
31
- Fixes `PossiblyInvalidArgument` for `Symfony\Component\HttpFoundation\Request::getContent()`.
31
32
The plugin determines the real return type by checking the given argument and marks it as either "string" or "resource".
0 commit comments