Skip to content

Commit 945e16a

Browse files
committed
added allowed_fixme_codes_strict
1 parent eb7c9be commit 945e16a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.hhconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ safe_array = true
55
safe_vector_array = true
66
disallow_assign_by_ref = false
77
unsafe_rx = false
8+
disable_static_local_variables = true
9+
disable_instanceof_refinement = true
10+
disallow_array_literal = true
11+
disable_lval_as_an_expression = true
12+
new_inference_lambda = true
13+
error_php_lambdas = true
14+
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

.travis.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,7 @@ services:
44
- docker
55
env:
66
matrix:
7-
- HHVM_VERSION=4.35.0
8-
- HHVM_VERSION=4.36.0
9-
- HHVM_VERSION=4.38.0
10-
- HHVM_VERSION=4.39.0
11-
- HHVM_VERSION=4.40.0
12-
- HHVM_VERSION=4.41.0
13-
- HHVM_VERSION=4.42.0
14-
- HHVM_VERSION=4.43.0
15-
- HHVM_VERSION=4.44.0
7+
- HHVM_VERSION=4.62.0
168
- HHVM_VERSION=latest
179
install:
1810
- docker pull hhvm/hhvm:$HHVM_VERSION

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"minimum-stability": "stable",
1313
"require": {
14-
"hhvm": "^4.35",
14+
"hhvm": "^4.62",
1515
"hhvm/hsl": "^4.0",
1616
"hhvm/hsl-experimental": "^4.25",
1717
"hhvm/hhvm-autoload": "^3.0"

0 commit comments

Comments
 (0)