Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvnc0 committed Aug 24, 2023
1 parent 70f0b6b commit 0fe066e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/Objects/Application_Object.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ class Application_Object
public string $website = '';
public string|null $template = NULL;
public array $commands;
public array $events = [];
public array $events = [];
public string|null $help_template = NULL;
}

0 comments on commit 0fe066e

Please sign in to comment.