Skip to content

Commit

Permalink
pkp/pkp-lib#5122 Scrutinizer tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Oct 3, 2019
1 parent 93eb791 commit c86f0e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion classes/search/ArticleSearchIndex.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ public function rebuildIndex($log = false, $journal = null, $switches = array())

// Build index
$journalDao = DAORegistry::getDAO('JournalDAO');
$submissionDao = DAORegistry::getDAO('SubmissionDAO');

$journals = $journalDao->getAll();
while ($journal = $journals->next()) {
Expand Down
2 changes: 1 addition & 1 deletion classes/services/GalleyService.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function get($galleyId) {
* @option int count
* @option int offset
* }
* @return Iterator
* @return \Iterator
*/
public function getMany($args = []) {
$galleyQB = $this->_getQueryBuilder($args);
Expand Down
2 changes: 1 addition & 1 deletion classes/services/IssueService.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function get($issueId) {
* @option string orderDirection
* }
*
* @return Iterator
* @return \Iterator
*/
public function getMany($args = array()) {
$issueListQB = $this->_getQueryBuilder($args);
Expand Down

0 comments on commit c86f0e1

Please sign in to comment.