From 243998039f9c5b75aa1aff89e759d823495bc2f7 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Thu, 3 Nov 2016 11:30:48 -0400 Subject: [PATCH] Add @clsource PR #23 to correct a phpdoc typo in Functions.php --- wire/core/Functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire/core/Functions.php b/wire/core/Functions.php index 330961ea..4bb81780 100644 --- a/wire/core/Functions.php +++ b/wire/core/Functions.php @@ -167,7 +167,7 @@ function wireRmdir($path, $recursive = false) { * @param string $path May be a directory or a filename * @param bool $recursive If set to true, all files and directories in $path will be recursively set as well. * @param string $chmod If you want to set the mode to something other than PW's chmodFile/chmodDir settings, - you may override it by specifying it here. Ignored otherwise. Format should be a string, like "0755". + * you may override it by specifying it here. Ignored otherwise. Format should be a string, like "0755". * @return bool Returns true if all changes were successful, or false if at least one chmod failed. * @throws WireException when it receives incorrect chmod format *