1
0
Fork 0

Use real type hint instead of annotation

pull/10198/head
Jordi Boggiano 2021-10-19 13:10:54 +02:00
parent f0cc9aeb01
commit 37ce8969a4
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 3 deletions

View File

@ -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();