Skip to content

Commit 4a5da74

Browse files
committed
Fixed typos
1 parent 1d7c3e0 commit 4a5da74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HttpCache/Store.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public function invalidate(Request $request)
265265
* @param array $env1 A Request HTTP header array
266266
* @param array $env2 A Request HTTP header array
267267
*
268-
* @return Boolean true if the the two environments match, false otherwise
268+
* @return Boolean true if the two environments match, false otherwise
269269
*/
270270
private function requestsMatch($vary, $env1, $env2)
271271
{

HttpKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ private function handleRaw(Request $request, $type = self::MASTER_REQUEST)
155155
* Filters a response object.
156156
*
157157
* @param Response $response A Response instance
158-
* @param Request $request A error message in case the response is not a Response object
158+
* @param Request $request An error message in case the response is not a Response object
159159
* @param integer $type The type of the request (one of HttpKernelInterface::MASTER_REQUEST or HttpKernelInterface::SUB_REQUEST)
160160
*
161161
* @return Response The filtered Response instance

0 commit comments

Comments
 (0)