From d8802503a538867a5eb3f7664771def3e3404795 Mon Sep 17 00:00:00 2001 From: Arnaud Amant Date: Fri, 21 Feb 2025 09:17:05 +0100 Subject: [PATCH] Remove obsolete phpstan baseline entry for invalid binary operation. This commit deletes an outdated baseline error related to a binary operation between a string and a number. The removed entry is no longer relevant, streamlining the phpstan baseline configuration. --- .phpstan.dist.baseline.neon | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.phpstan.dist.baseline.neon b/.phpstan.dist.baseline.neon index 8d87f7835ba..9c64750cb52 100644 --- a/.phpstan.dist.baseline.neon +++ b/.phpstan.dist.baseline.neon @@ -516,12 +516,6 @@ parameters: count: 1 path: app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Currency.php - - - message: '#^Binary operation "\*" between string and 1 results in an error\.$#' - identifier: binaryOp.invalid - count: 1 - path: app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Number.php - - message: '#^Parameter \#2 \$array of function implode expects array\, list\\|string\|null\> given\.$#' identifier: argument.type