Skip to content

Commit ceab4d7

Browse files
committed
Fixes PSR-12
1 parent 0490004 commit ceab4d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/ScieloArticlesDAO.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function getJournalEditors($submissionId): array
7373
public function getDecisionMessage($decision)
7474
{
7575
import('classes.workflow.EditorDecisionActionsManager');
76-
switch($decision) {
76+
switch ($decision) {
7777
case SUBMISSION_EDITOR_DECISION_ACCEPT:
7878
return __('editor.submission.decision.accept');
7979
case SUBMISSION_EDITOR_DECISION_PENDING_REVISIONS:

0 commit comments

Comments
 (0)