Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed Oct 26, 2021
1 parent 1ddd500 commit fb8b28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Scribe.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static function beforeResponseCall(callable $callable)
*
* If you disabled `postman` or `openapi`, their values will be null.
*
* @param callable(array<string, string|array<string, string>): mixed $callable
* @param callable $callable
*/
public static function afterGenerating(callable $callable)
{
Expand Down

0 comments on commit fb8b28f

Please sign in to comment.