Skip to content

Commit

Permalink
Merge pull request #27 from lexidor/support-hhvm-4.69+
Browse files Browse the repository at this point in the history
Support hhvm 4.69+
  • Loading branch information
tyronjung-quizlet committed Aug 18, 2020
2 parents b6e5f13 + 35dece6 commit cd369cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .hhconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
assume_php = true
hackfmt.tabs = true
allowed_decl_fixme_codes=2053,4047
allowed_fixme_codes_strict=2011,2049,2050,2053,4009,4027,4047,4104,4107,4108,4110,4128,4135,4188,4240,4323
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ env:
- HHVM_VERSION=4.32-latest
- HHVM_VERSION=4.40-latest
- HHVM_VERSION=4.48-latest
- HHVM_VERSION=4.56-latest
- HHVM_VERSION=4.64-latest
# version 4.70 was skipped, testing on hhvm 4.69 instead
- HHVM_VERSION=4.69-latest
- HHVM_VERSION=latest
- HHVM_VERSION=nightly

Expand Down
2 changes: 1 addition & 1 deletion src/MockManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ protected static function mock(
(
string $_,
mixed $objectOrString,
array<mixed> $args,
varray<mixed> $args,
mixed $cb,
Ref<bool> $done,
): mixed ==> {
Expand Down

0 comments on commit cd369cc

Please sign in to comment.