Skip to content

Commit

Permalink
style: update code formatting according to PSR-12
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorstenSuckow committed Oct 19, 2022
1 parent 8543159 commit cf87631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
["regex" => "/(MailAccounts)(\/)?[^\/]*$/m", "nameIndex" => 1, "singleIndex" => 2],
["regex" => "/MailAccounts\/.+\/MailFolders\/.+\/(MessageBodies)(\/*.*$)/m", "nameIndex" => 1, "singleIndex" => 2],
["regex" => "/MailAccounts\/.+\/MailFolders\/.+\/(MessageItems)(\/*.*$)/m", "nameIndex" => 1, "singleIndex" => 2],
["regex" => "/MailAccounts\/.+\/(MailFolders)(\/)?[^\/]*$/m", "nameIndex" => 1, "singleIndex" => 2],
["regex" => "/MailAccounts\/.+\/(MailFolders)(\/)?[^\/]*$/m", "nameIndex" => 1, "singleIndex" => 2]
],
"resourceDescriptionTpl" => "App\\Http\\{apiVersion}\\JsonApi\\Resource\\{0}",
"validationTpl" => [
Expand Down

0 comments on commit cf87631

Please sign in to comment.