Skip to content

Commit

Permalink
Update php-cs-fixer conf
Browse files Browse the repository at this point in the history
Do not check for comma after last method/function argument
  • Loading branch information
chetan-thapliyal committed Sep 11, 2024
1 parent a36438d commit d2ee9ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .php-cs-fixer.dist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ return $config
],
],
'single_line_throw' => false,
'global_namespace_import' => true
'global_namespace_import' => true,
'trailing_comma_in_multiline' => false
])
->setUsingCache(false)
->setFinder($finder);

0 comments on commit d2ee9ec

Please sign in to comment.