Skip to content

Commit 9bf0f82

Browse files
committed
added allowed_fixme_codes_strict
1 parent acb8e1d commit 9bf0f82

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.hhconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ disable_lval_as_an_expression = true
1010
new_inference_lambda = true
1111
error_php_lambdas = true
1212
allowed_decl_fixme_codes=2053,4045,4047
13-
allowed_fixme_codes_strict=2011,2049,2050,2053,2083,3004,3084,4027,4045,4047,4053,4104,4106,4108,4110,4119,4128,4135,4188,4223,4240,4248,4323,4200
13+
allowed_fixme_codes_strict=2011,2049,2050,2053,2083,3004,3084,4027,4045,4047,4053,4104,4107,4106,4108,4110,4119,4128,4135,4188,4223,4240,4248,4323,4200

.travis.yml

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

0 commit comments

Comments
 (0)