Commit 83f5b044 authored by Fabien Potencier's avatar Fabien Potencier

added a note in phpdoc

parent befa13d5
...@@ -418,6 +418,9 @@ class Application extends \Pimple implements HttpKernelInterface, EventSubscribe ...@@ -418,6 +418,9 @@ class Application extends \Pimple implements HttpKernelInterface, EventSubscribe
/** /**
* {@inheritdoc} * {@inheritdoc}
*
* If you call this method directly instead of run(), you must call the
* terminate() method yourself if you want the finish filters to be run.
*/ */
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment