From 784c95fc98658e24dcda3e4208df2907995f7d59 Mon Sep 17 00:00:00 2001 From: Chuck Burgess Date: Fri, 15 Jun 2018 16:02:31 -0500 Subject: [PATCH] restore intentional cs mistakes in test files; --- easy-coding-standard.neon | 18 +++++++++++-- tests/component/project/Luigi/Pizza.php | 34 +++++++++++++----------- tests/component/project/Luigi/Valued.php | 3 ++- 3 files changed, 36 insertions(+), 19 deletions(-) diff --git a/easy-coding-standard.neon b/easy-coding-standard.neon index 39e0f420..43063bd9 100644 --- a/easy-coding-standard.neon +++ b/easy-coding-standard.neon @@ -37,23 +37,37 @@ parameters: - tests/unit/phpDocumentor/Reflection/Php/Namespace_Test.php - tests/unit/phpDocumentor/Reflection/Php/Trait_Test.php PHP_CodeSniffer\Standards\Squiz\Sniffs\Scope\MethodScopeSniff: + - tests/component/project/Luigi/Pizza.php + - tests/component/project/Luigi/Valued.php - tests/example.file.php SlevomatCodingStandard\Sniffs\Classes\UnusedPrivateElementsSniff: - tests/component/project/Luigi/Pizza.php - tests/example.file.php - PhpCsFixer\Fixer\ClassNotation\ClassAttributesSeparationFixer: - - tests/example.file.php PhpCsFixer\Fixer\ClassNotation\SingleClassElementPerStatementFixer: + - tests/component/project/Luigi/Pizza.php + - tests/example.file.php + PhpCsFixer\Fixer\NamespaceNotation\BlankLineAfterNamespaceFixer: + - tests/component/project/Luigi/Pizza.php + PhpCsFixer\Fixer\NamespaceNotation\SingleBlankLineBeforeNamespaceFixer: + - tests/component/project/Luigi/Pizza.php + PhpCsFixer\Fixer\ClassNotation\ClassAttributesSeparationFixer: + - tests/component/project/Luigi/Pizza.php - tests/example.file.php PhpCsFixer\Fixer\ClassNotation\VisibilityRequiredFixer: + - tests/component/project/Luigi/Pizza.php + - tests/component/project/Luigi/Valued.php - tests/example.file.php PhpCsFixer\Fixer\Phpdoc\PhpdocIndentFixer: - tests/example.file.php PhpCsFixer\Fixer\Phpdoc\PhpdocNoEmptyReturnFixer: + - tests/component/project/Luigi/Pizza.php - tests/example.file.php PhpCsFixer\Fixer\Phpdoc\PhpdocTrimFixer: + - tests/component/project/Luigi/Pizza.php - tests/example.file.php PhpCsFixer\Fixer\Phpdoc\PhpdocVarWithoutNameFixer: + - tests/component/project/Luigi/Pizza.php - tests/example.file.php Symplify\CodingStandard\Fixer\Commenting\RemoveUselessDocBlockFixer: + - tests/component/project/Luigi/Pizza.php - tests/example.file.php diff --git a/tests/component/project/Luigi/Pizza.php b/tests/component/project/Luigi/Pizza.php index 501f0144..64b48ff1 100644 --- a/tests/component/project/Luigi/Pizza.php +++ b/tests/component/project/Luigi/Pizza.php @@ -1,4 +1,5 @@