Skip to content

Commit

Permalink
Adjust test case format
Browse files Browse the repository at this point in the history
Related: #7771
  • Loading branch information
ohader committed Mar 16, 2022
1 parent 2b37536 commit 9e4e468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TypeReconciliation/ConditionalTest.php
Expand Up @@ -2839,8 +2839,8 @@ function b(B $_b): void {
echo "false";
}',
],
'BinaryDataIsPassedSeeIssue7771' => [
'code' => '<?php
'#7771: non-UTF8 binary data is passed' => [
'<?php
function matches(string $value): bool {
if ("\xD0\xCF\x11\xE0\xA1\xB1\x1A\xE1" !== $value) {
return false;
Expand Down

0 comments on commit 9e4e468

Please sign in to comment.