We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d6db0 commit d97baa3Copy full SHA for d97baa3
.travis.yml
@@ -6,6 +6,7 @@ env:
6
matrix:
7
- HHVM_VERSION=4.62.0
8
- HHVM_VERSION=4.64.0
9
+ - HHVM_VERSION=4.65.0
10
- HHVM_VERSION=latest
11
install:
12
- docker pull hhvm/hhvm-proxygen:$HHVM_VERSION
src/Exception/ExceptionRegister.hack
@@ -26,6 +26,6 @@ class ExceptionRegister implements BootstrapRegisterInterface {
26
) {}
27
28
public function register(): void {
29
- set_exception_handler(array($this->handler, 'handle'));
+ set_exception_handler(vec[$this->handler, 'handle']);
30
}
31
0 commit comments