浏览代码

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()
     {