mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-04 07:58:46 +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:
@@ -38,6 +38,6 @@ final class CommandIsSuccessful extends Constraint
|
||||
Command::INVALID => 'Command was invalid.',
|
||||
];
|
||||
|
||||
return $mapping[$other] ?? sprintf('Command returned exit status %d.', $other);
|
||||
return $mapping[$other] ?? \sprintf('Command returned exit status %d.', $other);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user