Skip to content

Commit

Permalink
Fix phpdoc type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann committed Sep 7, 2021
1 parent a953cb5 commit 7efbea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Analysers/TokenScanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class TokenScanner
/**
* Scan file for all classes, interfaces and traits.
*
* @return string[] File details
* @return string[][] File details
*/
public function scanFile(string $filename): array
{
Expand All @@ -24,7 +24,7 @@ public function scanFile(string $filename): array
/**
* Scan file for all classes, interfaces and traits.
*
* @return string[] File details
* @return string[][] File details
*/
protected function scanTokens(array $tokens): array
{
Expand Down

0 comments on commit 7efbea9

Please sign in to comment.