@@ -39,7 +39,7 @@ |
||
39 | 39 | /** |
40 | 40 | * @param TelnetResponseInterface $response |
41 | 41 | * |
42 | - * @return Graze\Dynamark3Client\Dynamark3Response |
|
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\Dynamark3Response |
|
40 | + * @return \Graze\Dynamark3Client\Dynamark3Response |
|
41 | 41 | */ |
42 | 42 | public function parseResponse(TelnetResponseInterface $telnetResponse) |
43 | 43 | { |
@@ -53,8 +53,6 @@ |
||
53 | 53 | * @dataProvider dataProviderCommandSuccess |
54 | 54 | * |
55 | 55 | * @param string $commandText |
56 | - * @param string $rawTelnetResponse |
|
57 | - * @param string $expectedResponseText |
|
58 | 56 | * |
59 | 57 | * @return void |
60 | 58 | */ |