Skip to content

Commit 6846dd2

Browse files
committed
Removed dead code and various cleaning
1 parent b3bedb7 commit 6846dd2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Caster/DOMCaster.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ public static function castNode(\DOMNode $dom, array $a, Stub $stub, $isNested)
115115

116116
public static function castNameSpaceNode(\DOMNameSpaceNode $dom, array $a, Stub $stub, $isNested)
117117
{
118-
// Commented lines denote properties that exist but are better not dumped for clarity.
119-
120118
$a += array(
121119
'nodeName' => $dom->nodeName,
122120
'nodeValue' => new CutStub($dom->nodeValue),

0 commit comments

Comments
 (0)