We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb5e91 commit 4375ec5Copy full SHA for 4375ec5
bootstrap/bootstrap.php
@@ -12,7 +12,7 @@
12
$vendorDir = realpath(__DIR__.'/../../..');
13
14
if (!$loader = include $vendorDir.'/autoload.php') {
15
- $nl = 'cli' === substr(PHP_SAPI, 0, 3) ? PHP_EOL : '<br />';
+ $nl = 'cli' === substr(\PHP_SAPI, 0, 3) ? \PHP_EOL : '<br />';
16
echo $nl.$nl.
17
'You must set up the project dependencies.'.$nl.
18
'Run the following commands in '.dirname($vendorDir).':'.$nl.$nl.
0 commit comments