Passed
Branch master (e13514)
by Peter
07:06
created
src/Maker.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@
 block discarded – undo
27 27
         })->values(); 
28 28
     }
29 29
 
30
+    /**
31
+     * @param string $locale
32
+     */
30 33
     protected function prep($locale)
31 34
     {
32 35
         $locale = $locale ?: 'en';
Please login to merge, or discard this patch.