Skip to content

Commit 8b24107

Browse files
Merge branch '4.3' into 4.4
* 4.3: [4.3] Remove unused local variables
2 parents b58a531 + 324cf4b commit 8b24107

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Parser.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ public function parse(string $value, int $flags = 0)
8585
$this->refs = [];
8686

8787
$mbEncoding = null;
88-
$data = null;
8988

9089
if (2 /* MB_OVERLOAD_STRING */ & (int) ini_get('mbstring.func_overload')) {
9190
$mbEncoding = mb_internal_encoding();

0 commit comments

Comments
 (0)