Completed
Push — master ( 14c765...5b30c6 )
by Mehmet
03:25
created
src/ModelUtils.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -236,6 +236,9 @@
 block discarded – undo
236 236
         return $value;
237 237
     }
238 238
     
239
+    /**
240
+     * @param string $key
241
+     */
239 242
     private static function filterValidate($input_type, $key, $value, $format)
240 243
     {
241 244
         $filter_check = null;
Please login to merge, or discard this patch.