mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +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:
@@ -23,5 +23,5 @@ interface LoaderResolverInterface
|
||||
*
|
||||
* @param string|null $type The resource type or null if unknown
|
||||
*/
|
||||
public function resolve(mixed $resource, string $type = null): LoaderInterface|false;
|
||||
public function resolve(mixed $resource, ?string $type = null): LoaderInterface|false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user