Skip to content

Commit

Permalink
Fixing comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
brentscheffler committed Oct 13, 2020
1 parent 65f9686 commit 262a589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resolve.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ public function call(callable $callable, array $parameters = [])
/**
* Make an instance of the given class.
*
* Parameters is a key => value pair of parameters that will be injected into
* the constructor if they cannot be resolved.
* Parameters is a key => value pair array of parameters that will be used during
* dependency resolution.
*
* @param string $class_name
* @param array<string,mixed> $parameters Additional parameters to supply to the constructor.
Expand Down

0 comments on commit 262a589

Please sign in to comment.