Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 9f5777b

Browse files
Adjust case of "TRUE"
1 parent 36bfc19 commit 9f5777b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Iterators/JsonIterator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ protected function setDefaultOptions(array &$options)
105105
{
106106
if (!isset($options['jsonHasSquareBrackets']))
107107
{
108-
$options['jsonHasSquareBrackets'] = TRUE;
108+
$options['jsonHasSquareBrackets'] = true;
109109
}
110110

111111
if (!isset($options['firstTopLevelString']))

0 commit comments

Comments
 (0)