Exclude views as well

parent dd9f798f
...@@ -10,6 +10,7 @@ $finder = PhpCsFixer\Finder::create() ...@@ -10,6 +10,7 @@ $finder = PhpCsFixer\Finder::create()
'bootstrap', 'bootstrap',
'tests', 'tests',
'node_modules', 'node_modules',
'views',
]) ])
->notPath('server.php') ->notPath('server.php')
; ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment