Skip to content

Commit

Permalink
CS fix files for PHP7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Jan 10, 2021
1 parent 67d1792 commit a674cd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ return PhpCsFixer\Config::create()
'@Symfony:risky' => true,
'@PHP71Migration' => true,
'@PHP71Migration:risky' => true,
'@PHP73Migration' => true,
'array_syntax' => ['syntax' => 'short'],
'concat_space' => ['spacing' => 'one'],
'fopen_flags' => ['b_mode' => true],
Expand Down

0 comments on commit a674cd4

Please sign in to comment.