Skip to content

Commit e64617a

Browse files
committed
fix: Correct wrong return type
1 parent 6d08b5a commit e64617a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Constraints/PointerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class PointerTest extends TestCase
1616
{
1717
protected $validateSchema = true;
1818

19-
public function testVariousPointers(): array
19+
public function testVariousPointers(): void
2020
{
2121
$schema = [
2222
'type' => 'object',

0 commit comments

Comments
 (0)