Skip to content

Commit a9aa4fb

Browse files
authored
Merge pull request #122 from jrfnl/feature/arraykeytest-fix-incorrect-uses
Tests/ArrayKeyTest: fix incorrect `@uses` tag
2 parents 550e0fb + 33445bc commit a9aa4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Types/ArrayKeyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function testArrayKeyCanBeConstructedAndStringifiedCorrectly() : void
3030
}
3131

3232
/**
33-
* @uses ::__construct
33+
* @uses \phpDocumentor\Reflection\Types\ArrayKey::__construct
3434
*
3535
* @covers ::getIterator
3636
*/

0 commit comments

Comments
 (0)