Browse Source

minor #2800 PhpdocTypesFixerTest - Fix typo in covers annotation (SpacePossum)

This PR was merged into the 2.2 branch.

Discussion
----------

PhpdocTypesFixerTest - Fix typo in covers annotation

https://travis-ci.org/FriendsOfPHP/PHP-CS-Fixer/jobs/235215622#L571

Commits
-------

3cf6b3d Fix covers annotation.
Dariusz Ruminski 7 years ago
parent
commit
67e1dd1d5d

+ 1 - 1
tests/Fixer/Phpdoc/PhpdocScalarFixerTest.php

@@ -19,7 +19,7 @@ use PhpCsFixer\Test\AbstractFixerTestCase;
  *
  * @internal
  *
- * @covers \AbstractPhpdocTypesFixer
+ * @covers \PhpCsFixer\AbstractPhpdocTypesFixer
  * @covers \PhpCsFixer\Fixer\Phpdoc\PhpdocScalarFixer
  */
 final class PhpdocScalarFixerTest extends AbstractFixerTestCase

+ 1 - 1
tests/Fixer/Phpdoc/PhpdocTypesFixerTest.php

@@ -19,7 +19,7 @@ use PhpCsFixer\Test\AbstractFixerTestCase;
  *
  * @internal
  *
- * @covers \AbstractPhpdocTypesFixer
+ * @covers \PhpCsFixer\AbstractPhpdocTypesFixer
  * @covers \PhpCsFixer\Fixer\Phpdoc\PhpdocTypesFixer
  */
 final class PhpdocTypesFixerTest extends AbstractFixerTestCase