@@ -224,15 +224,16 @@ Search your `[.]phpcs.xml[.dist]` file for the below error codes. If these error
224224
225225Search your ` [.]phpcs.xml[.dist] ` file for the below error codes. If these error codes are referenced in a ruleset, you should replace them.
226226
227- | Search for | Replace with |
228- | ---------------------------------------------------------------- | --------------------------------------------------------------------------------- |
229- | ` Generic.Formatting.MultipleStatementAlignment.IncorrectWarning ` | ` Generic.Formatting.MultipleStatementAlignment.Incorrect ` |
230- | ` Generic.Formatting.MultipleStatementAlignment.NotSameWarning ` | ` Generic.Formatting.MultipleStatementAlignment.NotSame ` |
231- | ` Squiz.Classes.ValidClassName.NotCamelCaps ` | ` Squiz.Classes.ValidClassName.NotPascalCase ` |
232- | ` Squiz.PHP.Heredoc.NotAllowed ` | ` Squiz.PHP.Heredoc.HeredocNotAllowed ` and/or ` Squiz.PHP.Heredoc.NowdocNotAllowed ` |
233- | ` PSR12.Files.FileHeader.SpacingAfterBlock ` | ` PSR12.Files.FileHeader.SpacingAfterTagBlock ` , ` PSR12.Files.FileHeader.SpacingAfterDocblockBlock ` , ` PSR12.Files.FileHeader.SpacingAfterDeclareBlock ` , ` PSR12.Files.FileHeader.SpacingAfterNamespaceBlock ` , ` PSR12.Files.FileHeader.SpacingAfterUseBlock ` , ` PSR12.Files.FileHeader.SpacingAfterUseFunctionBlock ` and/or ` PSR12.Files.FileHeader.SpacingAfterUseConstBlock ` |
234- | ` PSR12.Files.FileHeader.SpacingInsideBlock ` | ` PSR12.Files.FileHeader.SpacingInsideUseBlock ` , ` PSR12.Files.FileHeader.SpacingInsideUseFunctionBlock ` and/or ` PSR12.Files.FileHeader.SpacingInsideUseConstBlock ` |
235- | ` Squiz.Commenting.VariableComment.TagNotAllowed ` | ` Squiz.Commenting.VariableComment.[TagName]TagNotAllowed ` (` [TagName] ` is dynamically generated based on the tags seen) |
227+ | Search for | Replace with |
228+ | -------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
229+ | ` Generic.Formatting.MultipleStatementAlignment.IncorrectWarning ` | ` Generic.Formatting.MultipleStatementAlignment.Incorrect ` |
230+ | ` Generic.Formatting.MultipleStatementAlignment.NotSameWarning ` | ` Generic.Formatting.MultipleStatementAlignment.NotSame ` |
231+ | ` Squiz.Classes.ValidClassName.NotCamelCaps ` | ` Squiz.Classes.ValidClassName.NotPascalCase ` |
232+ | ` Squiz.PHP.Heredoc.NotAllowed ` | ` Squiz.PHP.Heredoc.HeredocNotAllowed ` and/or ` Squiz.PHP.Heredoc.NowdocNotAllowed ` |
233+ | ` PSR12.Files.FileHeader.SpacingAfterBlock ` | ` PSR12.Files.FileHeader.SpacingAfterTagBlock ` , ` PSR12.Files.FileHeader.SpacingAfterDocblockBlock ` , ` PSR12.Files.FileHeader.SpacingAfterDeclareBlock ` , ` PSR12.Files.FileHeader.SpacingAfterNamespaceBlock ` , ` PSR12.Files.FileHeader.SpacingAfterUseBlock ` , ` PSR12.Files.FileHeader.SpacingAfterUseFunctionBlock ` and/or ` PSR12.Files.FileHeader.SpacingAfterUseConstBlock ` |
234+ | ` PSR12.Files.FileHeader.SpacingInsideBlock ` | ` PSR12.Files.FileHeader.SpacingInsideUseBlock ` , ` PSR12.Files.FileHeader.SpacingInsideUseFunctionBlock ` and/or ` PSR12.Files.FileHeader.SpacingInsideUseConstBlock ` |
235+ | ` Squiz.Commenting.VariableComment.TagNotAllowed ` | ` Squiz.Commenting.VariableComment.[TagName]TagNotAllowed ` (` [TagName] ` is dynamically generated based on the tags seen) |
236+ | ` Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterVisbility ` | ` Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterVisibility ` |
236237
237238<p align =" right " ><a href =" #table-of-contents " >back to top</a ></p >
238239
0 commit comments