Skip to content

Commit

Permalink
chore: PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
byawitz committed Aug 8, 2024
1 parent 1fb7da5 commit 74596e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DI/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function inject(Injection $injection, bool $fresh = false): mixed // Rout
* Refresh a dependency
*
* @param string $name
* @return mixed
* @return self
* @throws Exception
*/
public function refresh(string $name): self
Expand Down

0 comments on commit 74596e0

Please sign in to comment.