Skip to content

Commit

Permalink
Feat: Remove RequireTrailingCommaInCallSniff which is redundant thank…
Browse files Browse the repository at this point in the history
…s to TrailingCommaInMultilineFixer
  • Loading branch information
OndraM committed May 23, 2024
1 parent 4ca51dd commit 1d1c30c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,6 @@
// Promote constructor properties
// For php-cs-fixer implementation @see https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/5956
RequireConstructorPropertyPromotionSniff::class,
// Multi-line arguments list in function/method call must have a trailing comma
RequireTrailingCommaInCallSniff::class, // TODO: will be redundant after https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7989 is merged and released
// Use `null-safe` operator `?->` where possible
RequireNullSafeObjectOperatorSniff::class,
],
Expand Down

0 comments on commit 1d1c30c

Please sign in to comment.