Skip to content

Commit d5a69b2

Browse files
committed
Ignore deprecation of VariantWithNoOptionsValuesException in Psalm
1 parent d6600c3 commit d5a69b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

psalm.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
<DeprecatedClass>
4747
<errorLevel type="info">
4848
<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" />
4951
</errorLevel>
5052
</DeprecatedClass>
5153

@@ -67,7 +69,7 @@
6769
<file name="src/Bundle/Controller/Parameters.php" />
6870
</errorLevel>
6971
</DuplicateClass>
70-
72+
7173
<InternalClass>
7274
<errorLevel type="suppress">
7375
<file name="src/Bundle/DependencyInjection/PagerfantaExtension.php" />

0 commit comments

Comments
 (0)