Skip to content

Commit

Permalink
Update src/Container.php
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Predvoditelev <[email protected]>
  • Loading branch information
samdark and vjik authored Aug 29, 2024
1 parent 0cc415a commit 909b95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function has(string $id): bool
/**
* Returns an instance by either interface name or alias.
*
* The Same instance of the class will be returned each time this method is called.
* The same instance of the class will be returned each time this method is called.
*
* @param string $id The interface or an alias name that was previously registered.
*
Expand Down

0 comments on commit 909b95c

Please sign in to comment.