Skip to content

Commit

Permalink
Add missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
jakublabno committed Oct 14, 2022
1 parent c01d7d3 commit 349d265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dissect/Lexer/TokenStream/ArrayTokenStream.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public function next()
/**
* @return int
*/
#[\ReturnTypeWillChange]
public function count(): int
{
return count($this->tokens);
Expand Down

0 comments on commit 349d265

Please sign in to comment.