@@ -65,8 +65,6 @@ |
||
| 65 | 65 | /** |
| 66 | 66 | * Perform authentication |
| 67 | 67 | * |
| 68 | - * @param string $user The name the user provided |
|
| 69 | - * @param string $password The password the user provided |
|
| 70 | 68 | * @param string $file |
| 71 | 69 | * @throws GenericsException |
| 72 | 70 | * @return boolean |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of the PHP Generics package. |
|
| 4 | - * |
|
| 5 | - * @package Generics |
|
| 6 | - */ |
|
| 3 | + * This file is part of the PHP Generics package. |
|
| 4 | + * |
|
| 5 | + * @package Generics |
|
| 6 | + */ |
|
| 7 | 7 | namespace Generics\Client; |
| 8 | 8 | |
| 9 | 9 | /** |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of the PHP Generics package. |
|
| 4 | - * |
|
| 5 | - * @package Generics |
|
| 6 | - */ |
|
| 3 | + * This file is part of the PHP Generics package. |
|
| 4 | + * |
|
| 5 | + * @package Generics |
|
| 6 | + */ |
|
| 7 | 7 | namespace Generics\Util; |
| 8 | 8 | |
| 9 | 9 | /** |