Skip to content

Commit

Permalink
a little tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
a-musing-moose committed Jun 1, 2011
1 parent 572382a commit 0b4ab38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/morph/Object.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ public function __toString()

// iterate through all the properties this object has and print them out
foreach ($this->propertySet as $name => $property) {

$data[$name] = (string)$property;
}

Expand Down

0 comments on commit 0b4ab38

Please sign in to comment.