소스 검색

Fixed indent

Dmitry Pikhno 13 년 전
부모
커밋
4adfc88774
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/Gedmo/Translatable/Fixture/Article.php

+ 1 - 1
tests/Gedmo/Translatable/Fixture/Article.php

@@ -28,7 +28,7 @@ class Article implements Translatable
 
     /**
      * @Gedmo\Translatable
-	 * @Gedmo\NoFallback
+     * @Gedmo\NoFallback
      * @ORM\Column(name="views", type="integer", nullable=true)
      */
     private $views;