Skip to content

Commit 9731fd9

Browse files
committed
Remove commented code
1 parent 8304e53 commit 9731fd9

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
@@ -244,7 +244,6 @@ protected function getInvalidBooleanValues(bool $includeNull = false): array
244244
protected function getInvalidDocumentValues(bool $includeNull = false): array
245245
{
246246
return array_merge([123, 3.14, 'foo', true], $includeNull ? [null] : []);
247-
// return array_merge([123, 3.14, 'foo', true, PackedArray::fromPHP([])], $includeNull ? [null] : []);
248247
}
249248

250249
protected function getInvalidDocumentCodecValues(): array

0 commit comments

Comments
 (0)