Skip to content

Commit 2d934b7

Browse files
committed
IgnoresNothingAndEverythingTest: minor doc fixes
1 parent cfe945f commit 2d934b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/Core/Util/IgnoreList/IgnoresNothingAndEverythingTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ class IgnoresNothingAndEverythingTest extends TestCase
2424
/**
2525
* Test ignoresNothing() and ignoresEverything().
2626
*
27-
* @param IgnoreList $ignoreList IgnoreList to test.
28-
* @param bool $expectIgnoresNothing Expected return value from ignoresNothing().
29-
* @param bool $expectIgnoresEverything Expected return value from ignoresEverything().
27+
* @param \PHP_CodeSniffer\Util\IgnoreList $ignoreList IgnoreList to test.
28+
* @param bool $expectIgnoresNothing Expected return value from ignoresNothing().
29+
* @param bool $expectIgnoresEverything Expected return value from ignoresEverything().
3030
*
3131
* @return void
3232
*
@@ -45,7 +45,7 @@ public function testIgnoresNothingAndEverything($ignoreList, $expectIgnoresNothi
4545
*
4646
* @see testIgnoresNothingAndEverything()
4747
*
48-
* @return array<string, array<IgnoreList|bool>>
48+
* @return array<string, array<\PHP_CodeSniffer\Util\IgnoreList|bool>>
4949
*/
5050
public static function dataIgnoresNothingAndEverything()
5151
{

0 commit comments

Comments
 (0)