Skip to content

Commit

Permalink
applied PSR-2 to all files in parser and serializers folder
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni committed May 8, 2018
1 parent 72bff77 commit 555e739
Show file tree
Hide file tree
Showing 27 changed files with 5,511 additions and 5,104 deletions.
2 changes: 2 additions & 0 deletions .php_cs
Expand Up @@ -14,6 +14,8 @@ return PhpCsFixer\Config::create()
->setFinder(
PhpCsFixer\Finder::create()
->files()
->in(__DIR__ . '/parsers')
->in(__DIR__ . '/serializers')
->in(__DIR__ . '/store')
->name('*.php')
);

0 comments on commit 555e739

Please sign in to comment.