Skip to content

Commit

Permalink
phpstan baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Jan 20, 2025
1 parent b2c6c37 commit 8b0fb45
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .phpstan.dist.baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -3684,12 +3684,6 @@ parameters:
count: 1
path: app/code/core/Mage/Customer/Model/Customer/Api/V2.php

-
message: '#^Parameter \#1 \$customer of method Mage_Customer_Model_Resource_Customer\:\:_saveAddresses\(\) expects Mage_Customer_Model_Customer, Varien_Object given\.$#'
identifier: argument.type
count: 1
path: app/code/core/Mage/Customer/Model/Resource/Customer.php

-
message: '#^Parameter \#2 \$entityId of method Mage_Eav_Model_Entity_Abstract\:\:load\(\) expects int, string given\.$#'
identifier: argument.type
Expand Down Expand Up @@ -6084,12 +6078,6 @@ parameters:
count: 2
path: app/code/core/Mage/Tax/Helper/Data.php

-
message: '#^Method Mage_Tax_Helper_Data\:\:needPriceConversion\(\) should return int\|false but returns bool\.$#'
identifier: return.type
count: 1
path: app/code/core/Mage/Tax/Helper/Data.php

-
message: '#^Parameter \#1 \$shippingAddress of method Mage_Tax_Model_Calculation\:\:getRateRequest\(\) expects Mage_Sales_Model_Quote_Address\|false\|null, Mage_Customer_Model_Address\|null given\.$#'
identifier: argument.type
Expand Down

0 comments on commit 8b0fb45

Please sign in to comment.