Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed May 9, 2011
1 parent d2e12da commit 60b3e87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Jackalope/Property.php
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,8 @@ protected function checkMultiple($isMultiple = true)
* @uses Node::unsetProperty()
* @api
**/
public function remove() {
public function remove()
{
parent::remove();

$meth = new \ReflectionMethod('\Jackalope\Node', 'unsetProperty');
Expand Down

0 comments on commit 60b3e87

Please sign in to comment.