We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4778221 commit e08e762Copy full SHA for e08e762
tests/PHPStan/Rules/Functions/data/bug-10559.php
@@ -19,5 +19,4 @@
19
'c1' => 3.3,
20
];
21
if ($arr2['a1'] > 1) {}
22
-// !!! There is error "Cannot cast mixed to string." on next line if "checkImplicitMixed: true"
23
echo (string)$arr2['c1'];
0 commit comments