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 a3416eb commit 9a10fa3Copy full SHA for 9a10fa3
conf/services.neon
@@ -256,7 +256,7 @@ services:
256
class: PHPStan\Reflection\BetterReflection\Reflector\MemoizingReflector
257
arguments:
258
reflector: @originalBetterReflectionReflector
259
- autowired: false
+ autowired: PHPStan\BetterReflection\Reflector\Reflector
260
261
betterReflectionProvider:
262
class: PHPStan\Reflection\BetterReflection\BetterReflectionProvider
@@ -269,3 +269,4 @@ services:
269
class: PHPStan\BetterReflection\Reflector\DefaultReflector
270
271
sourceLocator: @betterReflectionSourceLocator
272
+ autowired: false
0 commit comments