8000 [HttpKernel] fixed DocBlocks · symfony/symfony@9f4391f · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f4391f

Browse files
author
vagrant
committed
[HttpKernel] fixed DocBlocks
1 parent 2a61714 commit 9f4391f

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

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

+1-3
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

+1-3
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

+1-3
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