Commit e135be82 authored by Fabien Potencier's avatar Fabien Potencier

fixed phpdoc

parent 95414749
...@@ -29,10 +29,10 @@ class LazyApplication ...@@ -29,10 +29,10 @@ class LazyApplication
/** /**
* Constructor. * Constructor.
* *
* The $app argument is the path to a Silex app file. * The $appPath argument is the path to a Silex app file.
* This file must return a Silex application. * This file must return a Silex application.
* *
* @param string $app The absolute path to a Silex app file * @param string $appPath The absolute path to a Silex app file
*/ */
public function __construct($appPath) public function __construct($appPath)
{ {
......
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