Skip to content

Commit 3589eae

Browse files
authored
Merge pull request #9 from enygma/protected-doparse
Making doParse protected (for issue #8)
2 parents 28c69af + 5059dc8 commit 3589eae

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)