mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 14:08: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:
@@ -168,7 +168,11 @@ trait TesterTrait
|
||||
$stream = fopen('php://memory', 'r+', false);
|
||||
|
||||
foreach ($inputs as $input) {
|
||||
fwrite($stream, $input.\PHP_EOL);
|
||||
fwrite($stream, $input);
|
||||
|
||||
if (!str_ends_with($input, "\x4")) {
|
||||
fwrite($stream, \PHP_EOL);
|
||||
}
|
||||
}
|
||||
|
||||
rewind($stream);
|
||||
|
||||
Reference in New Issue
Block a user