Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Aug 30, 2021
1 parent fdb5e91 commit 4375ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$vendorDir = realpath(__DIR__.'/../../..');

if (!$loader = include $vendorDir.'/autoload.php') {
$nl = 'cli' === substr(PHP_SAPI, 0, 3) ? PHP_EOL : '<br />';
$nl = 'cli' === substr(\PHP_SAPI, 0, 3) ? \PHP_EOL : '<br />';
echo $nl.$nl.
'You must set up the project dependencies.'.$nl.
'Run the following commands in '.dirname($vendorDir).':'.$nl.$nl.
Expand Down

0 comments on commit 4375ec5

Please sign in to comment.