mirror of
https://github.com/filp/whoops.git
synced 2026-08-31 12:38:10 +00:00
Fix docblock in Phalcon service provider
This commit is contained in:
@@ -14,8 +14,7 @@ use Phalcon\DI\Exception;
|
||||
class WhoopsServiceProvider
|
||||
{
|
||||
/**
|
||||
* @see Silex\ServiceProviderInterface::register
|
||||
* @param Silex\Application $app
|
||||
* @param Phalcon\DI $di
|
||||
*/
|
||||
public function __construct(DI $di = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user