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 d6600c3 commit d5a69b2Copy full SHA for d5a69b2
psalm.xml
@@ -46,6 +46,8 @@
46
<DeprecatedClass>
47
<errorLevel type="info">
48
<referencedClass name="Doctrine\ORM\Event\LifecycleEventArgs" /> <!-- deprecated in doctrine/orm 2.14 -->
49
+ <referencedClass name="Sylius\Component\Resource\Exception\VariantWithNoOptionsValuesException" />
50
+ <referencedClass name="Sylius\Resource\Exception\VariantWithNoOptionsValuesException" />
51
</errorLevel>
52
</DeprecatedClass>
53
@@ -67,7 +69,7 @@
67
69
<file name="src/Bundle/Controller/Parameters.php" />
68
70
71
</DuplicateClass>
-
72
+
73
<InternalClass>
74
<errorLevel type="suppress">
75
<file name="src/Bundle/DependencyInjection/PagerfantaExtension.php" />
0 commit comments