Skip to content

Commit

Permalink
Changelog for #2925
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Apr 8, 2021
1 parent fe201de commit f14e439
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.xml
Expand Up @@ -117,6 +117,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
-- Set the "minimumVisibility" sniff property to "public" to ignore both private and protected methods
-- The default remains at "private", so all methods are checked
-- Thanks to Vincent Langlet for the patch
- PEAR.Commenting.FunctionComment and Squiz.Commenting.FunctionComment sniffs can now ignore return tags in any method
-- Previously, only __construct and __destruct were ignored
-- Set the list of method names to ignore in the "specialMethods" sniff property
-- The default remains at "__construct" and "__destruct" only
-- Thanks to Vincent Langlet for the patch
- PSR2.ControlStructures.SwitchDeclaration now supports nested switch statements where every branch terminates
-- Previously, if a CASE only contained a SWITCH and no direct terminating statement, a fall-through error was displayed
-- Now, the error is surpressed if every branch of the SWITCH has a terminating statement
Expand Down

0 comments on commit f14e439

Please sign in to comment.