Skip to content

Commit

Permalink
Bump to newer phpstan-extensions (#5041)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Sep 18, 2023
1 parent d10b3b1 commit 7e55eaa
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 99 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"require-dev": {
"nategood/httpful": "^0.3.2",
"phpstan/extension-installer": "^1.3",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-php-parser": "^1.1",
"phpstan/phpstan-phpunit": "^1.3.11",
Expand All @@ -57,7 +57,7 @@
"spatie/enum": "^3.13",
"symplify/easy-ci": "^11.3",
"symplify/easy-coding-standard": "^12.0",
"symplify/phpstan-extensions": "^11.2",
"symplify/phpstan-extensions": "^11.4",
"symplify/phpstan-rules": "^12.2",
"symplify/rule-doc-generator": "^12.0",
"symplify/vendor-patches": "^11.2",
Expand Down
8 changes: 0 additions & 8 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
includes:
- vendor/symplify/phpstan-rules/config/symplify-rules.neon

services:
# makes $container->make() generic type
- Rector\Utils\PHPStan\ClassConstFetchReturnTypeResolver
-
class: Rector\Utils\PHPStan\TypeExtension\ContainerMakeReturnTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension

parameters:
reportUnmatchedIgnoredErrors: false

Expand Down
50 changes: 0 additions & 50 deletions utils/PHPStan/ClassConstFetchReturnTypeResolver.php

This file was deleted.

39 changes: 0 additions & 39 deletions utils/PHPStan/TypeExtension/ContainerMakeReturnTypeExtension.php

This file was deleted.

0 comments on commit 7e55eaa

Please sign in to comment.