File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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 = '*')
790790 /**
791791 * A convenient SELECT COLUMN function to get a single column value from one row
792792 *
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
796796 *
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
798798 * @throws Exception
799799 */
800800 public function getValue ($ tableName , $ column , $ limit = 1 )
You can’t perform that action at this time.
0 commit comments