@@ -28,7 +28,6 @@ |
||
| 28 | 28 | /** |
| 29 | 29 | * __construct. |
| 30 | 30 | * |
| 31 | - * @param array $options |
|
| 32 | 31 | * @param \Http\Client\HttpClient $httpClient |
| 33 | 32 | * @param \Http\Message\MessageFactory $messageFactory |
| 34 | 33 | */ |
@@ -5,9 +5,9 @@ |
||
| 5 | 5 | use Carbon\Carbon; |
| 6 | 6 | use DomainException; |
| 7 | 7 | use Http\Client\HttpClient; |
| 8 | -use Http\Message\MessageFactory; |
|
| 9 | 8 | use Http\Discovery\HttpClientDiscovery; |
| 10 | 9 | use Http\Discovery\MessageFactoryDiscovery; |
| 10 | +use Http\Message\MessageFactory; |
|
| 11 | 11 | |
| 12 | 12 | class Client |
| 13 | 13 | { |
@@ -32,7 +32,6 @@ |
||
| 32 | 32 | /** |
| 33 | 33 | * Set the message content. |
| 34 | 34 | * |
| 35 | - * @param string $content |
|
| 36 | 35 | * @return $this |
| 37 | 36 | */ |
| 38 | 37 | public function subject($subject) |