From 3207c621044f4f497c96a1af62a249f08be6f0c9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 27 Jul 2021 11:00:25 +0000 Subject: [PATCH] Docs: Clarify the `@return` value for `WP_Filesystem_Base::getnumchmodfromh()`. Follow-up to [9117], [51494]. See #53399. git-svn-id: https://develop.svn.wordpress.org/trunk@51495 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-filesystem-base.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/class-wp-filesystem-base.php b/src/wp-admin/includes/class-wp-filesystem-base.php index 7261fea293..646522b412 100644 --- a/src/wp-admin/includes/class-wp-filesystem-base.php +++ b/src/wp-admin/includes/class-wp-filesystem-base.php @@ -407,8 +407,8 @@ class WP_Filesystem_Base { * * @since 2.5.0 * - * @param string $mode string The *nix-style file permission. - * @return string Octal representation. + * @param string $mode string The *nix-style file permissions. + * @return string Octal representation of permissions. */ public function getnumchmodfromh( $mode ) { $realmode = '';