@@ -19,6 +19,20 @@ Changelog
19
19
* 0.10.x: PhpStorm 7 (no support)
20
20
* 0.9.x: PhpStorm 6 (no support)
21
21
22
+ ## 2022年1月24日6
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
+
22
36
## 2022年1月24日5
23
37
* Replace recursive visiting for twig extends indexer (Daniel Espendiller)
24
38
* Replace recursive visiting for controller method inspection (Daniel Espendiller)
0 commit comments