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
@@ -379,13 +371,14 @@ private function processAnonymousServices(\DOMDocument $xml, $file)
379
371
$xpath->registerNamespace('container',self::NS);
380
372
381
373
// anonymous services as arguments/properties
382
-
if (false !==$nodes =$xpath->query('//container:argument[@type="service"][not(@id)]|//container:property[@type="service"][not(@id)]')) {
374
+
if (false !==$nodes =$xpath->query('//container:argument[@type="service"][not(@id)]|//container:property[@type="service"][not(@id)]|//container:factory[not(@service)]|//container:configurator[not(@service)]')) {