@@ -565,7 +565,7 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
565
565
- Added support for PHP 8.0 dereferencing of text strings with interpolated variables
566
566
- Thanks to [ Juliette Reinders Folmer] [ @jrfnl ] for the patch
567
567
- Added support for PHP 8.0 match expressions
568
- - Match expressions are now tokenised with parenthesis and scope openers and closers
568
+ - Match expressions are now tokenized with parenthesis and scope openers and closers
569
569
- Sniffs can listen for the T_MATCH token to process match expressions
570
570
- Note that the case and default statements inside match expressions do not have scopes set
571
571
- A new T_MATCH_ARROW token is available to represent the arrows in match expressions
@@ -610,7 +610,7 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
610
610
- Include patterns are now ignored when processing STDIN
611
611
- Previously, checks using include patterns were excluded when processing STDIN when no file path was provided via --stdin-path
612
612
- Now, all include and exclude rules are ignored when no file path is provided, allowing all checks to run
613
- - If you want include and exclude rules enforced when checking STDIN, use --stdin-path to set the file path
613
+ - If you want to include and exclude rules enforced when checking STDIN, use --stdin-path to set the file path
614
614
- Thanks to [ Juliette Reinders Folmer] [ @jrfnl ] for the patch
615
615
- Spaces are now correctly escaped in the paths to external on Windows
616
616
- Thanks to [ Juliette Reinders Folmer] [ @jrfnl ] for the patch
@@ -640,7 +640,7 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
640
640
- Thanks to [ Vincent Langlet] [ @VincentLanglet ] for the patch
641
641
- PSR2.ControlStructures.SwitchDeclaration now supports nested switch statements where every branch terminates
642
642
- Previously, if a CASE only contained a SWITCH and no direct terminating statement, a fall-through error was displayed
643
- - Now, the error is surpressed if every branch of the SWITCH has a terminating statement
643
+ - Now, the error is suppressed if every branch of the SWITCH has a terminating statement
644
644
- Thanks to [ Vincent Langlet] [ @VincentLanglet ] for the patch
645
645
- The PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket error message is now reported on the closing parenthesis token
646
646
- Previously, the error was being reported on the function keyword, leading to confusing line numbers in the error report
0 commit comments