Skip to content

Commit

Permalink
Drop trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Jul 25, 2023
1 parent e644854 commit 6d9ed8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface ProgressInterface
public function begin(
string $title,
?string $message = null,
?int $percentage = null,
?int $percentage = null
): void;

public function update(?string $message = null, ?int $percentage = null): void;
Expand Down

0 comments on commit 6d9ed8e

Please sign in to comment.