File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class AutocompleteCommand extends Command
14
14
15
15
public function handle (): void
16
16
{
17
- $ code = base64_decode ( $ this ->argument ('code ' ) );
17
+ $ code = $ this ->argument ('code ' );
18
18
19
19
if ($ this ->option ('from-file ' )) {
20
20
$ code = file_get_contents (__DIR__ . '/../../tests/snippets/parse/ ' . $ this ->option ('from-file ' ) . '.php ' );
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class DetectCommand extends Command
14
14
15
15
public function handle (): void
16
16
{
17
- $ code = base64_decode ( $ this ->argument ('code ' ) );
17
+ $ code = $ this ->argument ('code ' );
18
18
19
19
if ($ this ->option ('from-file ' )) {
20
20
$ code = file_get_contents (__DIR__ . '/../../tests/snippets/detect/ ' . $ this ->option ('from-file ' ) . '.php ' );
You can’t perform that action at this time.
0 commit comments