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

Commit

Permalink
Merge pull request #33 from mavimo/dependabot/composer/slevomat/codin…
Browse files Browse the repository at this point in the history
…g-standard-tw-6.0

Update slevomat/coding-standard requirement from ^5.0 to ^6.0
  • Loading branch information
mavimo authored Dec 7, 2019
2 parents 315dd93 + b10eb23 commit 121db52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require-dev": {
"phpstan/phpstan": "^0.12-dev",
"phpunit/phpunit": "^8.0",
"slevomat/coding-standard": "^5.0"
"slevomat/coding-standard": "^6.0"
},
"autoload": {
"psr-4": {
Expand Down
8 changes: 0 additions & 8 deletions tests/JunitErrorFormatterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ public function setUp(): void
}

/**
* phpcs:disable
*
* @return \Generator<array<int, string|int>>
*
* phpcs:enable
*/
public function dataFormatterOutputProvider(): Generator
{
Expand Down Expand Up @@ -141,10 +137,6 @@ public function dataFormatterOutputProvider(): Generator
* Test generated use cases for JUnit output format.
*
* @dataProvider dataFormatterOutputProvider
* @param int $exitCode
* @param int $numFileErrors
* @param int $numGenericErrors
* @param string $expected
*/
public function testFormatErrors(
int $exitCode,
Expand Down

0 comments on commit 121db52

Please sign in to comment.