Skip to content

Commit

Permalink
Merge pull request #11 from Biont/patch-1
Browse files Browse the repository at this point in the history
Declare callable return type
  • Loading branch information
XedinUnknown authored Apr 27, 2024
2 parents 3e1891c + 85fdcd5 commit ca179a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Factories/FuncService.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public function __construct(array $dependencies, callable $function)

/**
* @inheritDoc
* @return callable
*/
public function __invoke(ContainerInterface $c)
{
Expand Down

0 comments on commit ca179a3

Please sign in to comment.