Skip to content

Commit feea7fc

Browse files
authored
fix(build): ArrObj test
1 parent 8ba7f17 commit feea7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ArrObj/ArrObjTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ArrObjTest extends ArrTestCase
1313
/** @var ArrObj */
1414
private $obj;
1515

16-
public function setUp()
16+
public function setUp(): void
1717
{
1818
$this->obj = new ArrObj();
1919
}

0 commit comments

Comments
 (0)