Skip to content

Commit

Permalink
Remove dead assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Oct 31, 2014
1 parent 28333de commit 10e3bf6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Dom/Node.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ public function __construct($document, $node,
*
*/
public function __get($name) {
$value = null;

switch($name) {
case "id":
case "ID":
Expand Down

0 comments on commit 10e3bf6

Please sign in to comment.