File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -790,11 +790,11 @@ public function getOne($tableName, $columns = '*')
790
790
/**
791
791
* A convenient SELECT COLUMN function to get a single column value from one row
792
792
*
793
- * @param string $tableName The name of the database table to work with.
794
- * @param string $column The desired column
795
- * @param int $limit Limit of rows to select. Use null for unlimited.. 1 by default
793
+ * @param string $tableName The name of the database table to work with.
794
+ * @param string $column The desired column
795
+ * @param int|null $limit Limit of rows to select. Use null for unlimited. 1 by default
796
796
*
797
- * @return mixed Contains the value of a returned column / array of values
797
+ * @return mixed Contains the value of a returned column / array of values
798
798
* @throws Exception
799
799
*/
800
800
public function getValue ($ tableName , $ column , $ limit = 1 )
You can’t perform that action at this time.
0 commit comments