Lint PHP code psr-12, add GH action
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'admin_emails' => explode(",", env('ADMIN_EMAILS') ?? ''),
|
||||
'moderator_emails' => explode(",", env('MODERATOR_EMAILS') ?? ''),
|
||||
'template_editor_emails' => explode(",", env('TEMPLATE_EDITOR_EMAILS') ?? ''),
|
||||
'extra_pro_users_emails' => explode(",", env('EXTRA_PRO_USERS_EMAILS') ?? ''),
|
||||
'admin_emails' => explode(',', env('ADMIN_EMAILS') ?? ''),
|
||||
'moderator_emails' => explode(',', env('MODERATOR_EMAILS') ?? ''),
|
||||
'template_editor_emails' => explode(',', env('TEMPLATE_EDITOR_EMAILS') ?? ''),
|
||||
'extra_pro_users_emails' => explode(',', env('EXTRA_PRO_USERS_EMAILS') ?? ''),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user