We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6f4be commit b6de3f4Copy full SHA for b6de3f4
package.xml
@@ -28,6 +28,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
28
<notes>
29
- Squiz.Scope.StaticThisUsage now detects usage of $this inside closures and arrow Functions
30
-- Thanks to Michał Bundyra for the patch
31
+ - Fixed bug #2877 : PEAR.Functions.FunctionCallSignature false positive for array of functions
32
+ -- Thanks to Vincent Langlet for the patch
33
- Fixed bug #2926 : phpcs hangs when using arrow functions that return heredoc
34
- Fixed bug #2943 : Redundant semicolon added to a file when fixing PSR2.Files.ClosingTag.NotAllowed
35
</notes>
0 commit comments