Skip to content

Commit

Permalink
Merge branch '3.x' into symfony-deprecation-63
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-intelli authored Oct 5, 2023
2 parents b074782 + ed56ced commit 0c81166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
'no_superfluous_phpdoc_tags' => false,
// Disabled because multiple lines allow code clarity.
'single_line_throw' => false,
'global_namespace_import' => ['import_classes' => true, 'import_constants' => true, 'import_functions' => true],
])
->setFinder($finder);

Expand Down

0 comments on commit 0c81166

Please sign in to comment.