File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ Changelog
1515* 0.10.x: PhpStorm 7 (no support)
1616* 0.9.x: PhpStorm 6 (no support)
1717
18+ ## 0.20.195
19+ * Fix possible long signature truncate and split on type resolver for repository find* (Daniel Espendiller)
20+
1821## 0.20.194
1922* Support direct type resolving "ObjectRepository: find \* " usages without having getRepository having in same context (Daniel Espendiller)
2023* Support querybuilder model resolving parent constructor call of ServiceEntityRepository (Daniel Espendiller)
Original file line number Diff line number Diff line change 11< html >
22< ul >
3- < li > Support direct type resolving "ObjectRepository:find*" usages without having getRepository having in same context (Daniel Espendiller)</ li >
4- < li > Support querybuilder model resolving parent constructor call of ServiceEntityRepository (Daniel Espendiller)</ li >
5- < li > Ignore trait class in Doctrine Entity folder (Daniel Espendiller)</ li >
6- < li > Support type resolving for magic Doctrine methods "findBy*" "findOneBy*" #149 (Daniel Espendiller)</ li >
7- < li > Support traits and extends class resolving in Doctrine annotation metadata (Daniel Espendiller)</ li >
8- < li > Doctrine ORM target entity should support class constant resolving #1468 (Daniel Espendiller)</ li >
9- < li > Refactor Doctrine repositoryClass fetching via class constants to support Symfony 5.1 maker bundle style #1468 (Daniel Espendiller)</ li >
10- < li > Migrate all type provider to "PhpTypeProvider4" extension (Daniel Espendiller)</ li >
11- < li > Use getIndexModificationStamp to cache index result based on it index change key (Daniel Espendiller)</ li >
12- < li > Remove support for PhpStorm versions < "2020.1" (Daniel Espendiller)</ li >
13- < li > Migrate Doctrine entity type resolving for "find*" methods #1434 (Daniel Espendiller)</ li >
3+ < li > Fix possible long signature truncate and split on type resolver for repository find* (Daniel Espendiller)</ li >
144</ ul >
155</ html >
Original file line number Diff line number Diff line change 11<idea-plugin url =" https://github.com/Haehnchen/idea-php-symfony2-plugin" >
22 <id >fr.adrienbrault.idea.symfony2plugin</id >
33 <name >Symfony Support</name >
4- <version >0.20.194 </version >
4+ <version >0.20.195 </version >
55 <vendor email =" daniel@espendiller.net" url =" http://espend.de?p=fr.adrienbrault.idea.symfony2plugin" >espend_de</vendor >
66
77 <description ><![CDATA[
You can’t perform that action at this time.
0 commit comments