Skip to content

Commit

Permalink
[HttpKernel] fixed DocBlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
vagrant committed Dec 6, 2011
1 parent 2a61714 commit 9f4391f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,7 @@ public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQ
}

/**
* Terminates a request/response cycle.
*
* Should be called after sending the response and before shutting down the kernel.
* {@inheritdoc}
*
* @api
*/
Expand Down
4 changes: 1 addition & 3 deletions src/Symfony/Component/HttpKernel/HttpKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQ
}

/**
* Terminates a request/response cycle.
*
* Should be called after sending the response and before shutting down the kernel.
* {@inheritdoc}
*
* @api
*/
Expand Down
4 changes: 1 addition & 3 deletions src/Symfony/Component/HttpKernel/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ public function boot()
}

/**
* Terminates a request/response cycle.
*
* Should be called after sending the response and before shutting down the kernel.
* {@inheritdoc}
*
* @api
*/
Expand Down

0 comments on commit 9f4391f

Please sign in to comment.