Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Update Parser.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j authored Mar 28, 2019
1 parent c7b696b commit da52d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ private function findStart(string $input): ?int
$pos++;
}

return null;
return 0;
}

/**
Expand Down

0 comments on commit da52d24

Please sign in to comment.