Passed
Branch master (befb63)
by Adam
14:11 queued 10:37
created
src/BestServedCold/LaravelZendSearch/Laravel/RebuildModels.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,6 +47,10 @@  discard block
 block discarded – undo
47 47
         $this->models = $models;
48 48
     }
49 49
 
50
+    /**
51
+     * @param string $type
52
+     * @param string $string
53
+     */
50 54
     private function output($type, $string)
51 55
     {
52 56
         if (! $this->output instanceof NullOutput) {
@@ -67,7 +71,6 @@  discard block
 block discarded – undo
67 71
     }
68 72
 
69 73
     /**
70
-     * @param array $models
71 74
      */
72 75
     private function loopModels()
73 76
     {
Please login to merge, or discard this patch.