Skip to content

Commit

Permalink
No need to set to null before unsetting, refs nelmio#87
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Mar 8, 2014
1 parent 33662b6 commit 3311047
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Nelmio/Alice/Loader/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ private function populateObject($instance, $class, $name, $data)
}
}

$this->references['self'] = null;
unset($this->references['self']);
}

Expand Down

0 comments on commit 3311047

Please sign in to comment.