Completed
Push — master ( 38f1ea...fd6c7c )
by Matze
04:05
created
src/Console/TestGenerator/HandleExistingFile.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -89,8 +89,8 @@
 block discarded – undo
89 89
      * @param OutputInterface $output
90 90
      * @param $template
91 91
      * @param $answerId
92
-     * @param $originalTest
93
-     * @return bool|string
92
+     * @param string $originalTest
93
+     * @return string|false
94 94
      * @throws Exception
95 95
      */
96 96
     private function handleQuestion(OutputInterface $output, string $template, string $answerId, $originalTest)
Please login to merge, or discard this patch.
src/Redis/Command/Import.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      */
51 51
     protected function handleImport(string $content)
52 52
     {
53
-        $redis   = $this->getRedis();
53
+        $redis = $this->getRedis();
54 54
 
55 55
         foreach (explode("\n", $content) as $line) {
56 56
             preg_match_all('/"(?:\\\\.|[^\\\\"])*"|\S+/', $line, $matches);
Please login to merge, or discard this patch.