Skip to content

Commit d49fdd0

Browse files
Add missing return types to tests/internal/final methods
1 parent 9a55ba3 commit d49fdd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Loader/ObjectLoaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function supports($resource, string $type = null): bool
103103
return 'service';
104104
}
105105

106-
protected function getObject(string $id)
106+
protected function getObject(string $id): object
107107
{
108108
return $this->loaderMap[$id] ?? null;
109109
}

0 commit comments

Comments
 (0)