mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32: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:
@@ -29,7 +29,7 @@ class DefinitionConfigurator
|
||||
) {
|
||||
}
|
||||
|
||||
public function import(string $resource, string $type = null, bool $ignoreErrors = false): void
|
||||
public function import(string $resource, ?string $type = null, bool $ignoreErrors = false): void
|
||||
{
|
||||
$this->loader->setCurrentDir(\dirname($this->path));
|
||||
$this->loader->import($resource, $type, $ignoreErrors, $this->file);
|
||||
|
||||
Reference in New Issue
Block a user