Skip to content

Commit 90151ef

Browse files
committed
fixed CS
1 parent 548f3d0 commit 90151ef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.php_cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ return Symfony\CS\Config\Config::create()
1717
// fixture templates
1818
'src/Symfony/Component/Templating/Tests/Fixtures/templates',
1919
'src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom',
20+
// generated fixtures
21+
'src/Symfony/Component/VarDumper/Tests/Fixtures',
2022
// resource templates
2123
'src/Symfony/Bundle/FrameworkBundle/Resources/views/Form',
2224
))

src/Symfony/Component/DependencyInjection/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)