@@ -17,7 +17,6 @@ |
||
| 17 | 17 | use Graze\Dynamark3Client\Command\CommandInterface; |
| 18 | 18 | use Graze\TelnetClient\TelnetResponseInterface; |
| 19 | 19 | use Graze\Dynamark3Client\Dynamark3Response; |
| 20 | -use Graze\Dynamark3Client\Dynamark3Constants; |
|
| 21 | 20 | |
| 22 | 21 | abstract class AbstractCommand implements CommandInterface |
| 23 | 22 | { |
@@ -39,7 +39,7 @@ |
||
| 39 | 39 | /** |
| 40 | 40 | * @param TelnetResponseInterface $response |
| 41 | 41 | * |
| 42 | - * @return Graze\Dynamark3Client\Dynamark3ResponseInterface |
|
| 42 | + * @return Dynamark3Response |
|
| 43 | 43 | */ |
| 44 | 44 | public function parseResponse(TelnetResponseInterface $response) |
| 45 | 45 | { |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | /** |
| 38 | 38 | * @param TelnetResponseInterface $telnetResponse |
| 39 | 39 | * |
| 40 | - * @return Graze\Dynamark3Client\Dynamark3ResponseInterface |
|
| 40 | + * @return \Graze\Dynamark3Client\Dynamark3Response |
|
| 41 | 41 | */ |
| 42 | 42 | public function parseResponse(TelnetResponseInterface $telnetResponse) |
| 43 | 43 | { |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | protected $commandText; |
| 27 | 27 | |
| 28 | 28 | /** |
| 29 | - * @return Graze\Dynamark3Client\Command\CommandInterface |
|
| 29 | + * @return CommandGeneric |
|
| 30 | 30 | */ |
| 31 | 31 | protected function getCommand() |
| 32 | 32 | { |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | class CommandGetxmlTest extends AbstractCommandTestCase |
| 22 | 22 | { |
| 23 | 23 | /** |
| 24 | - * @return Graze\Dynamark3Client\Command\CommandInterface |
|
| 24 | + * @return CommandGetxml |
|
| 25 | 25 | */ |
| 26 | 26 | protected function getCommand() |
| 27 | 27 | { |