Closed brandonkelly closed 4 years ago
This PR fixes #58 by checking if $blockEndPos is false, and if so, throwing an InvalidArgumentException.
$blockEndPos
false
Just realized another proposed fix already exists for this bug (#49), so will close this.
This PR fixes #58 by checking if
$blockEndPos
isfalse
, and if so, throwing an InvalidArgumentException.