Skip to content

Commit adb73f8

Browse files
alexander-schranzondrejmirtes
authored andcommitted
Add Options to skipCheckGenericClasses and register new stub file
1 parent 32ec4bd commit adb73f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extension.neon

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ parameters:
1111
constantHassers: true
1212
console_application_loader: null
1313
consoleApplicationLoader: null
14+
featureToggles:
15+
skipCheckGenericClasses:
16+
- Symfony\Component\OptionsResolver\Options
1417
stubFiles:
1518
- stubs/Php/Stringable.stub
1619
- stubs/Psr/Cache/CacheItemInterface.stub
@@ -38,6 +41,7 @@ parameters:
3841
- stubs/Symfony/Component/HttpFoundation/Session.stub
3942
- stubs/Symfony/Component/Messenger/StampInterface.stub
4043
- stubs/Symfony/Component/Messenger/Envelope.stub
44+
- stubs/Symfony/Component/OptionsResolver/Options.stub
4145
- stubs/Symfony/Component/Process/Process.stub
4246
- stubs/Symfony/Component/PropertyAccess/PropertyPathInterface.stub
4347
- stubs/Symfony/Component/Security/Acl/Model/AclInterface.stub

0 commit comments

Comments
 (0)