Skip to content

Commit c5f75bd

Browse files
Stephan Wentztemp
authored andcommitted
test: Remove obsolete ignored errors
1 parent da6f106 commit c5f75bd

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
"brainbits/phpstan-rules": "^3.1.2",
1818
"dama/doctrine-test-bundle": "^8.0",
1919
"doctrine/dbal": "^3.4",
20-
"ergebnis/phpstan-rules": "^2.2.0",
20+
"ergebnis/phpstan-rules": "^2.5.2",
2121
"gemorroj/archive7z": "^5.3",
22-
"jangregor/phpstan-prophecy": "^1.0",
22+
"jangregor/phpstan-prophecy": "^1.0.2",
2323
"mikey179/vfsstream": "^1.6.11",
2424
"monolog/monolog": "^2.3|^3.0",
25-
"phpstan/phpstan": "^1.11",
26-
"phpstan/phpstan-phpunit": "^1.0",
27-
"phpstan/phpstan-symfony": "^1.0",
25+
"phpstan/phpstan": "^1.12.15",
26+
"phpstan/phpstan-phpunit": "^1.4.2",
27+
"phpstan/phpstan-symfony": "^1.4.13",
2828
"phpunit/phpunit": "^11.4",
2929
"psr/http-message": "^2.0",
3030
"riverline/multipart-parser": "^2.1",
31-
"slam/phpstan-extensions": "^6.0",
31+
"slam/phpstan-extensions": "^6.5.0",
3232
"squizlabs/php_codesniffer": "^3.10",
3333
"symfony/browser-kit": "^7.0",
3434
"symfony/console": "^7.0",
@@ -41,7 +41,7 @@
4141
"symfony/security-core": "^7.0",
4242
"symfony/security-csrf": "^7.0",
4343
"symfony/uid": "^7.0",
44-
"thecodingmachine/phpstan-safe-rule": "^1.1",
44+
"thecodingmachine/phpstan-safe-rule": "^1.2",
4545
"thecodingmachine/phpstan-strict-rules": "^1.0"
4646
},
4747
"suggest": {

phpstan.neon.dist

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ parameters:
1212
- '#Constructor in .* has parameter .* with default value#'
1313
- '#In method "Brainbits\\FunctionalTestHelpers\\Snapshot\\IsXml::.*", caught "Throwable" must be rethrown. Either catch a more specific exception or add a "throw" clause in the "catch" block to propagate the exception.#'
1414
- '#In method "Brainbits\\FunctionalTestHelpers\\Tests\\Uuid\\UuidTraitTest::.*", caught "Throwable" must be rethrown. Either catch a more specific exception or add a "throw" clause in the "catch" block to propagate the exception.#'
15-
- '#Method Brainbits\\FunctionalTestHelpers\\Tests\\.*Test::assertMatches.*Snapshot\(\) is protected, but since the containing class is final, it can be private.#'
16-
- '#Method Brainbits\\FunctionalTestHelpers\\Tests\\.*Test::setUpSnapshot\(\) is protected, but since the containing class is final, it can be private.#'
17-
- '#Method Brainbits\\FunctionalTestHelpers\\Tests\\Request\\RequestTraitTest::.*\(\) is protected, but since the containing class is final, it can be private#'
18-
- '#Method Brainbits\\FunctionalTestHelpers\\Tests\\Schema\\SchemaTraitTest::.*\(\) is protected, but since the containing class is final, it can be private#'
19-
- '#Method Brainbits\\FunctionalTestHelpers\\Tests\\SevenZipContents\\SevenZipContentsTraitTest::.*\(\) is protected, but since the containing class is final, it can be private#'
20-
- '#Method Brainbits\\FunctionalTestHelpers\\Tests\\Uuid\\UuidTraitTest::.*\(\) is protected, but since the containing class is final, it can be private#'
21-
- '#Method Brainbits\\FunctionalTestHelpers\\Tests\\ZipContents\\ZipContentsTraitTest::.*\(\) is protected, but since the containing class is final, it can be private#'
2215
- '#Safe\\DateTimeImmutable#'
2316
- '#SchemaBuilder::foo\(\)#'
2417
ergebnis:

0 commit comments

Comments
 (0)