forked from Ubiquiti-App/UCRM-Plugin-SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheasy-coding-standard.yml
29 lines (27 loc) · 1.37 KB
/
easy-coding-standard.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
imports:
- { resource: vendor/symplify/easy-coding-standard/config/set/clean-code.yaml }
- { resource: vendor/symplify/easy-coding-standard/config/set/php70.yaml }
- { resource: vendor/symplify/easy-coding-standard/config/set/php71.yaml }
- { resource: vendor/symplify/easy-coding-standard/config/set/psr12.yaml }
- { resource: vendor/symplify/easy-coding-standard/config/set/symfony.yaml }
- { resource: vendor/symplify/easy-coding-standard/config/set/common.yaml }
parameters:
skip:
PhpCsFixer\Fixer\ClassNotation\SelfAccessorFixer: ~
PhpCsFixer\Fixer\ControlStructure\YodaStyleFixer: ~
PhpCsFixer\Fixer\Operator\UnaryOperatorSpacesFixer: ~
PhpCsFixer\Fixer\Phpdoc\PhpdocAnnotationWithoutDotFixer: ~
PhpCsFixer\Fixer\Phpdoc\PhpdocSummaryFixer: ~
PhpCsFixer\Fixer\Phpdoc\PhpdocToCommentFixer: ~
services:
PhpCsFixer\Fixer\ControlStructure\NoSuperfluousElseifFixer: ~
PhpCsFixer\Fixer\ControlStructure\NoUselessElseFixer: ~
PhpCsFixer\Fixer\Import\OrderedImportsFixer: ~
PhpCsFixer\Fixer\Operator\ConcatSpaceFixer:
spacing: one
PhpCsFixer\Fixer\Operator\NotOperatorWithSuccessorSpaceFixer: ~
PhpCsFixer\Fixer\Phpdoc\NoSuperfluousPhpdocTagsFixer: ~
PhpCsFixer\Fixer\ReturnNotation\NoUselessReturnFixer: ~
PhpCsFixer\Fixer\StringNotation\SingleQuoteFixer: ~
PhpCsFixer\Fixer\ClassNotation\ClassAttributesSeparationFixer:
elements: ['property', 'method']