Completed
Push — master ( 91102b...29b118 )
by John
02:04
created
src/TelnetClient.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.