Skip to content

Commit

Permalink
pkp/pkp-lib#5540 add the new param to the docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy-1 committed Aug 26, 2020
1 parent 27f1df1 commit bdfa98e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/components/forms/publication/PublishForm.inc.php
Expand Up @@ -37,6 +37,7 @@ class PublishForm extends FormComponent {
*
* @param $action string URL to submit the form to
* @param $publication Publication The publication to change settings for
* @param $submissionContext \Context journal or press
* @param $requirementErrors array A list of pre-publication requirements that are not met.
*/
public function __construct($action, $publication, $submissionContext, $requirementErrors) {
Expand Down

0 comments on commit bdfa98e

Please sign in to comment.