Add void return types
This commit is contained in:
parent
e3187a7258
commit
e81b8c75a8
6 changed files with 16 additions and 16 deletions
|
@ -18,7 +18,7 @@ class ErrorHandler
|
|||
* @param Throwable $e
|
||||
* @return void
|
||||
*/
|
||||
public static function handle(Throwable $e)
|
||||
public static function handle(Throwable $e): void
|
||||
{
|
||||
error_log($e);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue