Make WordPress Core


Ignore:
Timestamp:
07/27/2021 09:27:51 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct @return type for WP_Filesystem_Base::getnumchmodfromh().

Follow-up to [9117].

Props ankitmaru, johnbillion.
Fixes #53793.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php

    r50657 r51494  
    739739     *     @type string $name        Name of the file or directory.
    740740     *     @type string $perms       *nix representation of permissions.
    741      *     @type int    $permsn      Octal representation of permissions.
     741     *     @type string $permsn      Octal representation of permissions.
    742742     *     @type string $owner       Owner name or ID.
    743743     *     @type int    $size        Size of file in bytes.
Note: See TracChangeset for help on using the changeset viewer.