Skip to content

Commit 19c3a63

Browse files
committed
[revert if broken] hhvm.check_return_type_hints=3
We want the option removed, but current value isn't the desired behavior. Doing this for some quick test signal. Straight to master as it includes repo-auth changes.
1 parent ec14bb1 commit 19c3a63

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.deploy/build-repo.sh

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ echo "** Building repository"
1111
set -x
1212
hhvm --hphp --target hhbc \
1313
-l3 \
14+
-d hhvm.check_return_type_hints=3 \
1415
--module src \
1516
--module vendor \
1617
--module build/final \

hhvm.dev.ini

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ hhvm.server.thread_count=20
44
hhvm.hack_compiler_workers=4
55
hhvm.jit_worker_threads=1
66
hhvm.jit_worker_arenas=1
7+
hhvm.check_return_type_hints=3

hhvm.prod.ini

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ hhvm.server.error_document404=index.php
44
hhvm.server.thread_count=20
55
hhvm.jit_worker_threads=1
66
hhvm.jit_worker_arenas=1
7+
hhvm.check_return_type_hints=3
78

89
; -----------------------------------
910
; -- REPO AUTH CONFIG STARTS HERE ---

0 commit comments

Comments
 (0)