File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,20 @@ Changelog
1919* 0.10.x: PhpStorm 7 (no support)
2020* 0.9.x: PhpStorm 6 (no support)
2121
22+ ## 2022.1.246
23+ * Support detection for duplicate routes in same file for xml, php attributes and docblock (Daniel Espendiller)
24+ * [ #2102 ] ( https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/2102 ) add completion for "When" attribute (Daniel Espendiller)
25+ * Use control flow for collecting method return statements (Daniel Espendiller)
26+ * Use controlflow inside FormControllerRelatedGotoCollector for visiting method references (Daniel Espendiller)
27+ * Duplicate key inspections for xml should only visit the working context (Daniel Espendiller)
28+ * Duplicate routing key inspections for yaml should only visit the working context (Daniel Espendiller)
29+ * Duplicate key inspections for yaml should only visit the working context (Daniel Espendiller)
30+ * Missing service argument inspection should only visit the working context for yaml (Daniel Espendiller)
31+ * Missing service argument inspection should only visit the working context (Daniel Espendiller)
32+ * Implement event name references for "AsEventListener" attribute (Daniel Espendiller)
33+ * Implement ImplicitUsage for method inside "AsEventListener" attribute (Daniel Espendiller)
34+ * Support completion, navigation and method existing inspection support for "AsEventListener" attribute (Daniel Espendiller)
35+
2236## 2022.1.245
2337* Replace recursive visiting for twig extends indexer (Daniel Espendiller)
2438* Replace recursive visiting for controller method inspection (Daniel Espendiller)
You can’t perform that action at this time.
0 commit comments