Browse Source

Se agregaron asserts a las entidades

Guillermo Espinoza 8 years ago
parent
commit
84fd4546e9
2 changed files with 1 additions and 2 deletions
  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
      */