Skip to content

Commit 50d2c05

Browse files
Merge branch '2.7' into 2.8
* 2.7: update phpunit-bridge cache-id respect optional error handler arguments [Intl] Fix bin/common.php PHP7 compatibility
2 parents 221012e + cb09a19 commit 50d2c05

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)