Skip to content

Commit

Permalink
Removing empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
anyx committed May 3, 2012
1 parent 8207823 commit 3af5c86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Metadata/VirtualPropertyMetadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class VirtualPropertyMetadata extends PropertyMetadata

public function __construct($class, $methodName)
{

if ('get' === substr($methodName, 0, 3)) {
$fieldName = lcfirst(substr($methodName, 3));
} else {
Expand Down

0 comments on commit 3af5c86

Please sign in to comment.