mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
chore: cs
This commit is contained in:
@ -15,7 +15,7 @@ $globalsFilePath = implode(DIRECTORY_SEPARATOR, [
|
|||||||
|
|
||||||
$compiledFilePath = implode(DIRECTORY_SEPARATOR, [dirname(__DIR__), 'compiled', 'globals.php']);
|
$compiledFilePath = implode(DIRECTORY_SEPARATOR, [dirname(__DIR__), 'compiled', 'globals.php']);
|
||||||
|
|
||||||
/** @phpstan-ignore-next-line */
|
/* @phpstan-ignore-next-line */
|
||||||
@unlink($compiledFilePath);
|
@unlink($compiledFilePath);
|
||||||
|
|
||||||
$replace = function ($contents, $string, $by) {
|
$replace = function ($contents, $string, $by) {
|
||||||
|
|||||||
Reference in New Issue
Block a user