Upgrade recipes: symfony/phpunit-bridge

This commit is contained in:
2023-09-06 12:19:04 +02:00
parent cd876bd889
commit fb1259ba81
4 changed files with 9 additions and 5 deletions

View File

@@ -9,3 +9,7 @@ if (file_exists(dirname(__DIR__).'/config/bootstrap.php')) {
} elseif (method_exists(Dotenv::class, 'bootEnv')) {
(new Dotenv())->bootEnv(dirname(__DIR__).'/.env');
}
if ($_SERVER['APP_DEBUG']) {
umask(0000);
}