Skip to content

Commit 2ce67cd

Browse files
authored
Remove obsolete phpstan baseline entry for invalid binary operation. (#4640)
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.
1 parent b7f2386 commit 2ce67cd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.phpstan.dist.baseline.neon

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -516,12 +516,6 @@ parameters:
516516
count: 1
517517
path: app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Currency.php
518518

519-
-
520-
message: '#^Binary operation "\*" between string and 1 results in an error\.$#'
521-
identifier: binaryOp.invalid
522-
count: 1
523-
path: app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Number.php
524-
525519
-
526520
message: '#^Parameter \#2 \$array of function implode expects array\<string\>, list\<array\<string\>\|string\|null\> given\.$#'
527521
identifier: argument.type

0 commit comments

Comments
 (0)