mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-22 00:32:16 +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:
@@ -33,7 +33,7 @@ class InstanceofConfigurator extends AbstractServiceConfigurator
|
||||
|
||||
private ?string $path;
|
||||
|
||||
public function __construct(ServicesConfigurator $parent, Definition $definition, string $id, string $path = null)
|
||||
public function __construct(ServicesConfigurator $parent, Definition $definition, string $id, ?string $path = null)
|
||||
{
|
||||
parent::__construct($parent, $definition, $id, []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user