Skip to content

Commit 35e761e

Browse files
committed
Merge branch 'feature/php-di-7-service-locator' into mod7-merged
2 parents ca112b4 + 4395f1c commit 35e761e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Definition/Reference.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function getTargetEntryName() : string
5454
/**
5555
* Returns the name of the entity requesting this entry.
5656
*/
57-
public function getRequestingName() : string
57+
public function getRequestingName() : ?string
5858
{
5959
return $this->requestingName;
6060
}

0 commit comments

Comments
 (0)