Skip to content

Commit 5059dc8

Browse files
committed
Making doParse protected (for issue #8)
1 parent 28c69af commit 5059dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public static function parse($content, array $context = array())
103103
*
104104
* @return array The .env contents
105105
*/
106-
private function doParse($content)
106+
protected function doParse($content)
107107
{
108108
$raw_lines = array_filter($this->makeLines($content), 'strlen');
109109

0 commit comments

Comments
 (0)