This repository was archived by the owner on Sep 1, 2023. It is now read-only.
Commit d2d7b19
Make non-test code use darray, instead of php-array (#37)
* Make non-test code use darray, instead of php-array
This disallow_array_literal option can not be left on,
because hhvm 4.24 can't typecheck its own HHI's that strictly.
This option can be enabled after hhvm 4.25+ is the minimum version.
* avoid changing type in assertType()1 parent 4f87cb8 commit d2d7b19
1 file changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 42 | + | |
47 | 43 | | |
48 | 44 | | |
0 commit comments