@@ -138,7 +138,7 @@ discard block |
||
138 | 138 | * @param string $command |
139 | 139 | * @param string $prompt |
140 | 140 | * |
141 | - * @return Graze\TelnetClient\TelnetResponseInterface |
|
141 | + * @return TelnetResponse |
|
142 | 142 | */ |
143 | 143 | public function execute($command, $prompt = null) |
144 | 144 | { |
@@ -159,7 +159,7 @@ discard block |
||
159 | 159 | /** |
160 | 160 | * @param string $prompt |
161 | 161 | * |
162 | - * @return Graze\TelnetClient\TelnetResponseInterface |
|
162 | + * @return TelnetResponse |
|
163 | 163 | */ |
164 | 164 | protected function getResponse($prompt = null) |
165 | 165 | { |
@@ -205,7 +205,7 @@ discard block |
||
205 | 205 | * @param string $promptError |
206 | 206 | * @param string $lineEnding |
207 | 207 | * |
208 | - * @return Graze\TelnetClient\TelnetClientInterface |
|
208 | + * @return TelnetClientInterface |
|
209 | 209 | */ |
210 | 210 | public static function build($dsn, $prompt = null, $promptError = null, $lineEnding = null) |
211 | 211 | { |