Skip to content

Commit

Permalink
Suppress false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonAndre committed Mar 20, 2020
1 parent 1d0be6f commit e3e9b96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TypoCheckUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ private static function loadDictionary() : array
/**
* @param array{0:int,1:string,2:int} $token
* @return Closure(int): int
* @suppress PhanUnreferencedClosure
*/
private static function makeLineCounter(string $text, array $token): Closure
{
Expand Down

0 comments on commit e3e9b96

Please sign in to comment.