Completed
Push — master ( ad2687...4cd033 )
by Restu
14:41
created
src/Core/Lang/Lang.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
     }
118 118
 
119 119
     /**
120
-     * @param $string
120
+     * @param string|null $string
121 121
      * @param array $params
122 122
      * @return mixed|null
123 123
      */
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
     }
165 165
 
166 166
     /**
167
-     * @param $filename
167
+     * @param string $filename
168 168
      * @return array|mixed
169 169
      */
170 170
     protected static function loadFile($filename)
Please login to merge, or discard this patch.