Skip to content

Commit

Permalink
🚨 code styles
Browse files Browse the repository at this point in the history
  • Loading branch information
QWp6t committed Dec 11, 2023
1 parent 2a94ae2 commit 1242cfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
"config": {
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
"pestphp/pest-plugin": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"minimum-stability": "dev",
Expand Down
1 change: 1 addition & 0 deletions src/Roots/Acorn/Console/Commands/AcornInitCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public function __construct(Filesystem $files, Application $app)
* Execute the console command.
*
* @return void
*
* @throws \Exception
*/
public function handle()
Expand Down

0 comments on commit 1242cfd

Please sign in to comment.