Skip to content

Commit 4e34e21

Browse files
committed
Removed unnecessary return statement #128
1 parent fe88d54 commit 4e34e21

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

CodecheckPlugin.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,6 @@ public function addOptInCheckbox(string $hookName, \PKP\components\forms\FormCom
363363
'value' => $checkboxValue,
364364
'groupId' => 'default'
365365
]));
366-
367-
return false;
368366
}
369367

370368
return false;

0 commit comments

Comments
 (0)