瀏覽代碼

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

jdhoek 14 年之前
父節點
當前提交
c6172e0f96
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/Symfony/Component/HttpFoundation/File/UploadedFile.php

+ 4 - 4
src/Symfony/Component/HttpFoundation/File/UploadedFile.php

@@ -91,7 +91,7 @@ class UploadedFile extends File
     }
 
     /**
-     * @inheritDoc
+     * {@inheritDoc}
      */
     public function getMimeType()
     {
@@ -99,7 +99,7 @@ class UploadedFile extends File
     }
 
     /**
-     * @inheritDoc
+     * {@inheritDoc}
      */
     public function getSize()
     {
@@ -107,7 +107,7 @@ class UploadedFile extends File
     }
 
     /**
-     * @inheritDoc
+     * {@inheritDoc}
      */
     public function getExtension()
     {
@@ -160,7 +160,7 @@ class UploadedFile extends File
     }
 
     /**
-     * @inheritDoc
+     * {@inheritDoc}
      */
     public function move($directory, $name = null)
     {