mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
* typo
This commit is contained in:
parent
46c5e3bc6f
commit
b45e7182a0
1 changed files with 1 additions and 5 deletions
|
@ -28,8 +28,6 @@ require_once "PEAR/Config.php";
|
|||
*/
|
||||
class PEAR_Command_Auth extends PEAR_Command_Common
|
||||
{
|
||||
// {{{ command definitions
|
||||
|
||||
var $commands = array(
|
||||
'login' => array(
|
||||
'summary' => 'Connects and authenticates to remote server',
|
||||
|
@ -55,8 +53,6 @@ user configuration.
|
|||
|
||||
);
|
||||
|
||||
// }}}
|
||||
|
||||
/**
|
||||
* PEAR_Command_Auth constructor.
|
||||
*
|
||||
|
@ -68,7 +64,7 @@ user configuration.
|
|||
}
|
||||
|
||||
/**
|
||||
* Execute the 'logout' command.
|
||||
* Execute the 'login' command.
|
||||
*
|
||||
* @param string $command command name
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue