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

Commit

Permalink
Add null to return types of getParamValue
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrauer committed Oct 5, 2015
1 parent b47ea69 commit 1c6f5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tracker/models/dao/ParamDao.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function setParamValue($paramValue)
* Get the value of the param, regardless of its type, returning either a
* numeric or a string.
*
* @return float|int|string.
* @return float|int|string|null.
*/
public function getParamValue()
{
Expand Down

0 comments on commit 1c6f5da

Please sign in to comment.