Skip to content

Commit ec6fbe2

Browse files
committed
Update BetterReflection
1 parent 96d74b1 commit ec6fbe2

File tree

3 files changed

+8
-29
lines changed

3 files changed

+8
-29
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"nette/utils": "^3.2.5",
2525
"nikic/php-parser": "^5.2.0",
2626
"ondram/ci-detector": "^3.4.0",
27-
"ondrejmirtes/better-reflection": "6.42.0.8",
27+
"ondrejmirtes/better-reflection": "6.42.0.9",
2828
"phpstan/php-8-stubs": "0.3.111",
2929
"phpstan/phpdoc-parser": "^2.0",
3030
"psr/http-message": "^1.1",

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conf/config.neon

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1971,27 +1971,6 @@ services:
19711971
reflector: @originalBetterReflectionReflector
19721972
autowired: false
19731973

1974-
# deprecated
1975-
betterReflectionClassReflector:
1976-
class: PHPStan\BetterReflection\Reflector\ClassReflector
1977-
arguments:
1978-
sourceLocator: @betterReflectionSourceLocator
1979-
autowired: false
1980-
1981-
# deprecated
1982-
betterReflectionFunctionReflector:
1983-
class: PHPStan\BetterReflection\Reflector\FunctionReflector
1984-
arguments:
1985-
sourceLocator: @betterReflectionSourceLocator
1986-
autowired: false
1987-
1988-
# deprecated
1989-
betterReflectionConstantReflector:
1990-
class: PHPStan\BetterReflection\Reflector\ConstantReflector
1991-
arguments:
1992-
sourceLocator: @betterReflectionSourceLocator
1993-
autowired: false
1994-
19951974
nodeScopeResolverReflector:
19961975
factory: @betterReflectionReflector
19971976
autowired: false

0 commit comments

Comments
 (0)