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 5563eac commit 503dba1Copy full SHA for 503dba1
1 file changed
packages/console/bin/tempest-complete
@@ -21,10 +21,4 @@ if (PHP_SAPI !== 'cli' && PHP_SAPI !== 'phpdbg') {
21
return;
22
}
23
24
-$script = $_SERVER['SCRIPT_FILENAME'] ?? null;
25
-
26
-if (! is_string($script) || realpath($script) !== __FILE__) {
27
- return;
28
-}
29
30
new CompletionApplication()->run(array_slice($_SERVER['argv'] ?? [], 1));
0 commit comments