Skip to content

Commit f14e439

Browse files
committed
Changelog for #2925
1 parent fe201de commit f14e439

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.xml

+5
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
117117
-- Set the "minimumVisibility" sniff property to "public" to ignore both private and protected methods
118118
-- The default remains at "private", so all methods are checked
119119
-- Thanks to Vincent Langlet for the patch
120+
- PEAR.Commenting.FunctionComment and Squiz.Commenting.FunctionComment sniffs can now ignore return tags in any method
121+
-- Previously, only __construct and __destruct were ignored
122+
-- Set the list of method names to ignore in the "specialMethods" sniff property
123+
-- The default remains at "__construct" and "__destruct" only
124+
-- Thanks to Vincent Langlet for the patch
120125
- PSR2.ControlStructures.SwitchDeclaration now supports nested switch statements where every branch terminates
121126
-- Previously, if a CASE only contained a SWITCH and no direct terminating statement, a fall-through error was displayed
122127
-- Now, the error is surpressed if every branch of the SWITCH has a terminating statement

0 commit comments

Comments
 (0)