Skip to content

Commit db5b9c8

Browse files
committed
Restore original @param string docblock for get()
1 parent 8d5a91e commit db5b9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/container/src/Container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function make(string $name, array $parameters = []): mixed
134134
/**
135135
* Finds an entry of the container by its identifier and returns it.
136136
*
137-
* @param mixed $id identifier of the entry to look for
137+
* @param string $id identifier of the entry to look for
138138
*/
139139
public function get($id): mixed
140140
{

0 commit comments

Comments
 (0)