Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed May 24, 2024
1 parent 2743493 commit db5985a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ public function options(): ?array
return $this->options;
}

/**
* Convert the application to an array.
*
* @return array<string, mixed>
*/
public function toArray(): array
{
return [
Expand Down

0 comments on commit db5985a

Please sign in to comment.