From 9955d9007309db908d21461abc231387a04a2c1c Mon Sep 17 00:00:00 2001 From: nguyenanhung Date: Thu, 25 Nov 2021 16:50:26 +0700 Subject: [PATCH] Fixed model --- hungng/HungNG_Custom_Based_model.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hungng/HungNG_Custom_Based_model.php b/hungng/HungNG_Custom_Based_model.php index c856c89..a8c44b4 100644 --- a/hungng/HungNG_Custom_Based_model.php +++ b/hungng/HungNG_Custom_Based_model.php @@ -191,7 +191,7 @@ public function _page_limit($size = 500, $page = 0) * Function check_exists * * @param string $value - * @param null $field + * @param mixed $field * * @return int * @author : 713uk13m @@ -362,7 +362,7 @@ public function get_data_simple_result($selectField = '*', $wheres = [], $size = /** * Function get_all_data_simple_result * - * @param null $options + * @param mixed $options * * @return array|array[]|object|object[] * @author : 713uk13m @@ -389,8 +389,8 @@ public function get_all_data_simple_result($options = null) * Function get_info * * @param string $value - * @param null $field - * @param false $array + * @param mixed $field + * @param bool $array * * @return array|mixed|object|null * @author : 713uk13m @@ -416,8 +416,8 @@ public function get_info($value = '', $field = null, $array = false) * Function get_value * * @param string $value_input - * @param null $field_input - * @param null $field_output + * @param mixed $field_input + * @param mixed $field_output * * @return array|mixed|object|null * @author : 713uk13m