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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,11 @@ Changelog
18
18
* 0.10.x: PhpStorm 7 (no support)
19
19
* 0.9.x: PhpStorm 6 (no support)
20
20
21
+
## 0.23.209
22
+
*[#1614](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1614) fix "ListPopupStep" issues of PhpStorm 2021.1 (Daniel Espendiller)
23
+
* Fixed [#1640](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1640): Go to declaration throws ArrayIndexOutOfBoundsException on empty class const name (Adam Wójs)
24
+
* Added unit test for [#1640](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1640) (Adam Wójs)
25
+
21
26
## 0.23.208
22
27
*[#1624](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1624) secure yaml key class resolving for PhpStorm 2021.3 (Daniel Espendiller)
<li>Fixed <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1575">#1575</a>: Inspection "Container sensitivity" is not expected to be emitted for default env values (Adam Wójs)</li>
6
-
<li>Fixed <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1599">#1599</a>: Added protection against infinite recursion in PhpElementsUtil.getImplementedMethods (Adam Wójs)</li>
3
+
<li><ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1614">#1614</a> fix "ListPopupStep" issues of PhpStorm 2021.1 (Daniel Espendiller)</li>
4
+
<li>Fixed <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1640">#1640</a>: Go to declaration throws ArrayIndexOutOfBoundsException on empty class const name (Adam Wójs)</li>
5
+
<li>Added unit test for <ahref="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1640">#1640</a> (Adam Wójs)</li>
0 commit comments