Skip to content

Commit

Permalink
Improve coding style linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Mar 26, 2021
1 parent b518855 commit 20bae4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ return PhpCsFixer\Config::create()
'location' => 'after_open',
'separate' => 'both',
],
'global_namespace_import' => [
'import_classes' => true,
'import_constants' => true,
'import_functions' => true,
],
'new_with_braces' => true,
'no_blank_lines_after_phpdoc' => true,
'no_empty_phpdoc' => true,
Expand Down

0 comments on commit 20bae4a

Please sign in to comment.