Test Failed
Push — master ( f85057...b192c0 )
by Dennis
04:02
created
Classes/Command/SeederCommandController.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
     }
96 96
 
97 97
     /**
98
-     * @param $tableName
98
+     * @param string $tableName
99 99
      * @return array
100 100
      * @throws \Exception
101 101
      */
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
     }
188 188
 
189 189
     /**
190
-     * @param $question
190
+     * @param string $question
191 191
      * @param $defaultValue
192 192
      * @param null $choices
193 193
      * @return array|int|string
@@ -238,6 +238,7 @@  discard block
 block discarded – undo
238 238
      * @param string $namespace
239 239
      * @param string $className
240 240
      * @param array $informations
241
+     * @param string $tableName
241 242
      * @return string
242 243
      */
243 244
     protected function getSeederClass($namespace, $className, $tableName, $informations)
Please login to merge, or discard this patch.