mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 21:48:45 +02:00
✅ Make unit tests working
This commit is contained in:
@@ -92,7 +92,7 @@ class FormPass implements CompilerPassInterface
|
||||
}
|
||||
|
||||
if (!$extendsTypes) {
|
||||
throw new InvalidArgumentException(sprintf('The getExtendedTypes() method for service "%s" does not return any extended types.', $serviceId));
|
||||
throw new InvalidArgumentException(\sprintf('The getExtendedTypes() method for service "%s" does not return any extended types.', $serviceId));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user