File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747use SebastianBergmann \Version ;
4848use Symfony \Component \Console \Output \ConsoleOutput ;
4949use Throwable ;
50-
5150use function array_filter ;
5251use function array_map ;
5352use function array_reduce ;
5857use function strlen ;
5958use function strval ;
6059use function trim ;
61-
62- use const DATE_RFC7231 ;
6360use const PHP_EOL ;
6461
6562/**
@@ -1669,7 +1666,7 @@ private static function setSystemConstants(): void
16691666 self ::setProperty (self ::PHP_VERSION , PHP_VERSION );
16701667 self ::setProperty ('php.tmpdir ' , sys_get_temp_dir ());
16711668 self ::setProperty ('application.startdir ' , getcwd ());
1672- self ::setProperty ('phing.startTime ' , gmdate (DATE_RFC7231 ));
1669+ self ::setProperty ('phing.startTime ' , gmdate (\DateTimeInterface:: RFC2822 ));
16731670
16741671 // try to detect machine dependent information
16751672 $ sysInfo = [];
You can’t perform that action at this time.
0 commit comments