@@ -26,7 +26,7 @@ discard block |
||
| 26 | 26 | } |
| 27 | 27 | |
| 28 | 28 | /** |
| 29 | - * @return \PHPUnit_Framework_MockObject_MockObject|\Checkdomain\Comodo\ImapExtension |
|
| 29 | + * @return ImapExtension |
|
| 30 | 30 | */ |
| 31 | 31 | protected function createImapExtension() |
| 32 | 32 | { |
@@ -98,9 +98,9 @@ discard block |
||
| 98 | 98 | /** |
| 99 | 99 | * Creates a class to simulate Requests, and return response String for testing purposes |
| 100 | 100 | * |
| 101 | - * @param $responseString |
|
| 101 | + * @param string $responseString |
|
| 102 | 102 | * |
| 103 | - * @return \PHPUnit_Framework_MockObject_MockObject|\GuzzleHttp\Client |
|
| 103 | + * @return null|Client |
|
| 104 | 104 | */ |
| 105 | 105 | protected function createGuzzleClient($responseString) |
| 106 | 106 | { |