Skip to content

Commit 56399c1

Browse files
sandermarechalweynhamz
authored andcommitted
Use a more generalized shebang line
1 parent bcad0aa commit 56399c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpctags

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/php -q
1+
#!/usr/bin/env php
22
<?php
33
if (is_dir($vendor = __DIR__ . '/vendor')) {
44
require($vendor . '/autoload.php');

0 commit comments

Comments
 (0)