Skip to content

Commit bbb868d

Browse files
Remove superfluous annotation
1 parent 482cd01 commit bbb868d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Framework/TestSuite.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,6 @@ public function addTestSuite($testClass): void
334334
}
335335
}
336336

337-
/**
338-
* @internal This class is not covered by the backward compatibility promise for PHPUnit
339-
*/
340337
public function addWarning(string $warning): void
341338
{
342339
$this->warnings[] = $warning;

0 commit comments

Comments
 (0)