Skip to content

Commit

Permalink
use yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba authored and pamil committed May 21, 2018
1 parent 9c43cea commit 89bfccd
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions easy-coding-standard.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
includes:
- vendor/sylius-labs/coding-standard/easy-coding-standard.neon
imports:
- { resource: 'vendor/sylius-labs/coding-standard/easy-coding-standard.yml' }

checkers:
services:
PhpCsFixer\Fixer\Comment\HeaderCommentFixer:
header:
"""
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
location: 'after_open'

0 comments on commit 89bfccd

Please sign in to comment.