Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
array -> varray typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
jjergus committed Jul 29, 2020
1 parent 290b6e5 commit 62e2c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ExpectObjTest.hack
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ final class ExpectObjTest extends HackTest {
* [method_name, test value, expected value (if necessary)]
*
*/
public function provideFailureCases(): vec<array<mixed>> {
public function provideFailureCases(): vec<varray<mixed>> {
$o = new \stdClass();
return vec[
varray['toBePHPEqual', false, true],
Expand Down

0 comments on commit 62e2c39

Please sign in to comment.