Skip to content

Commit 9e24e81

Browse files
fix tests
1 parent 60fad94 commit 9e24e81

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

0 commit comments

Comments
 (0)