Sylius/easy-coding-standard.yml
2020-06-24 14:07:48 +02:00

20 lines
699 B
YAML

imports:
- { resource: 'vendor/sylius-labs/coding-standard/easy-coding-standard.yml' }
services:
PhpCsFixer\Fixer\Comment\HeaderCommentFixer:
header: |
This file is part of the Sylius package.
(c) Paweł Jędrzejewski
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
location: 'after_open'
parameters:
skip:
SlevomatCodingStandard\Sniffs\Commenting\InlineDocCommentDeclarationSniff.NoAssignment: ~
SlevomatCodingStandard\Sniffs\Commenting\InlineDocCommentDeclarationSniff.MissingVariable: ~
exclude_files:
- '**/var/*'