Skip to content

Commit

Permalink
Update phpstan-baseline.neon
Browse files Browse the repository at this point in the history
Co-authored-by: Fabien Potencier <[email protected]>
  • Loading branch information
smnandre and fabpot authored Dec 2, 2024
1 parent fc235f1 commit 6cf2ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ parameters:
count: 5
path: src/Node/Node.php

- # String is matched by the REGEX_NUMBER
- # Adding 0 to the string representation of a number is valid and what we want here
message: '#^Binary operation "\+" between 0 and string results in an error\.$#'
identifier: binaryOp.invalid
count: 1
Expand Down

0 comments on commit 6cf2ea7

Please sign in to comment.