diff --git a/tests/unit/DocBlock/StandardTagFactoryTest.php b/tests/unit/DocBlock/StandardTagFactoryTest.php index 2fa1e45..5ac7d86 100644 --- a/tests/unit/DocBlock/StandardTagFactoryTest.php +++ b/tests/unit/DocBlock/StandardTagFactoryTest.php @@ -556,9 +556,9 @@ class StandardTagFactoryTest extends TestCase } /** - * @dataProvider provideCreateWithTagWithTypesData - * * @param class-string $expectedClass + * + * @dataProvider provideCreateWithTagWithTypesData */ public function testCreateWithTagWithTypes(string $input, string $expectedClass): void {