Completed
Push — master ( 7aee12...039ebc )
by David Martínez
04:49
created
src/Database/Seeds/LocationsSeeder.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,9 +30,10 @@
 block discarded – undo
30 30
     }
31 31
 
32 32
     /**
33
-     * @param $name
33
+     * @param string $name
34 34
      * @param $code
35 35
      * @param $lective
36
+     * @param string $description
36 37
      */
37 38
     private function createLocation($name, $description)
38 39
     {
Please login to merge, or discard this patch.