Skip to content

Commit

Permalink
Fix incorrect doc type
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Jun 4, 2022
1 parent cdb731f commit 2d58992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PhpParser/Lexer/TokenEmulator/KeywordEmulator.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function emulate(string $code, array $tokens): array

/**
* @param mixed[] $tokens
* @return mixed[]|null
* @return array|string|null
*/
private function getPreviousNonSpaceToken(array $tokens, int $start)
{
Expand Down

0 comments on commit 2d58992

Please sign in to comment.