X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fsymfony%2Fconsole%2FOutput%2FConsoleOutput.php;fp=vendor%2Fsymfony%2Fconsole%2FOutput%2FConsoleOutput.php;h=3cb0fb1aeb4f3c789c1013be877eccfa6f85c736;hp=edef356c4e2bf29d26857b77f58d3ea7fd94d4fe;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/vendor/symfony/console/Output/ConsoleOutput.php b/vendor/symfony/console/Output/ConsoleOutput.php index edef356c4..3cb0fb1ae 100644 --- a/vendor/symfony/console/Output/ConsoleOutput.php +++ b/vendor/symfony/console/Output/ConsoleOutput.php @@ -122,7 +122,7 @@ class ConsoleOutput extends StreamOutput implements ConsoleOutputInterface private function isRunningOS400() { $checks = array( - function_exists('php_uname') ? php_uname('s') : '', + \function_exists('php_uname') ? php_uname('s') : '', getenv('OSTYPE'), PHP_OS, );