Skip to content

Commit 9c640e9

Browse files
committed
remove missleading comment
1 parent e2429bf commit 9c640e9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/PHPStan/Rules/Functions/data/bug-10559.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@
1919
'c1' => 3.3,
2020
];
2121
if ($arr2['a1'] > 1) {}
22-
// !!! There is error "Cannot cast mixed to string." on next line if "checkImplicitMixed: true"
2322
echo (string)$arr2['c1'];

0 commit comments

Comments
 (0)