We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8517c40 commit 1350cc3Copy full SHA for 1350cc3
src/Parser/Parser.php
@@ -38,7 +38,7 @@ public function parse(string $content)
38
*
39
* @return \GrahamCampbell\ResultType\Result<\Dotenv\Parser\Entry[],string>
40
*/
41
- private function process(array $entries)
+ private static function process(array $entries)
42
{
43
return \array_reduce($entries, static function (Result $result, string $raw) {
44
return $result->flatMap(static function (array $entries) use ($raw) {
0 commit comments