Use real type hint instead of annotation
parent
f0cc9aeb01
commit
37ce8969a4
|
@ -368,11 +368,9 @@ class Application extends BaseApplication
|
|||
}
|
||||
|
||||
/**
|
||||
* @param \Exception $exception
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
private function hintCommonErrors($exception)
|
||||
private function hintCommonErrors(\Exception $exception)
|
||||
{
|
||||
$io = $this->getIO();
|
||||
|
||||
|
|
Loading…
Reference in New Issue