Skip to content

Commit

Permalink
Fix namespace issue in ReflectionContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Dec 23, 2023
1 parent b9fce93 commit 414b6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Container/ReflectionContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ReflectionContainer implements PsrContainer
/**
* @param \Psr\Container\ContainerInterface|null $container
*/
public function __construct(ContainerInterface $container = null)
public function __construct(PsrContainer $container = null)
{
$this->container = $container;
}
Expand Down

0 comments on commit 414b6ff

Please sign in to comment.