Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9f4391f

Browse filesBrowse files
author
vagrant
committed
[HttpKernel] fixed DocBlocks
1 parent 2a61714 commit 9f4391f
Copy full SHA for 9f4391f

File tree

3 files changed

+3
-9
lines changed
Filter options

3 files changed

+3
-9
lines changed

‎src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,7 @@ public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQ
217217
}
218218

219219
/**
220-
* Terminates a request/response cycle.
221-
*
222-
* Should be called after sending the response and before shutting down the kernel.
220+
* {@inheritdoc}
223221
*
224222
* @api
225223
*/

‎src/Symfony/Component/HttpKernel/HttpKernel.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/HttpKernel.php
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQ
8080
}
8181

8282
/**
83-
* Terminates a request/response cycle.
84-
*
85-
* Should be called after sending the response and before shutting down the kernel.
83+
* {@inheritdoc}
8684
*
8785
* @api
8886
*/

‎src/Symfony/Component/HttpKernel/Kernel.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,7 @@ public function boot()
135135
}
136136

137137
/**
138-
* Terminates a request/response cycle.
139-
*
140-
* Should be called after sending the response and before shutting down the kernel.
138+
* {@inheritdoc}
141139
*
142140
* @api
143141
*/

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.