From d16a48bf0fdc9eca724e10f5f452240733e60376 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 18 Jun 2021 22:16:54 +0100 Subject: [PATCH] chore: cs --- scripts/compile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/compile.php b/scripts/compile.php index 7607bc90..3779c421 100644 --- a/scripts/compile.php +++ b/scripts/compile.php @@ -15,7 +15,7 @@ $globalsFilePath = implode(DIRECTORY_SEPARATOR, [ $compiledFilePath = implode(DIRECTORY_SEPARATOR, [dirname(__DIR__), 'compiled', 'globals.php']); -/** @phpstan-ignore-next-line */ +/* @phpstan-ignore-next-line */ @unlink($compiledFilePath); $replace = function ($contents, $string, $by) {