@@ -256,7 +256,7 @@ public function terminate(Request $request, Response $response)
256
256
/**
257
257
* Forwards the Request to the backend without storing the Response in the cache.
258
258
*
259
- * @param bool $catch Whether to process exceptions
259
+ * @param bool $catch Whether to process exceptions
260
260
*
261
261
* @return Response A Response instance
262
262
*/
@@ -270,7 +270,7 @@ protected function pass(Request $request, $catch = false)
270
270
/**
271
271
* Invalidates non-safe methods (like POST, PUT, and DELETE).
272
272
*
273
- * @param bool $catch Whether to process exceptions
273
+ * @param bool $catch Whether to process exceptions
274
274
*
275
275
* @return Response A Response instance
276
276
*
@@ -318,7 +318,7 @@ protected function invalidate(Request $request, $catch = false)
318
318
* the backend using conditional GET. When no matching cache entry is found,
319
319
* it triggers "miss" processing.
320
320
*
321
- * @param bool $catch Whether to process exceptions
321
+ * @param bool $catch Whether to process exceptions
322
322
*
323
323
* @return Response A Response instance
324
324
*
@@ -363,7 +363,7 @@ protected function lookup(Request $request, $catch = false)
363
363
* The original request is used as a template for a conditional
364
364
* GET request with the backend.
365
365
*
366
- * @param bool $catch Whether to process exceptions
366
+ * @param bool $catch Whether to process exceptions
367
367
*
368
368
* @return Response A Response instance
369
369
*/
@@ -424,7 +424,7 @@ protected function validate(Request $request, Response $entry, $catch = false)
424
424
* Unconditionally fetches a fresh response from the backend and
425
425
* stores it in the cache if is cacheable.
426
426
*
427
- * @param bool $catch Whether to process exceptions
427
+ * @param bool $catch Whether to process exceptions
428
428
*
429
429
* @return Response A Response instance
430
430
*/
@@ -456,8 +456,8 @@ protected function fetch(Request $request, $catch = false)
456
456
* All backend requests (cache passes, fetches, cache validations)
457
457
* run through this method.
458
458
*
459
- * @param bool $catch Whether to catch exceptions or not
460
- * @param Response $entry A Response instance (the stale entry if present, null otherwise)
459
+ * @param bool $catch Whether to catch exceptions or not
460
+ * @param Response $entry A Response instance (the stale entry if present, null otherwise)
461
461
*
462
462
* @return Response A Response instance
463
463
*/
0 commit comments