Skip to content

Commit

Permalink
Add void return types
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj authored and nicolas-grekas committed Feb 13, 2023
1 parent 5436c3d commit 275d858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Parser/TokenStream.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function getNextIdentifierOrStar(): ?string
/**
* Skips next whitespace if any.
*/
public function skipWhitespace()
public function skipWhitespace(): void
{
$peek = $this->getPeek();

Expand Down

0 comments on commit 275d858

Please sign in to comment.