Skip to content

Commit

Permalink
Fix typo in variable name. (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Nov 14, 2022
1 parent ccf6639 commit c62fa50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MarcLint.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ protected function standardFieldChecks(MarcReader $marc): void
? $fieldsSeen['880.' . $tagNo] + 1 : 1;
} else {
$this->warn("880: No subfield 6.");
$tagRules = null;
$tagrules = null;
}
} else {
// Default case -- not an 880 field:
Expand Down

0 comments on commit c62fa50

Please sign in to comment.