Skip to content

Commit

Permalink
Fix wrong return type on docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci committed Aug 30, 2017
1 parent 1d5a9ba commit 6d372dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public function __set($name, $value)
/**
* @param string $name
*
* @return integer
* @return bool
*/
public function __isset($name)
{
Expand Down

0 comments on commit 6d372dd

Please sign in to comment.