Passed
Pull Request — main (#148)
by Nils
03:04
created
src/CliCommand/Ai/ExplainCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
         $prompt = implode(' ', $input->getArgument('prompt'));
34 34
 
35 35
         OutputHelper::writeInfoBox($output, [
36
-            'Explanation of: "' . $prompt. '"'
36
+            'Explanation of: "' . $prompt . '"'
37 37
         ]);
38 38
 
39 39
         $answers = $this->getRepositoryCollection()->explain($prompt);
Please login to merge, or discard this patch.