8000 Remove some unused variables and properties · symfony/dotenv@16505b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 16505b4

Browse files
committed
Remove some unused variables and properties
1 parent e2ecf49 commit 16505b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dotenv.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function parse($data, $path = '.env')
112112
$this->end = strlen($this->data);
113113
$this->state = self::STATE_VARNAME;
114114
$this->values = array();
115-
$name = $value = '';
115+
$name = '';
116116

117117
$this->skipEmptyLines();
118118

0 commit comments

Comments
 (0)
0