Skip to content

Commit d97baa3

Browse files
committed
removed array
1 parent 22d6db0 commit d97baa3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ env:
66
matrix:
77
- HHVM_VERSION=4.62.0
88
- HHVM_VERSION=4.64.0
9+
- HHVM_VERSION=4.65.0
910
- HHVM_VERSION=latest
1011
install:
1112
- docker pull hhvm/hhvm-proxygen:$HHVM_VERSION

src/Exception/ExceptionRegister.hack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ class ExceptionRegister implements BootstrapRegisterInterface {
2626
) {}
2727

2828
public function register(): void {
29-
set_exception_handler(array($this->handler, 'handle'));
29+
set_exception_handler(vec[$this->handler, 'handle']);
3030
}
3131
}

0 commit comments

Comments
 (0)