Skip to content

Commit

Permalink
Fix PHPStan error
Browse files Browse the repository at this point in the history
  • Loading branch information
simplebus-bot committed Oct 20, 2021
1 parent 160e2ce commit 4bb3e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CallableResolver/Exception/CouldNotResolveCallable.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static function createFor($value): self
return new self(
sprintf(
'%s could not be resolved to a valid callable',
static::printValue($value)
self::printValue($value)
)
);
}
Expand Down

0 comments on commit 4bb3e65

Please sign in to comment.