Skip to content

Commit 29dc30b

Browse files
keradusnicolas-grekas
authored andcommitted
chore: CS fixes
1 parent ef96485 commit 29dc30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/bin/update-data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
error_reporting(\E_ALL);
1919

2020
set_error_handler(static function (int $type, string $msg, string $file, int $line): void {
21-
throw new \ErrorException($msg, 0, $type, $file, $line);
21+
throw new ErrorException($msg, 0, $type, $file, $line);
2222
});
2323

2424
set_exception_handler(static function (Throwable $exception): void {

0 commit comments

Comments
 (0)