Skip to content

Commit

Permalink
added php-cs-fixer config
Browse files Browse the repository at this point in the history
  • Loading branch information
midahp committed Jan 13, 2022
1 parent ab5e968 commit d3914d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

$config = new PhpCsFixer\Config();
return $config->setRules([
'@PHP74Migration' => true,
'@PSR12' => true,
'single_quote' => true,
]);

0 comments on commit d3914d8

Please sign in to comment.