Make WordPress Core


Ignore:
Timestamp:
12/20/2014 08:39:41 PM (10 years ago)
Author:
wonderboymusic
Message:

Improve some wp-admin/includes/class-wp-filesystem-*.php docs for @param.

See #30799.

File:
1 edited

Legend:

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

    r30682 r30978  
    127127     * @param string $command
    128128     * @param bool $returnbool
     129     * @return bool|string
    129130     */
    130131    public function run_command( $command, $returnbool = false) {
     
    193194    /**
    194195     * @param string $dir
    195      * @return bool
     196     * @return bool|string
    196197     */
    197198    public function chdir($dir) {
     
    216217     * @param int $mode
    217218     * @param bool $recursive
    218      * @return bool
     219     * @return bool|string
    219220     */
    220221    public function chmod($file, $mode = false, $recursive = false) {
Note: See TracChangeset for help on using the changeset viewer.