Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 1c6f5da

Browse files
author
mgrauer
committed
Add null to return types of getParamValue
1 parent b47ea69 commit 1c6f5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/tracker/models/dao/ParamDao.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function setParamValue($paramValue)
6363
* Get the value of the param, regardless of its type, returning either a
6464
* numeric or a string.
6565
*
66-
* @return float|int|string.
66+
* @return float|int|string|null.
6767
*/
6868
public function getParamValue()
6969
{

0 commit comments

Comments
 (0)