Skip to content

Commit 70c9ed4

Browse files
Merge branch '3.2' into 3.3
* 3.2: update phpunit-bridge cache-id respect optional error handler arguments [Intl] Fix bin/common.php PHP7 compatibility
2 parents 84edbd6 + 4529677 commit 70c9ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/bin/common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function get_icu_version_from_genrb($genrb)
6868
return $matches[1];
6969
}
7070

71-
set_exception_handler(function (\Exception $exception) {
71+
set_exception_handler(function (\Throwable $exception) {
7272
echo "\n";
7373

7474
$cause = $exception;

0 commit comments

Comments
 (0)