Completed
Push — master ( b4931b...923933 )
by Carlos
07:32 queued 04:30
created
src/Core/Http.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
      * @param string $url
80 80
      * @param array  $options
81 81
      *
82
-     * @return array|bool
82
+     * @return ResponseInterface
83 83
      *
84 84
      * @throws HttpException
85 85
      */
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
      * @param string       $url
95 95
      * @param array|string $options
96 96
      *
97
-     * @return array|bool
97
+     * @return ResponseInterface
98 98
      *
99 99
      * @throws HttpException
100 100
      */
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
      * @param string|array $options
113 113
      * @param int          $encodeOption
114 114
      *
115
-     * @return array|bool
115
+     * @return ResponseInterface
116 116
      *
117 117
      * @throws HttpException
118 118
      */
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
      * @param array  $files
131 131
      * @param array  $form
132 132
      *
133
-     * @return array|bool
133
+     * @return ResponseInterface
134 134
      *
135 135
      * @throws HttpException
136 136
      */
@@ -211,7 +211,7 @@  discard block
 block discarded – undo
211 211
      * @param string $method
212 212
      * @param array  $options
213 213
      *
214
-     * @return array|bool
214
+     * @return ResponseInterface
215 215
      *
216 216
      * @throws HttpException
217 217
      */
Please login to merge, or discard this patch.