Completed
Push — master ( 14b750...48f19c )
by Vincenzo
02:26
created
api/Lib/DsManager/Helpers/RandomFiller.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
 
47 47
 
48 48
     /**
49
-     * @param null $forcedRole
49
+     * @param string|null $forcedRole
50 50
      * @param null $locale
51 51
      * @return Player
52 52
      */
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
     }
150 150
 
151 151
     /**
152
-     * @param $locale
152
+     * @param string $locale
153 153
      * @return mixed
154 154
      */
155 155
     private function nationalityFromLocale($locale)
Please login to merge, or discard this patch.