Skip to content

Commit cea9be2

Browse files
committed
Fix positioning of the @see and @dataProvider tags
1 parent 0a402fb commit cea9be2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/Core/Config/GeneratorArgTest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ final class GeneratorArgTest extends TestCase
2525
*
2626
* @param string $generatorName Generator name.
2727
*
28-
* @return void
2928
* @dataProvider dataGeneratorNames
29+
*
30+
* @return void
3031
*/
3132
public function testGenerators($generatorName)
3233
{
@@ -40,8 +41,9 @@ public function testGenerators($generatorName)
4041
/**
4142
* Data provider for testGenerators().
4243
*
44+
* @see self::testGenerators()
45+
*
4346
* @return array<int, array<string>>
44-
* @see self::testGenerators()
4547
*/
4648
public static function dataGeneratorNames()
4749
{

0 commit comments

Comments
 (0)