Skip to content

Commit

Permalink
Add SyliusLabs/CodingStandard
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Feb 20, 2019
1 parent 6dbdfea commit bdb0e97
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"symfony/twig-bundle": "^3.4|^4.1.1",
"twig/twig": "^2.0",
"proget-hq/phpstan-phpspec": "^0.1.1",
"phpstan/phpstan-phpunit": "^0.10"
"phpstan/phpstan-phpunit": "^0.10",
"sylius-labs/coding-standard": "^3.0"
},
"autoload": {
"psr-4": { "Sylius\\Bundle\\FixturesBundle\\": "src/" }
Expand Down
13 changes: 13 additions & 0 deletions easy-coding-standard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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'

0 comments on commit bdb0e97

Please sign in to comment.