Skip to content

Commit f8149da

Browse files
authored
Fix IssueSearchResult::setIsLast() (#112)
1 parent 7ba56a9 commit f8149da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Issue/IssueSearchResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function getIsLast()
3939
*/
4040
public function setIsLast($isLast)
4141
{
42-
return $this->isLast;
42+
return $this->isLast = $isLast;
4343
}
4444

4545
/**

0 commit comments

Comments
 (0)