Skip to content

Commit

Permalink
Fix expected type of $callable (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasBr authored Sep 5, 2022
1 parent ba27fbf commit dafa06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Website/Tool/ForceInheritance.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class ForceInheritance
{
/**
* @param string $callable
* @param \Closure $callable
* @return mixed
*/
public static function run($callable)
Expand Down

0 comments on commit dafa06b

Please sign in to comment.