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.
1 parent 7c3a172 commit b2ab2a2Copy full SHA for b2ab2a2
Command/AboutCommand.php
@@ -81,7 +81,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
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