Skip to content

Commit

Permalink
Merge "lib: Make $fname mandatory in DatabaseInnerTermStoreCloner"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Sep 20, 2024
2 parents 1b37a7c + a285f29 commit cfa765e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ private function selectFieldValuesForPrimaryKey(
string $selectedVar,
string $primaryKeyVar,
array $primaryKeyValues,
string $fname = __METHOD__
string $fname
): array {
$values = $this->dbr->newSelectQueryBuilder()
->select( $selectedVar )
Expand Down

0 comments on commit cfa765e

Please sign in to comment.