fixed config

This commit is contained in:
synox 2019-03-11 19:45:22 +07:00
parent b2e91089d3
commit 11b9216a0d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
$finder = PhpCsFixer\Finder::create()
->exclude('src/backend-libs/')
->exclude('backend-libs')
->in('src')
;