Skip to content

Commit 989e033

Browse files
committed
fixed CS
1 parent 07c62c2 commit 989e033

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Compiler/AutowirePass.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ private function createAutowiredDefinition(\ReflectionClass $typeHint, $id)
229229
$matchingServices = implode(', ', $this->types[$typeHint->name]);
230230

231231
throw new RuntimeException(sprintf('Unable to autowire argument of type "%s" for the service "%s". Multiple services exist for this %s (%s).', $typeHint->name, $id, $classOrInterface, $matchingServices));
232-
233232
}
234233

235234
if (!$typeHint->isInstantiable()) {

0 commit comments

Comments
 (0)