Commit 6e4b5ff9 authored by Fabien Potencier's avatar Fabien Potencier

merged branch cordoval/patch-2 (PR #787)

This PR was submitted for the master branch but it was merged into the 1.0 branch instead (closes #787).

Discussion
----------

fix docblock

Commits
-------

fbf12a5 fix docblock
parents 271357f7 3a4de8bb
......@@ -470,7 +470,7 @@ class Application extends \Pimple implements HttpKernelInterface, TerminableInte
/**
* Handles the request and delivers the response.
*
* @param Request $request Request to process
* @param Request|null $request Request to process
*/
public function run(Request $request = null)
{
......
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