Completed
Push — master ( fd6c7c...1f9fde )
by Matze
09:32
created
src/Console/TestGenerator/HandleExistingFile.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,8 +77,8 @@
 block discarded – undo
77 77
      * @param OutputInterface $output
78 78
      * @param $template
79 79
      * @param $answerId
80
-     * @param $originalTest
81
-     * @return bool|string
80
+     * @param string $originalTest
81
+     * @return false|string
82 82
      * @throws Exception
83 83
      */
84 84
     private function handleQuestion(OutputInterface $output, string $template, string $answerId, $originalTest)
Please login to merge, or discard this patch.