Skip to content

Commit

Permalink
Cs fixer and little refacto
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre RAMBAUD committed Sep 10, 2020
1 parent 6fb14c1 commit 7879f92
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 148 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ $finder = PhpCsFixer\Finder::create()->in([
__DIR__.'/classes',
__DIR__.'/controllers',
__DIR__.'/tests',
__DIR__.'/tools/profiling',
]);

return PhpCsFixer\Config::create()
Expand Down
Loading

0 comments on commit 7879f92

Please sign in to comment.