Skip to content

Commit c52905e

Browse files
committed
Remove commented code
1 parent 9c0da5c commit c52905e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/TestCase.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ protected function getInvalidBooleanValues(bool $includeNull = false): array
225225
protected function getInvalidDocumentValues(bool $includeNull = false): array
226226
{
227227
return array_merge([123, 3.14, 'foo', true], $includeNull ? [null] : []);
228-
// return array_merge([123, 3.14, 'foo', true, PackedArray::fromPHP([])], $includeNull ? [null] : []);
229228
}
230229

231230
protected function getInvalidDocumentCodecValues(): array

0 commit comments

Comments
 (0)