]> granicus.if.org Git - php/commitdiff
phpdoc error
authorGreg Beaver <cellog@php.net>
Wed, 17 Sep 2003 03:13:56 +0000 (03:13 +0000)
committerGreg Beaver <cellog@php.net>
Wed, 17 Sep 2003 03:13:56 +0000 (03:13 +0000)
pear/PEAR/Installer.php

index 419f71c34ea27d2215fcb9da9ca4c4acb866e836..624a121a0cda3f3153b9a0e9d9be9d4b78898e87 100644 (file)
@@ -341,7 +341,7 @@ class PEAR_Installer extends PEAR_Common
      * @see startFileTransaction()
      * @var string $type This can be one of:
      *    - rename:  rename a file ($data has 2 values)
-     *    - chmod:   change permissions on a file ($data has 1 value)
+     *    - chmod:   change permissions on a file ($data has 2 values)
      *    - delete:  delete a file ($data has 1 value)
      *    - rmdir:   delete a directory if empty ($data has 1 value)
      *    - installed_as: mark a file as installed ($data has 4 values).