Skip to content

Commit

Permalink
ServiceExtensions // enable phpcs rules again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrico committed Jan 28, 2025
1 parent f005470 commit 641b840
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Container/ServiceExtensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ protected function resolveByType(
array $extendedClasses = []
) {

// phpcs:enable Generic.Metrics.CyclomaticComplexity.TooHigh
// phpcs:enable Inpsyde.CodeQuality.ReturnTypeDeclaration.NoReturnType

$extendedClasses[] = $className;

/** @var array<class-string, list<ExtendingService>> $allCallbacks */
Expand Down

0 comments on commit 641b840

Please sign in to comment.