Skip to content

Commit 19a2d63

Browse files
committed
added allowed_fixme_codes_strict
1 parent 00e6eb8 commit 19a2d63

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
- docker
55
env:
66
matrix:
7-
- HHVM_VERSION=4.58.1
7+
- HHVM_VERSION=4.62.0
88
- HHVM_VERSION=latest
99
install:
1010
- docker pull hhvm/hhvm:$HHVM_VERSION

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"hhvm": "^4.58",
21+
"hhvm": "^4.62",
2222
"hhvm/hsl": "^4.0",
2323
"hhvm/hsl-experimental": "^4.37",
2424
"hhvm/hhvm-autoload": "^3.0",
@@ -29,7 +29,7 @@
2929
"hhvm/hacktest": "^2.0",
3030
"facebook/fbexpect": "^2.7",
3131
"hhvm/hhast": "^4.0",
32-
"ytake/hungrr": "^0.12"
32+
"ytake/hungrr": "^0.13"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)