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
1414
1515 public function handle (): void
1616 {
17- $ code = base64_decode ( $ this ->argument ('code ' ) );
17+ $ code = $ this ->argument ('code ' );
1818
1919 if ($ this ->option ('from-file ' )) {
2020 $ 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
1414
1515 public function handle (): void
1616 {
17- $ code = base64_decode ( $ this ->argument ('code ' ) );
17+ $ code = $ this ->argument ('code ' );
1818
1919 if ($ this ->option ('from-file ' )) {
2020 $ 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