Skip to content

Commit 1019c2b

Browse files
committed
build 2022.1.246
1 parent 37832ca commit 1019c2b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)