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 4fb9c0d commit ba634c0Copy full SHA for ba634c0
2 files changed
.gitignore
@@ -5,3 +5,4 @@ vendor
5
coverage
6
phpunit.xml
7
.php-cs-fixer.cache
8
+.phpunit.result.cache
src/DotenvEditor.php
@@ -138,9 +138,7 @@ public function has($key)
138
139
public function __destruct()
140
{
141
- if ($this->envFile) {
142
- $this->envFile->close();
143
- }
+ $this->envFile?->close();
144
}
145
146
/**
0 commit comments