mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
N°8834 - Add compatibility with PHP 8.4 (#819)
* N°8834 - Add compatibility with PHP 8.4 * Rollback of scssphp/scssphp version upgrade due to compilation error
This commit is contained in:
@@ -26,7 +26,7 @@ final class LazyServiceInstantiator implements InstantiatorInterface
|
||||
$dumper = new LazyServiceDumper();
|
||||
|
||||
if (!$dumper->isProxyCandidate($definition, $asGhostObject, $id)) {
|
||||
throw new InvalidArgumentException(sprintf('Cannot instantiate lazy proxy for service "%s".', $id));
|
||||
throw new InvalidArgumentException(\sprintf('Cannot instantiate lazy proxy for service "%s".', $id));
|
||||
}
|
||||
|
||||
if (!class_exists($proxyClass = $dumper->getProxyClass($definition, $asGhostObject), false)) {
|
||||
|
||||
Reference in New Issue
Block a user