Completed
Push — master ( 3faeb6...33b5f3 )
by Alan
04:09
created
src/TwigFakerExtension.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,8 +35,9 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.