Skip to content

Commit f31a3bb

Browse files
committed
Fix CS
1 parent 6d6d80c commit f31a3bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/DocBlock/StandardTagFactoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,9 +556,9 @@ public function invalidTagProvider(): array
556556
}
557557

558558
/**
559-
* @dataProvider provideCreateWithTagWithTypesData
560-
*
561559
* @param class-string $expectedClass
560+
*
561+
* @dataProvider provideCreateWithTagWithTypesData
562562
*/
563563
public function testCreateWithTagWithTypes(string $input, string $expectedClass): void
564564
{

0 commit comments

Comments
 (0)