Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03d9f1b

Browse files
committed
Merge branch '2.2' into 2.3
2 parents b1d9b1b + a901e4b commit 03d9f1b

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/tests export-ignore
22
.appveyor.yml export-ignore
3+
.composer-require-checker.json export-ignore
34
.editorconfig export-ignore
45
.gitattributes export-ignore
56
.github/ export-ignore

tests/Fixer/Phpdoc/PhpdocScalarFixerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @internal
2121
*
22-
* @covers \AbstractPhpdocTypesFixer
22+
* @covers \PhpCsFixer\AbstractPhpdocTypesFixer
2323
* @covers \PhpCsFixer\Fixer\Phpdoc\PhpdocScalarFixer
2424
*/
2525
final class PhpdocScalarFixerTest extends AbstractFixerTestCase

tests/Fixer/Phpdoc/PhpdocTypesFixerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @internal
2121
*
22-
* @covers \AbstractPhpdocTypesFixer
22+
* @covers \PhpCsFixer\AbstractPhpdocTypesFixer
2323
* @covers \PhpCsFixer\Fixer\Phpdoc\PhpdocTypesFixer
2424
*/
2525
final class PhpdocTypesFixerTest extends AbstractFixerTestCase

0 commit comments

Comments
 (0)