mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 14:28:53 +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:
@@ -30,7 +30,7 @@ class InlineFragmentRenderer extends RoutableFragmentRenderer
|
||||
private HttpKernelInterface $kernel;
|
||||
private ?EventDispatcherInterface $dispatcher;
|
||||
|
||||
public function __construct(HttpKernelInterface $kernel, EventDispatcherInterface $dispatcher = null)
|
||||
public function __construct(HttpKernelInterface $kernel, ?EventDispatcherInterface $dispatcher = null)
|
||||
{
|
||||
$this->kernel = $kernel;
|
||||
$this->dispatcher = $dispatcher;
|
||||
|
||||
Reference in New Issue
Block a user