chore: cs

This commit is contained in:
Nuno Maduro
2021-06-18 22:16:54 +01:00
parent 9459ce4030
commit d16a48bf0f

View File

@ -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) {