Skip to content

Commit

Permalink
bump: Infra 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarlovi committed Jun 24, 2024
1 parent a0540f1 commit 07c5444
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions psalm.baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@
<code><![CDATA[variableNode]]></code>
<code><![CDATA[variableNode]]></code>
</MixedMethodCall>
<PossiblyNullReference>
<code><![CDATA[arrayNode]]></code>
</PossiblyNullReference>
<UndefinedInterfaceMethod>
<code><![CDATA[arrayNode]]></code>
</UndefinedInterfaceMethod>
Expand Down Expand Up @@ -207,6 +210,9 @@
<PossiblyUnusedMethod>
<code><![CDATA[configureContainer]]></code>
</PossiblyUnusedMethod>
<PropertyNotSetInConstructor>
<code><![CDATA[Kernel]]></code>
</PropertyNotSetInConstructor>
<UnresolvableInclude>
<code><![CDATA[require $path]]></code>
</UnresolvableInclude>
Expand Down Expand Up @@ -292,6 +298,9 @@
<UnusedClass>
<code><![CDATA[CollectionNormalizer]]></code>
</UnusedClass>
<UnusedParam>
<code><![CDATA[$format]]></code>
</UnusedParam>
</file>
<file src="src/Bridge/Symfony/Serializer/Normalizer/ExpressionNormalizer.php">
<MixedAssignment>
Expand All @@ -306,6 +315,9 @@
<UnusedClass>
<code><![CDATA[ExpressionNormalizer]]></code>
</UnusedClass>
<UnusedParam>
<code><![CDATA[$format]]></code>
</UnusedParam>
</file>
<file src="src/Bridge/Symfony/Serializer/Normalizer/LocalizingNormalizer.php">
<MixedArrayAccess>
Expand All @@ -331,11 +343,17 @@
<UnusedClass>
<code><![CDATA[LocalizingNormalizer]]></code>
</UnusedClass>
<UnusedParam>
<code><![CDATA[$format]]></code>
</UnusedParam>
</file>
<file src="src/Bridge/Symfony/Serializer/Normalizer/ResourceLocatorNormalizer.php">
<UnusedClass>
<code><![CDATA[ResourceLocatorNormalizer]]></code>
</UnusedClass>
<UnusedParam>
<code><![CDATA[$format]]></code>
</UnusedParam>
</file>
<file src="src/Bridge/Twig/Extension/DatabaseExtension.php">
<MixedArgument>
Expand Down

0 comments on commit 07c5444

Please sign in to comment.