Skip to content

Commit 16aa589

Browse files
committed
- chore: clarification
1 parent 23799b5 commit 16aa589

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/FunctionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public function isAssociativeArrayData()
183183
[[false => 1], false], // FALSE is converted to 0
184184
[[true => 1], true], // TRUE is converted to 1
185185

186-
[[2.7 => 'yes'], true], // FLOAT is a different level of weird (float-to-string)
186+
[[2.7 => 'yes'], true], // FLOAT is a different level of weird (implicit float-to-string or int conversion)
187187
];
188188
}
189189

0 commit comments

Comments
 (0)