Skip to content

Commit

Permalink
Docs: use FQN in docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed May 11, 2024
1 parent 11768ea commit 5b6b511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHPCompatibility/Tests/BaseSniffTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ abstract class BaseSniffTestCase extends TestCase
*
* @since 7.0.4
*
* @var array<string, array<string, File>>
* @var array<string, array<string, \PHP_CodeSniffer\Files\File>>
*/
public static $sniffFiles = [];

Expand Down

0 comments on commit 5b6b511

Please sign in to comment.