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:
@@ -28,7 +28,7 @@ final class BoundArgument implements ArgumentInterface
|
||||
private int $type;
|
||||
private ?string $file;
|
||||
|
||||
public function __construct(mixed $value, bool $trackUsage = true, int $type = 0, string $file = null)
|
||||
public function __construct(mixed $value, bool $trackUsage = true, int $type = 0, ?string $file = null)
|
||||
{
|
||||
$this->value = $value;
|
||||
if ($trackUsage) {
|
||||
|
||||
Reference in New Issue
Block a user