Skip to content
Snippets Groups Projects
Commit 6821b3c3 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

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

parent 0fef1e1c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -18,7 +18,7 @@ interface ChmodInterface {
* @param string $path
* Path to change permissions of.
* @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
* Pass TRUE to recursively chmod the entire directory specified in $path.
*
......
......@@ -136,7 +136,7 @@ public final function copyDirectory($source, $destination) {
* @param string $path
* The file / directory to change the permissions of.
* @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
* Pass TRUE to recursively chmod the entire directory specified in $path.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment