diff options
author | Andreas Gohr <andi@splitbrain.org> | 2023-08-30 17:09:14 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2023-08-30 17:09:14 +0200 |
commit | d868eb89f182718a31113373a6272670bd7f8012 (patch) | |
tree | 7007e6fba6cf6f16616863e387f974772c03071d /_test | |
parent | 8c7c53b0321a3cd3116b8d3b2ad27863a38dece7 (diff) | |
download | dokuwiki-d868eb89f182718a31113373a6272670bd7f8012.tar.gz dokuwiki-d868eb89f182718a31113373a6272670bd7f8012.zip |
codestyle adjustments: function declaration braces/spaces
Diffstat (limited to '_test')
-rw-r--r-- | _test/phpcs_MigrationAdjustments.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/_test/phpcs_MigrationAdjustments.xml b/_test/phpcs_MigrationAdjustments.xml index bc85aad09..4e5464916 100644 --- a/_test/phpcs_MigrationAdjustments.xml +++ b/_test/phpcs_MigrationAdjustments.xml @@ -23,14 +23,6 @@ <exclude name="Squiz.ControlStructures.ForLoopDeclaration.SpacingAfterSecond"/> <exclude name="Squiz.ControlStructures.ForLoopDeclaration.NoSpaceAfterSecond"/> <exclude name="Squiz.ControlStructures.ForLoopDeclaration.NoSpaceAfterFirst"/> - <exclude name="Squiz.Functions.FunctionDeclarationArgumentSpacing.NoSpaceBeforeArg"/> - <exclude name="Squiz.Functions.FunctionDeclarationArgumentSpacing.SpaceAfterEquals"/> - <exclude name="Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterReference"/> - <exclude name="Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose"/> - <exclude name="Squiz.Functions.FunctionDeclarationArgumentSpacing.SpaceBeforeEquals"/> - <exclude name="Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine"/> - <exclude name="Squiz.Functions.MultiLineFunctionDeclaration.NewlineBeforeOpenBrace"/> - <exclude name="Squiz.Functions.MultiLineFunctionDeclaration.CloseBracketLine"/> <exclude name="Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen"/> <exclude name="Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose"/> <exclude name="Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore"/> |