Skip to content

Commit

Permalink
Fix issue #10346
Browse files Browse the repository at this point in the history
  • Loading branch information
bradygp committed Mar 4, 2017
1 parent 06bd830 commit 036de30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Utility/Text.php
Expand Up @@ -119,6 +119,7 @@ public static function tokenize($data, $separator = ',', $leftBound = '(', $righ
$open = true;
} else {
$depth--;
$open = false;
}
}
}
Expand Down

0 comments on commit 036de30

Please sign in to comment.