소스 검색

Se agregaron asserts a las entidades

Guillermo Espinoza 8 년 전
부모
커밋
84fd4546e9
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/StatsBundle/Entity/DeviceServer.php
  2. 0 1
      src/StatsBundle/Entity/StatsDevice.php

+ 1 - 1
src/StatsBundle/Entity/DeviceServer.php

@@ -55,7 +55,7 @@ class DeviceServer
      */
     private $deviceTypes;
 
-    
+
     /**
      * @return string
      */

+ 0 - 1
src/StatsBundle/Entity/StatsDevice.php

@@ -62,7 +62,6 @@ class StatsDevice
         return sprintf('%s %s', $this->deviceType, $this->ip);
     }
 
-    
     /**
      * @return int
      */