瀏覽代碼

replace @param text with @param string

Igor Wiedler 13 年之前
父節點
當前提交
05accee3bc

+ 2 - 2
src/Packagist/WebBundle/Entity/Author.php

@@ -176,7 +176,7 @@ class Author
     /**
      * Set email
      *
-     * @param text $email
+     * @param string $email
      */
     public function setEmail($email)
     {
@@ -196,7 +196,7 @@ class Author
     /**
      * Set homepage
      *
-     * @param text $homepage
+     * @param string $homepage
      */
     public function setHomepage($homepage)
     {

+ 2 - 2
src/Packagist/WebBundle/Entity/Package.php

@@ -183,7 +183,7 @@ class Package
     /**
      * Set description
      *
-     * @param text $description
+     * @param string $description
      */
     public function setDescription($description)
     {
@@ -333,7 +333,7 @@ class Package
     /**
      * Set type
      *
-     * @param text $type
+     * @param string $type
      */
     public function setType($type)
     {

+ 4 - 4
src/Packagist/WebBundle/Entity/Version.php

@@ -266,7 +266,7 @@ class Version
     /**
      * Set description
      *
-     * @param text $description
+     * @param string $description
      */
     public function setDescription($description)
     {
@@ -366,7 +366,7 @@ class Version
     /**
      * Set source
      *
-     * @param text $source
+     * @param string $source
      */
     public function setSource($source)
     {
@@ -386,7 +386,7 @@ class Version
     /**
      * Set dist
      *
-     * @param text $dist
+     * @param string $dist
      */
     public function setDist($dist)
     {
@@ -575,7 +575,7 @@ class Version
     /**
      * Set installAs
      *
-     * @param text $installAs
+     * @param string $installAs
      */
     public function setInstallAs($installAs)
     {