Skip to content

Commit 766fcfd

Browse files
committed
Merge branch '2.8' into 3.0
* 2.8: fixed CS fixed CS tweaked default CS fixer config [HttpKernel] Dont close the output stream in debug move HttpKernel component to require section Fixed oci and sqlsrv merge queries when emulation is disabled - fixes #17284 [Session] fix PDO transaction aborted under PostgreSQL [Console] Use InputInterface inherited doc as possible Mention generating absolute urls in UPGRADE files and CHANGELOG add docblock type elements to support newly added IteratorAggregate::getIterator PhpStorm support FormBuilderInterface: fix getForm() return type. Fixed typo in PHPDoc
2 parents 5d0400a + 989e033 commit 766fcfd

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)