소스 검색

Se quitaron espacios

gabriel 7 년 전
부모
커밋
24ffe8ab44
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      src/FTTHBundle/Form/NAPType.php
  2. 1 1
      src/FTTHBundle/tests/ONURESTControllerTest.php

+ 0 - 1
src/FTTHBundle/Form/NAPType.php

@@ -20,7 +20,6 @@ class NAPType extends AbstractType
             ->add('extraData')
             ->add('tenancyId')
             ->add('capacity')
-
         ;
     }
 

+ 1 - 1
src/FTTHBundle/tests/ONURESTControllerTest.php

@@ -109,7 +109,7 @@ class ONURESTControllerTest extends WebTestCaseBase
         $datos['olt'] = 1;
         $datos['name'] = 'NAP';
         $datos['tenancyId'] = 1;
-        $datos['capacity'] = 8; 
+        $datos['capacity'] = 8;
 
         if ($key == null) {
             return $datos;