changed php path
Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
parent
7036633a8b
commit
2f79e39a8c
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/keyhelp-php81
|
#!/usr/local/bin/php
|
||||||
<?php declare(strict_types=1);
|
<?php declare(strict_types=1);
|
||||||
namespace App\Controller;
|
namespace App\Controller;
|
||||||
|
// #!/usr/bin/keyhelp-php81
|
||||||
|
|
||||||
// & ~E_DEPRECATED is needed because of a bug in PhpStorm
|
// & ~E_DEPRECATED is needed because of a bug in PhpStorm
|
||||||
use DI\DependencyException;
|
use DI\DependencyException;
|
||||||
|
@ -46,9 +47,9 @@ $shortOpts .= "V::"; // verbose
|
||||||
$shortOpts .= "h::"; // help
|
$shortOpts .= "h::"; // help
|
||||||
|
|
||||||
$longOpts = [
|
$longOpts = [
|
||||||
'version::',
|
'version::',
|
||||||
'verbose::',
|
'verbose::',
|
||||||
'help::'
|
'help::'
|
||||||
];
|
];
|
||||||
|
|
||||||
$options = getopt(short_options: $shortOpts, long_options: $longOpts, rest_index: $restIndex);
|
$options = getopt(short_options: $shortOpts, long_options: $longOpts, rest_index: $restIndex);
|
||||||
|
|
Loading…
Reference in New Issue