Skip to content

Commit 4a14717

Browse files
committed
added allowed_fixme_codes_strict
1 parent 4a2b3ae commit 4a14717

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
@@ -12,4 +12,4 @@ disable_lval_as_an_expression = true
1212
new_inference_lambda = true
1313
error_php_lambdas = true
1414
allowed_decl_fixme_codes=2053,4045,4047
15-
allowed_fixme_codes_strict=2011,2049,2050,2053,2083,3004,3084,4027,4045,4047,4104,4106,4108,4110,4119,4128,4135,4188,4223,4240,4248,4323,4200
15+
allowed_fixme_codes_strict=2011,2049,2050,2053,2083,3004,3084,4027,4045,4047,4104,4106,4107,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
@@ -7,6 +7,7 @@ env:
77
- DOCKER_COMPOSE_VERSION=1.25.1
88
matrix:
99
- HHVM_VERSION=4.62.0
10+
- HHVM_VERSION=4.64.0
1011
- HHVM_VERSION=latest
1112
before_install:
1213
- sudo rm /usr/local/bin/docker-compose

0 commit comments

Comments
 (0)