Skip to content

Commit

Permalink
Return correct property in getter method
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrieghe committed Oct 8, 2021
1 parent 367925b commit 9977a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ResultLine.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ public function wasReached(): bool

public function isSupported(): bool
{
return $this->wasReached;
return $this->isSupported;
}
}

0 comments on commit 9977a7b

Please sign in to comment.