[scoped] change only year and month, to make diff esaier to see; autoload is handled already

This commit is contained in:
Tomas Votruba 2022-06-11 14:21:30 +02:00
parent 9679ed6d77
commit ce1c29184d
1 changed files with 1 additions and 1 deletions

View File

@ -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(