Skip to content

Commit

Permalink
Fix reference to lang.Object
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Jun 10, 2017
1 parent 33851c7 commit 1d06387
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function map_of_int_type() {

#[@test]
public function nullable_type() {
$this->assertEquals(XPClass::forName('lang.Object'), Type::forName('?lang\Object'));
$this->assertEquals(XPClass::forName('lang.Value'), Type::forName('?lang\Value'));
}

#[@test]
Expand Down

0 comments on commit 1d06387

Please sign in to comment.