You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -59,10 +60,19 @@ public function process(ContainerBuilder $container)
59
60
thrownew \InvalidArgumentException(sprintf('Tagged form type extension must have the extended type configured using the extended_type/extended-type attribute, none was configured for the "%s" service.', $serviceId));
60
61
}
61
62
62
-
$typeExtensions[$extendedType][] = $serviceId;
63
+
if (!isset($typeExtensionQueues[$extendedType])) {
64
+
$typeExtensionQueues[$extendedType] = new \SplPriorityQueue();
0 commit comments