-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
psalm-baseline.xml
29 lines (29 loc) · 1.24 KB
/
psalm-baseline.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.24.0@06dd975cb55d36af80f242561738f16c5f58264f">
<file src="src/BabDevSyliusShippingEstimatePlugin.php">
<DocblockTypeContradiction occurrences="1">
<code>null === $this->containerExtension</code>
</DocblockTypeContradiction>
<InvalidReturnStatement occurrences="1">
<code>$this->containerExtension === false ? null : $this->containerExtension</code>
</InvalidReturnStatement>
<InvalidReturnType occurrences="1">
<code>?ExtensionInterface</code>
</InvalidReturnType>
</file>
<file src="src/Controller/ShippingEstimatorController.php">
<MixedArgument occurrences="3">
<code>$configuration->getTemplate('_widget.html')</code>
<code>$form->get('country')->getData()</code>
<code>$form->get('postcode')->getData()</code>
</MixedArgument>
<PossiblyNullArgument occurrences="3">
<code>$cart->getCurrencyCode()</code>
<code>$shippingMethod->getCalculator()</code>
<code>$shippingMethod->getName()</code>
</PossiblyNullArgument>
<PropertyNotSetInConstructor occurrences="1">
<code>ShippingEstimatorController</code>
</PropertyNotSetInConstructor>
</file>
</files>