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 0dd6d0e commit da439e5Copy full SHA for da439e5
src/Filtering/PossiblyUnusedClassesFilter.php
@@ -28,6 +28,9 @@
28
'Illuminate\Support\ServiceProvider',
29
// events
30
'Symfony\Component\EventDispatcher\EventSubscriberInterface',
31
+ 'Symfony\Component\Form\FormTypeExtensionInterface',
32
+ 'Symfony\Component\Security\Core\Authentication\SimpleAuthenticatorInterface',
33
+ 'Vich\UploaderBundle\Naming\DirectoryNamerInterface',
34
// validator
35
'Symfony\Component\Validator\Constraint',
36
'Symfony\Component\Validator\ConstraintValidator',
0 commit comments