From 67cace5d21be286659b54e9f24440df5826af74c Mon Sep 17 00:00:00 2001 From: jdhoek Date: Tue, 24 May 2011 00:40:39 -0700 Subject: [PATCH] Add missing {} around @inheritDoc to fix this class in SF beta2. --- .../HttpFoundation/SessionStorage/NativeSessionStorage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/HttpFoundation/SessionStorage/NativeSessionStorage.php b/src/Symfony/Component/HttpFoundation/SessionStorage/NativeSessionStorage.php index 469dcd23bc..15a756a5ef 100644 --- a/src/Symfony/Component/HttpFoundation/SessionStorage/NativeSessionStorage.php +++ b/src/Symfony/Component/HttpFoundation/SessionStorage/NativeSessionStorage.php @@ -84,7 +84,7 @@ class NativeSessionStorage implements SessionStorageInterface } /** - * @inheritDoc + * {@inheritDoc} */ public function getId() {