Skip to content

Commit e08e762

Browse files
committed
remove missleading comment
1 parent 4778221 commit e08e762

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)