Commit 79e2684f authored by Hugo Hamon's avatar Hugo Hamon

[Silex] use @inheritdoc instead of a new phpdoc block.

parent 46dc1dff
...@@ -344,10 +344,7 @@ class Application extends \Pimple implements HttpKernelInterface, EventSubscribe ...@@ -344,10 +344,7 @@ class Application extends \Pimple implements HttpKernelInterface, EventSubscribe
} }
/** /**
* Handles the request and returns the response. * {@inheritdoc}
*
* @param Request $request Request to process
* @return Response
*/ */
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