Skip to content

Commit 33445bc

Browse files
committed
Tests/ArrayKeyTest: fix incorrect @uses tag
This tag was flagged by PHPUnit: ``` 1) phpDocumentor\Reflection\Types\ArrayKeyTest::testArrayKeyCanBeIterated Trying to @cover or @use not existing method "::__construct". ``` Fixed now.
1 parent 550e0fb commit 33445bc

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)