@@ -106,7 +106,7 @@ public function __construct(HttpKernelInterface $kernel, StoreInterface $store,
106106 /**
107107 * Gets the current store.
108108 *
109- * @return StoreInterface A StoreInterface instance
109+ * @return StoreInterface
110110 */
111111 public function getStore ()
112112 {
@@ -158,7 +158,7 @@ public function getLog()
158158 /**
159159 * Gets the Request instance associated with the main request.
160160 *
161- * @return Request A Request instance
161+ * @return Request
162162 */
163163 public function getRequest ()
164164 {
@@ -168,7 +168,7 @@ public function getRequest()
168168 /**
169169 * Gets the Kernel instance.
170170 *
171- * @return HttpKernelInterface An HttpKernelInterface instance
171+ * @return HttpKernelInterface
172172 */
173173 public function getKernel ()
174174 {
@@ -178,7 +178,7 @@ public function getKernel()
178178 /**
179179 * Gets the Surrogate instance.
180180 *
181- * @return SurrogateInterface A Surrogate instance
181+ * @return SurrogateInterface
182182 *
183183 * @throws \LogicException
184184 */
@@ -258,7 +258,7 @@ public function terminate(Request $request, Response $response)
258258 *
259259 * @param bool $catch Whether to process exceptions
260260 *
261- * @return Response A Response instance
261+ * @return Response
262262 */
263263 protected function pass (Request $ request , bool $ catch = false )
264264 {
@@ -272,7 +272,7 @@ protected function pass(Request $request, bool $catch = false)
272272 *
273273 * @param bool $catch Whether to process exceptions
274274 *
275- * @return Response A Response instance
275+ * @return Response
276276 *
277277 * @throws \Exception
278278 *
@@ -320,7 +320,7 @@ protected function invalidate(Request $request, bool $catch = false)
320320 *
321321 * @param bool $catch Whether to process exceptions
322322 *
323- * @return Response A Response instance
323+ * @return Response
324324 *
325325 * @throws \Exception
326326 */
@@ -369,7 +369,7 @@ protected function lookup(Request $request, bool $catch = false)
369369 *
370370 * @param bool $catch Whether to process exceptions
371371 *
372- * @return Response A Response instance
372+ * @return Response
373373 */
374374 protected function validate (Request $ request , Response $ entry , bool $ catch = false )
375375 {
@@ -432,7 +432,7 @@ protected function validate(Request $request, Response $entry, bool $catch = fal
432432 *
433433 * @param bool $catch Whether to process exceptions
434434 *
435- * @return Response A Response instance
435+ * @return Response
436436 */
437437 protected function fetch (Request $ request , bool $ catch = false )
438438 {
@@ -465,7 +465,7 @@ protected function fetch(Request $request, bool $catch = false)
465465 * @param bool $catch Whether to catch exceptions or not
466466 * @param Response|null $entry A Response instance (the stale entry if present, null otherwise)
467467 *
468- * @return Response A Response instance
468+ * @return Response
469469 */
470470 protected function forward (Request $ request , bool $ catch = false , Response $ entry = null )
471471 {
0 commit comments