Skip to content

Commit 641b840

Browse files
author
Christian Leucht
committed
ServiceExtensions // enable phpcs rules again.
1 parent f005470 commit 641b840

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Container/ServiceExtensions.php

+3
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ protected function resolveByType(
104104
array $extendedClasses = []
105105
) {
106106

107+
// phpcs:enable Generic.Metrics.CyclomaticComplexity.TooHigh
108+
// phpcs:enable Inpsyde.CodeQuality.ReturnTypeDeclaration.NoReturnType
109+
107110
$extendedClasses[] = $className;
108111

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

0 commit comments

Comments
 (0)