瀏覽代碼

Removing empty line

Aleksandr Klimenkov 13 年之前
父節點
當前提交
3af5c8610c
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Metadata/VirtualPropertyMetadata.php

+ 0 - 1
Metadata/VirtualPropertyMetadata.php

@@ -24,7 +24,6 @@ class VirtualPropertyMetadata extends PropertyMetadata
 
 
     public function __construct($class, $methodName)
     public function __construct($class, $methodName)
     {
     {
-
         if ('get' === substr($methodName, 0, 3)) {
         if ('get' === substr($methodName, 0, 3)) {
             $fieldName = lcfirst(substr($methodName, 3));
             $fieldName = lcfirst(substr($methodName, 3));
         } else {
         } else {