Skip to content

Commit

Permalink
Return types
Browse files Browse the repository at this point in the history
  • Loading branch information
bajb committed Nov 5, 2019
1 parent f2ede82 commit f9ef44b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DataHandlers/AbstractDataHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function setName($name)
/**
* @param mixed $value
*
* @return DataHandler
* @return $this
* @throws Exception
*/
public function setValueFormatted($value)
Expand Down Expand Up @@ -143,7 +143,7 @@ public function getValue()
/**
* @param mixed $value
*
* @return DataHandler
* @return $this
*/
public function setValue($value)
{
Expand Down

0 comments on commit f9ef44b

Please sign in to comment.