Skip to content

Commit

Permalink
Remove unmatched error from phpstan baseline (#2929)
Browse files Browse the repository at this point in the history
  • Loading branch information
elidrissidev authored Jan 13, 2023
1 parent 63d402e commit 04da476
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions phpstan.dist.baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -6710,11 +6710,6 @@ parameters:
count: 1
path: app/code/core/Mage/Shipping/Model/Tracking/Result.php

-
message: "#^Call to an undefined method Zend_Db_Adapter_Abstract\\:\\:getCheckSql\\(\\)\\.$#"
count: 1
path: app/code/core/Mage/Sitemap/Model/Resource/Catalog/Abstract.php

-
message: "#^Method Mage_Tag_Model_Resource_Tag_Collection\\:\\:addPopularity\\(\\) invoked with 2 parameters, 0\\-1 required\\.$#"
count: 1
Expand Down

0 comments on commit 04da476

Please sign in to comment.