From f1adfa6760f7ef4810cd7b8add59a714dceb0c95 Mon Sep 17 00:00:00 2001 From: Dusan Malusev Date: Fri, 25 Oct 2019 09:27:55 +0200 Subject: [PATCH] Adding write method to dotenv parser --- .idea/workspace.xml | 336 ++------------------------- .phpunit.result.cache | 2 +- composer.lock | 199 ++++++++-------- src/EnvParser.php | 78 +++++-- src/EnvParserInterface.php | 13 ++ src/Exceptions/DotEnvSyntaxError.php | 2 +- tests/EnvTest/EnvParserTest.php | 22 +- 7 files changed, 211 insertions(+), 441 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 59c77e6..fd40fa3 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,13 +4,10 @@ - + - - -