From ce1c29184d943c5626b4461b6314f18701898b82 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sat, 11 Jun 2022 14:21:30 +0200 Subject: [PATCH] [scoped] change only year and month, to make diff esaier to see; autoload is handled already --- scoper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scoper.php b/scoper.php index c0bd7cd623b..f9767c587e1 100644 --- a/scoper.php +++ b/scoper.php @@ -12,7 +12,7 @@ require_once __DIR__ . '/vendor/autoload.php'; // remove phpstan, because it is already prefixed in its own scope $dateTime = DateTime::from('now'); -$timestamp = $dateTime->format('Ymd'); +$timestamp = $dateTime->format('Ym'); // @see https://github.com/humbug/php-scoper/blob/master/docs/further-reading.md $polyfillsBootstraps = array_map(