Skip to content

Commit

Permalink
Update .php-cs-fixer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
XWB authored Dec 3, 2024
1 parent 2b93827 commit 87c8501
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
'allow_unused_params' => false,
],
'phpdoc_types_order' => false,
'global_namespace_import' => [
'import_classes' => true,
'import_constants' => null,
'import_functions' => null,
],
))
->setRiskyAllowed(true)
->setFinder(
Expand Down

0 comments on commit 87c8501

Please sign in to comment.