Completed
Push — master ( f05a54...af514f )
by Casey
40:34 queued 25:28
created
src/GuzzleRetryMiddleware.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
      *
161 161
      * @param RequestInterface $request
162 162
      * @param array<mixed> $options
163
-     * @return callable
163
+     * @return Closure
164 164
      */
165 165
     protected function onFulfilled(RequestInterface $request, array $options): callable
166 166
     {
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
      *
180 180
      * @param RequestInterface $request
181 181
      * @param array<mixed> $options
182
-     * @return callable
182
+     * @return Closure
183 183
      */
184 184
     protected function onRejected(RequestInterface $request, array $options): callable
185 185
     {
Please login to merge, or discard this patch.