Browse Source

Removing empty line

Aleksandr Klimenkov 13 years ago
parent
commit
3af5c8610c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Metadata/VirtualPropertyMetadata.php

+ 0 - 1
Metadata/VirtualPropertyMetadata.php

@@ -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 {