Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit b10eb23

Browse files
committed
refs #TECH: fix coding standard violations
1 parent 989495b commit b10eb23

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/JunitErrorFormatterTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ public function setUp(): void
2525
}
2626

2727
/**
28-
* phpcs:disable
29-
*
3028
* @return \Generator<array<int, string|int>>
31-
*
32-
* phpcs:enable
3329
*/
3430
public function dataFormatterOutputProvider(): Generator
3531
{
@@ -141,10 +137,6 @@ public function dataFormatterOutputProvider(): Generator
141137
* Test generated use cases for JUnit output format.
142138
*
143139
* @dataProvider dataFormatterOutputProvider
144-
* @param int $exitCode
145-
* @param int $numFileErrors
146-
* @param int $numGenericErrors
147-
* @param string $expected
148140
*/
149141
public function testFormatErrors(
150142
int $exitCode,

0 commit comments

Comments
 (0)