Fix uppercase typo

This commit is contained in:
Aidan Woods 2020-01-19 15:36:53 +00:00
parent 525b72349b
commit 7610eacbf9
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -83,7 +83,7 @@ final class Lines
} }
/** @return Context[] */ /** @return Context[] */
public function Contexts() public function contexts()
{ {
return $this->Contexts; return $this->Contexts;
} }