Skip to content

Commit

Permalink
Update Container.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Oct 11, 2024
1 parent beec992 commit 7c3ad8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mako/syringe/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ protected function resolveParameter(ReflectionParameter $parameter, ?ReflectionC
}
}

// If we have a parameter class name then we'll try to resolve it using the container
// If we ended up with a parameter class name then we'll try to resolve it using the container

if ($parameterClassName !== null) {
if ($class !== null) {
Expand Down

0 comments on commit 7c3ad8d

Please sign in to comment.