Skip to content

Commit 4997fb7

Browse files
committed
Explanation in config.neon
1 parent 7376d54 commit 4997fb7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

conf/config.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,3 +243,8 @@ services:
243243

244244
-
245245
class: PHPStan\Rules\Properties\UninitializedPropertyRule
246+
247+
# autowired services are now registered with the help of attributes
248+
# like #[PHPStan\DependencyInjection\AutowiredService] or #[PHPStan\DependencyInjection\GeneratedFactory]
249+
250+
# non-autowired services are now registered in services.neon

0 commit comments

Comments
 (0)