We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3989f4 commit aa84148Copy full SHA for aa84148
composer.json
@@ -23,7 +23,7 @@
23
},
24
"require-dev": {
25
"phpstan/phpstan": "^2.0",
26
- "phpunit/phpunit": "^8.5.14 || ^9.0",
+ "phpunit/phpunit": "^9.0",
27
"squizlabs/php_codesniffer": "^3.5.0"
28
29
"autoload": {
tests/Report/GitlabTest.php
@@ -70,7 +70,7 @@ public function testGenerateWithEmpty(): void
70
/**
71
* @return array<string, array<string>>
72
*/
73
- public function violations(): array
+ public static function violations(): array
74
{
75
return [
76
'single' => ['Single'],
0 commit comments