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 StopwatchExtension extends AbstractExtension
|
||||
private ?Stopwatch $stopwatch;
|
||||
private bool $enabled;
|
||||
|
||||
public function __construct(Stopwatch $stopwatch = null, bool $enabled = true)
|
||||
public function __construct(?Stopwatch $stopwatch = null, bool $enabled = true)
|
||||
{
|
||||
$this->stopwatch = $stopwatch;
|
||||
$this->enabled = $enabled;
|
||||
|
||||
Reference in New Issue
Block a user