Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored and github-actions[bot] committed Dec 29, 2023
1 parent 6f9c9ac commit 0930ea9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Prompt.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ public function prompt(): mixed
/**
* Register a callback to be invoked when a user cancels a prompt.
*/
public static function cancelUsing(Closure $callback): void {
public static function cancelUsing(Closure $callback): void
{
static::$cancelUsing = $callback;
}

Expand Down

0 comments on commit 0930ea9

Please sign in to comment.