Skip to content

Commit

Permalink
[update] Code style update
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelaon committed Apr 11, 2021
1 parent 8d894c8 commit fe62457
Show file tree
Hide file tree
Showing 16 changed files with 346 additions and 188 deletions.
5 changes: 4 additions & 1 deletion .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
return PhpCsFixer\Config::create()
->setRules([
'@PSR2' => true,
'@PSR12' => true,
'array_syntax' => ['syntax' => 'short']
])
->setFinder(
PhpCsFixer\Finder::create()->in(__DIR__ . '/src')
PhpCsFixer\Finder::create()
->in(__DIR__ . '/src')
->in(__DIR__ . '/tests')
)
;
Loading

0 comments on commit fe62457

Please sign in to comment.