From 3819d52a48d2cf6f4c6aef722e36aaa5c40b1f41 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Mon, 15 Jan 2018 14:21:38 +1100 Subject: [PATCH] Changelog for #1839 --- package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.xml b/package.xml index 67a4a0b56f..3122c6ae75 100644 --- a/package.xml +++ b/package.xml @@ -42,6 +42,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> -- Thanks to Raúl Arellano for the patch - PSR2.Namespaces.UseDeclaration has improved syntax error handling and closure detection -- Thanks to Juliette Reinders Folmer for the patch + - Squiz.PHP.CommentedOutCode now has improved comment block detection for improved accuracy + -- Thanks to Juliette Reinders Folmer for the patch - Squiz.PHP.NonExecutableCode could fatal error while fixing file with syntax error - Squiz.PHP.NonExecutableCode now detects unreachable code after a goto statement -- Thanks to Juliette Reinders Folmer for the patch