This commit is contained in:
Tobias Schultze 2015-10-01 17:38:05 +02:00
parent e7325b721e
commit 9f17026ba9

View File

@ -53,7 +53,6 @@ class FormPass implements CompilerPassInterface
$typeExtensions = array();
foreach ($container->findTaggedServiceIds('form.type_extension') as $serviceId => $tag) {
$extendedType = null;
if (isset($tag[0]['extended_type'])) {
$extendedType = $tag[0]['extended_type'];
} elseif (isset($tag[0]['alias'])) {