Completed
Push — master ( 3df05c...731503 )
by John
11:36
created
src/Test/ApiTestClient.php 1 patch
Doc Comments   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -210,7 +210,7 @@  discard block
 block discarded – undo
210 210
     /**
211 211
      * Returns the History instance.
212 212
      *
213
-     * @return History A History instance
213
+     * @return \Symfony\Component\BrowserKit\History A History instance
214 214
      *
215 215
      * @api
216 216
      */
@@ -222,7 +222,7 @@  discard block
 block discarded – undo
222 222
     /**
223 223
      * Returns the CookieJar instance.
224 224
      *
225
-     * @return CookieJar A CookieJar instance
225
+     * @return \Symfony\Component\BrowserKit\CookieJar A CookieJar instance
226 226
      *
227 227
      * @api
228 228
      */
@@ -246,7 +246,7 @@  discard block
 block discarded – undo
246 246
     /**
247 247
      * Returns the current BrowserKit Response instance.
248 248
      *
249
-     * @return Response|null A BrowserKit Response instance
249
+     * @return \Symfony\Component\BrowserKit\Response A BrowserKit Response instance
250 250
      *
251 251
      * @api
252 252
      */
@@ -275,7 +275,7 @@  discard block
 block discarded – undo
275 275
     /**
276 276
      * Returns the current BrowserKit Request instance.
277 277
      *
278
-     * @return Request|null A BrowserKit Request instance
278
+     * @return Request A BrowserKit Request instance
279 279
      *
280 280
      * @api
281 281
      */
@@ -290,7 +290,7 @@  discard block
 block discarded – undo
290 290
      * The origin request is the request instance that is sent
291 291
      * to the code that handles requests.
292 292
      *
293
-     * @return object|null A Request instance
293
+     * @return Request A Request instance
294 294
      *
295 295
      * @see doRequest()
296 296
      *
@@ -371,7 +371,7 @@  discard block
 block discarded – undo
371 371
      *
372 372
      * @param Request $request The BrowserKit Request to filter
373 373
      *
374
-     * @return object An origin request instance
374
+     * @return \Symfony\Component\HttpFoundation\Request An origin request instance
375 375
      */
376 376
     protected function filterRequest(Request $request)
377 377
     {
@@ -383,7 +383,7 @@  discard block
 block discarded – undo
383 383
      *
384 384
      * @param object $response The origin response to filter
385 385
      *
386
-     * @return Response An BrowserKit Response instance
386
+     * @return \Symfony\Component\BrowserKit\Response An BrowserKit Response instance
387 387
      */
388 388
     protected function filterResponse($response)
389 389
     {
Please login to merge, or discard this patch.