Explorar el Código

Removing empty line

Aleksandr Klimenkov hace 13 años
padre
commit
3af5c8610c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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 {