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 e96c4a5 commit 75ac07dCopy full SHA for 75ac07d
app/code/Magento/Checkout/Model/AddressComparator.php
@@ -59,6 +59,7 @@ public function isEqual(?AddressInterface $shippingAddress, ?AddressInterface $b
59
* @param array $array1
60
* @param array $array2
61
* @return array
62
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
63
*/
64
private function arrayDiffAssocRecursive(array $array1, array $array2): array
65
{
0 commit comments