@@ -1,14 +1,14 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Class GatewayEndpoint |
|
| 4 | - * |
|
| 5 | - * @filesource GatewayEndpoint.php |
|
| 6 | - * @created 02.04.2016 |
|
| 7 | - * @package chillerlan\Threema |
|
| 8 | - * @author Smiley <[email protected]> |
|
| 9 | - * @copyright 2016 Smiley |
|
| 10 | - * @license MIT |
|
| 11 | - */ |
|
| 3 | + * Class GatewayEndpoint |
|
| 4 | + * |
|
| 5 | + * @filesource GatewayEndpoint.php |
|
| 6 | + * @created 02.04.2016 |
|
| 7 | + * @package chillerlan\Threema |
|
| 8 | + * @author Smiley <[email protected]> |
|
| 9 | + * @copyright 2016 Smiley |
|
| 10 | + * @license MIT |
|
| 11 | + */ |
|
| 12 | 12 | |
| 13 | 13 | namespace chillerlan\Threema; |
| 14 | 14 | |
@@ -198,7 +198,7 @@ |
||
| 198 | 198 | } |
| 199 | 199 | |
| 200 | 200 | /** |
| 201 | - * @param $email |
|
| 201 | + * @param string $email |
|
| 202 | 202 | * |
| 203 | 203 | * @return string |
| 204 | 204 | * @throws \chillerlan\Threema\GatewayException |