diff -r be944660c56a -r 3d72ae0968f4 wp/wp-admin/includes/class-wp-filesystem-direct.php --- a/wp/wp-admin/includes/class-wp-filesystem-direct.php Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-admin/includes/class-wp-filesystem-direct.php Tue Sep 27 16:37:53 2022 +0200 @@ -588,14 +588,14 @@ * * @type string $name Name of the file or directory. * @type string $perms *nix representation of permissions. - * @type int $permsn Octal representation of permissions. + * @type string $permsn Octal representation of permissions. * @type string $owner Owner name or ID. * @type int $size Size of file in bytes. * @type int $lastmodunix Last modified unix timestamp. * @type mixed $lastmod Last modified month (3 letter) and day (without leading 0). * @type int $time Last modified time. * @type string $type Type of resource. 'f' for file, 'd' for directory. - * @type mixed $files If a directory and $recursive is true, contains another array of files. + * @type mixed $files If a directory and `$recursive` is true, contains another array of files. * } */ public function dirlist( $path, $include_hidden = true, $recursive = false ) {