소스 검색

Add missing {} around @inheritDoc to fix this class in SF beta2.

jdhoek 14 년 전
부모
커밋
67cace5d21
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Component/HttpFoundation/SessionStorage/NativeSessionStorage.php

+ 1 - 1
src/Symfony/Component/HttpFoundation/SessionStorage/NativeSessionStorage.php

@@ -84,7 +84,7 @@ class NativeSessionStorage implements SessionStorageInterface
     }
 
     /**
-     * @inheritDoc
+     * {@inheritDoc}
      */
     public function getId()
     {