Skip to content

Commit

Permalink
Adjust coding standard
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Aug 10, 2021
1 parent ab2009f commit 1e81140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ return $config->setRules([
'@PSR12' => true,
'fully_qualified_strict_types' => true,
'array_syntax' => ['syntax' => 'short'],
'visibility_required' => ['property', 'method'],// 'const' is removed for old PHP compat
])
->setFinder($finder)
;

0 comments on commit 1e81140

Please sign in to comment.