Skip to content

Commit

Permalink
updated some outdated docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Petrie committed Dec 6, 2011
1 parent 97dd318 commit 0b71a17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions classes/ftp.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ public static function factory($config = 'default', $connect = true)
*
* $ftp = static::forge('group');
*
* @param string Ftp filename
* @param array array of values
* @param string|array The name of the config group to use, or a configuration array.
* @param bool Automatically connect to this server.
* @return Ftp
*/
public static function forge($config = 'default', $connect = true)
Expand All @@ -71,8 +71,8 @@ public static function forge($config = 'default', $connect = true)
/**
* Sets the initial Ftp filename and local data.
*
* @param string Ftp filename
* @param array array of values
* @param string|array The name of the config group to use, or a configuration array.
* @param bool Automatically connect to this server.
* @return void
*/
public function __construct($config = 'default')
Expand Down

0 comments on commit 0b71a17

Please sign in to comment.