We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f85b3ff + 6591fb8 commit 828ce77Copy full SHA for 828ce77
Command/AboutCommand.php
@@ -81,7 +81,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
81
['<info>PHP</>'],
82
new TableSeparator(),
83
['Version', PHP_VERSION],
84
- ['Architecture', (PHP_INT_SIZE * 8).' bits'],
+ ['Architecture', (\PHP_INT_SIZE * 8).' bits'],
85
['Intl locale', class_exists('Locale', false) && \Locale::getDefault() ? \Locale::getDefault() : 'n/a'],
86
['Timezone', date_default_timezone_get().' (<comment>'.(new \DateTime())->format(\DateTime::W3C).'</>)'],
87
['OPcache', \extension_loaded('Zend OPcache') && filter_var(ini_get('opcache.enable'), FILTER_VALIDATE_BOOLEAN) ? 'true' : 'false'],
0 commit comments