From 2bfc1d606d1452ece11b40117f0a91c1a0bcdfbd Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Mon, 22 Jun 2020 14:44:55 +1000 Subject: [PATCH] Changelog for #2725 --- package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.xml b/package.xml index f0cd7498fc..dd03b4b8b5 100644 --- a/package.xml +++ b/package.xml @@ -26,6 +26,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> BSD 3-Clause License + - Squiz.Scope.StaticThisUsage now detects usage of $this inside closures and arrow Functions + -- Thanks to MichaƂ Bundyra for the patch - Fixed bug #2926 : phpcs hangs when using arrow functions that return heredoc - Fixed bug #2943 : Redundant semicolon added to a file when fixing PSR2.Files.ClosingTag.NotAllowed