Prechádzať zdrojové kódy

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

jdhoek 14 rokov pred
rodič
commit
67cace5d21

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

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