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

Commit 121db52

Browse files
authored
Merge pull request #33 from mavimo/dependabot/composer/slevomat/coding-standard-tw-6.0
Update slevomat/coding-standard requirement from ^5.0 to ^6.0
2 parents 315dd93 + b10eb23 commit 121db52

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"require-dev": {
2727
"phpstan/phpstan": "^0.12-dev",
2828
"phpunit/phpunit": "^8.0",
29-
"slevomat/coding-standard": "^5.0"
29+
"slevomat/coding-standard": "^6.0"
3030
},
3131
"autoload": {
3232
"psr-4": {

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)