We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa66055 + f635703 commit 7a8d7cbCopy full SHA for 7a8d7cb
1 file changed
bin/phpca
@@ -1,4 +1,4 @@
1
-#!/usr/bin/php
+#!/usr/bin/env php
2
<?php
3
// ? create-project installation : require installation
4
$vendor_dir = is_dir(dirname(dirname((__FILE__))).'/vendor') ? dirname(dirname((__FILE__))).'/vendor' : dirname(dirname(dirname(dirname(__FILE__))));
@@ -57,4 +57,4 @@ if (!empty($args['FILES'])) {
57
echo PHP_EOL;
58
$analyzer->printUsedExtensions();
59
}
60
-}
+}
0 commit comments