@@ -35,8 +35,9 @@ |
||
35 | 35 | /** |
36 | 36 | * Generate fake data. |
37 | 37 | * |
38 | - * @param $type |
|
38 | + * @param string $type |
|
39 | 39 | * @param int $count |
40 | + * @param string $cache_key |
|
40 | 41 | * @return array |
41 | 42 | */ |
42 | 43 | public function fakerData($type, $count = 1, $cache_key = null) |