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
This commit is contained in:
Sergey Biryukov
2021-07-27 11:00:25 +00:00
parent 7bb0a17b46
commit 3207c62104
@@ -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 = '';