Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
remove Name extension as supported by native phpstan rectorphp/rector…
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 1, 2024
1 parent 1447d5f commit ebd442b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 209 deletions.
10 changes: 0 additions & 10 deletions config/extensions.neon
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,3 @@ services:
-
class: Rector\PHPStanRules\ReturnTypeExtension\GetAttributeReturnTypeExtension
tags: [phpstan.broker.dynamicMethodReturnTypeExtension]

# $nameResolver->getName() => in some cases always string
# -
# class: Rector\PHPStanRules\ReturnTypeExtension\NameResolverReturnTypeExtension
# tags: [phpstan.broker.dynamicMethodReturnTypeExtension]

# $rector->getName() => in some cases always string
# -
# class: Rector\PHPStanRules\ReturnTypeExtension\NameResolverReturnTypeAbstractRectorExtension
# tags: [phpstan.broker.dynamicMethodReturnTypeExtension]

This file was deleted.

43 changes: 0 additions & 43 deletions src/ReturnTypeExtension/NameResolverReturnTypeExtension.php

This file was deleted.

62 changes: 0 additions & 62 deletions src/TypeResolver/GetNameMethodCallTypeResolver.php

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit ebd442b

Please sign in to comment.