Skip to content

Commit 60e3525

Browse files
committed
Fix types in the 3.6.0 section of the changelog
1 parent 03da707 commit 60e3525

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
565565
- Added support for PHP 8.0 dereferencing of text strings with interpolated variables
566566
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
567567
- 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
569569
- Sniffs can listen for the T_MATCH token to process match expressions
570570
- Note that the case and default statements inside match expressions do not have scopes set
571571
- 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
610610
- Include patterns are now ignored when processing STDIN
611611
- Previously, checks using include patterns were excluded when processing STDIN when no file path was provided via --stdin-path
612612
- 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
614614
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
615615
- Spaces are now correctly escaped in the paths to external on Windows
616616
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
@@ -640,7 +640,7 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
640640
- Thanks to [Vincent Langlet][@VincentLanglet] for the patch
641641
- PSR2.ControlStructures.SwitchDeclaration now supports nested switch statements where every branch terminates
642642
- 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
644644
- Thanks to [Vincent Langlet][@VincentLanglet] for the patch
645645
- The PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket error message is now reported on the closing parenthesis token
646646
- Previously, the error was being reported on the function keyword, leading to confusing line numbers in the error report

0 commit comments

Comments
 (0)