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 03e1f99 commit e4f737bCopy full SHA for e4f737b
1 file changed
bin/chip
@@ -2,6 +2,7 @@
2
<?php
3
if (PHP_SAPI !== 'cli' && PHP_SAPI !== 'phpdbg') {
4
echo 'Warning: Chip should be invoked via the CLI version of PHP, not the '.PHP_SAPI.' SAPI'.PHP_EOL;
5
+ exit;
6
}
7
8
require __DIR__ . '/../vendor/autoload.php';
0 commit comments