소스 검색

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)
     {
-
         if ('get' === substr($methodName, 0, 3)) {
             $fieldName = lcfirst(substr($methodName, 3));
         } else {