From 7ca52d407fcc94beedd60e27a107bd082276eae4 Mon Sep 17 00:00:00 2001 From: Sven Reichel Date: Thu, 25 Jul 2024 14:32:36 +0200 Subject: [PATCH] phpstan baseline - removed 1 error --- phpstan.dist.baseline.neon | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phpstan.dist.baseline.neon b/phpstan.dist.baseline.neon index 8fd0d3944fa..51f6db38e1c 100644 --- a/phpstan.dist.baseline.neon +++ b/phpstan.dist.baseline.neon @@ -5350,11 +5350,6 @@ parameters: count: 2 path: lib/Varien/Db/Adapter/Pdo/Mysql.php - - - message: "#^Method Varien_Db_Adapter_Pdo_Mysql\\:\\:query\\(\\) should return Zend_Db_Statement_Pdo but returns PDOStatement\\|Zend_Db_Statement_Interface\\.$#" - count: 1 - path: lib/Varien/Db/Adapter/Pdo/Mysql.php - - message: "#^Property Varien_Db_Adapter_Pdo_Mysql\\:\\:\\$_cacheAdapter \\(Zend_Cache_Core\\) does not accept Zend_Cache_Backend_Interface\\.$#" count: 1