Issue #1382222 by Albert Volkman: Small docs cleanup regarding PHP chmod

8.0.x
Jennifer Hodgdon 2012-10-02 09:43:24 -07:00
parent 0fef1e1c13
commit 6821b3c37d
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ interface ChmodInterface {
* @param string $path * @param string $path
* Path to change permissions of. * Path to change permissions of.
* @param int $mode * @param int $mode
* See the $mode argument from http://php.net/chmod. * The new file permission mode to be passed to chmod().
* @param bool $recursive * @param bool $recursive
* Pass TRUE to recursively chmod the entire directory specified in $path. * Pass TRUE to recursively chmod the entire directory specified in $path.
* *

View File

@ -136,7 +136,7 @@ abstract class FileTransfer {
* @param string $path * @param string $path
* The file / directory to change the permissions of. * The file / directory to change the permissions of.
* @param int $mode * @param int $mode
* See the $mode argument from http://php.net/chmod. * The new file permission mode to be passed to chmod().
* @param bool $recursive * @param bool $recursive
* Pass TRUE to recursively chmod the entire directory specified in $path. * Pass TRUE to recursively chmod the entire directory specified in $path.
* *