From 8e271162d7b1f85b5427113981f0b93946e39ecc Mon Sep 17 00:00:00 2001 From: Beatrycze Volk Date: Fri, 19 Jun 2026 16:19:20 +0200 Subject: [PATCH] [MAINTENANCE] Fix duplicate 'the' in docblock comments --- src/Mods/Element/Common/BaseElement.php | 2 +- src/Mods/Element/Location.php | 2 +- src/Mods/Element/Name.php | 2 +- src/Mods/Element/OriginInfo.php | 2 +- .../Specific/Location/HoldingSimple.php | 2 +- .../HoldingSimple/CopyInformation.php | 6 ++--- .../Element/Specific/Name/BaseNameElement.php | 12 +++++----- src/Mods/Element/Specific/Name/Role.php | 2 +- .../Subject/HierarchicalGeographic.php | 22 +++++++++---------- src/Mods/Element/Subject.php | 18 +++++++-------- src/Mods/Element/TitleInfo.php | 2 +- src/Mods/Reader/AccessConditionReader.php | 6 ++--- src/Mods/Reader/ClassificationReader.php | 6 ++--- src/Mods/Reader/ExtensionReader.php | 6 ++--- src/Mods/Reader/GenreReader.php | 6 ++--- src/Mods/Reader/IdentifierReader.php | 6 ++--- src/Mods/Reader/LanguageReader.php | 4 ++-- src/Mods/Reader/LocationReader.php | 6 ++--- src/Mods/Reader/NameReader.php | 6 ++--- src/Mods/Reader/NoteReader.php | 6 ++--- src/Mods/Reader/OriginInfoReader.php | 6 ++--- src/Mods/Reader/PartReader.php | 6 ++--- src/Mods/Reader/PhysicalDescriptionReader.php | 6 ++--- src/Mods/Reader/RecordInfoReader.php | 6 ++--- src/Mods/Reader/RelatedItemReader.php | 6 ++--- src/Mods/Reader/SubjectReader.php | 6 ++--- src/Mods/Reader/TableOfContentsReader.php | 6 ++--- src/Mods/Reader/TargetAudienceReader.php | 6 ++--- src/Mods/Reader/TitleInfoReader.php | 6 ++--- 29 files changed, 89 insertions(+), 89 deletions(-) diff --git a/src/Mods/Element/Common/BaseElement.php b/src/Mods/Element/Common/BaseElement.php index 53d6363..606a412 100644 --- a/src/Mods/Element/Common/BaseElement.php +++ b/src/Mods/Element/Common/BaseElement.php @@ -76,7 +76,7 @@ protected function getAuthorityLanguageElements(string $xpath): array } /** - * Get the the array of the matching elements. + * Get the array of the matching elements. * * @access protected * diff --git a/src/Mods/Element/Location.php b/src/Mods/Element/Location.php index 44ca1bd..5c9ebbf 100644 --- a/src/Mods/Element/Location.php +++ b/src/Mods/Element/Location.php @@ -89,7 +89,7 @@ public function getShelfLocator(string $query = ''): ?LanguageElement } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/location.html#url * * @access public diff --git a/src/Mods/Element/Name.php b/src/Mods/Element/Name.php index 559b7df..1defdec 100644 --- a/src/Mods/Element/Name.php +++ b/src/Mods/Element/Name.php @@ -63,7 +63,7 @@ public function getType(): string } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/name.html#alternativename * * @access public diff --git a/src/Mods/Element/OriginInfo.php b/src/Mods/Element/OriginInfo.php index 2528802..62df326 100644 --- a/src/Mods/Element/OriginInfo.php +++ b/src/Mods/Element/OriginInfo.php @@ -150,7 +150,7 @@ public function getCreatedDates(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/origininfo.html#datecaptured * * @access public diff --git a/src/Mods/Element/Specific/Location/HoldingSimple.php b/src/Mods/Element/Specific/Location/HoldingSimple.php index 83058b6..dd9fea9 100644 --- a/src/Mods/Element/Specific/Location/HoldingSimple.php +++ b/src/Mods/Element/Specific/Location/HoldingSimple.php @@ -40,7 +40,7 @@ public function __construct(\SimpleXMLElement $xml) } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/location.html#copyinformation * * @access public diff --git a/src/Mods/Element/Specific/Location/HoldingSimple/CopyInformation.php b/src/Mods/Element/Specific/Location/HoldingSimple/CopyInformation.php index 04273db..ab54c00 100644 --- a/src/Mods/Element/Specific/Location/HoldingSimple/CopyInformation.php +++ b/src/Mods/Element/Specific/Location/HoldingSimple/CopyInformation.php @@ -64,7 +64,7 @@ public function getForm(string $query = ''): ?Form } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/location.html#sublocation * * @access public @@ -79,7 +79,7 @@ public function getSubLocations(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/location.html#copyshelflocator * * @access public @@ -154,7 +154,7 @@ public function getEnumerationAndChronologies(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/location.html#itemidentifier * * @access public diff --git a/src/Mods/Element/Specific/Name/BaseNameElement.php b/src/Mods/Element/Specific/Name/BaseNameElement.php index 5f45a4c..396f341 100644 --- a/src/Mods/Element/Specific/Name/BaseNameElement.php +++ b/src/Mods/Element/Specific/Name/BaseNameElement.php @@ -39,7 +39,7 @@ public function __construct(\SimpleXMLElement $xml) } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/name.html#namepart * * @access public @@ -60,7 +60,7 @@ public function getNameParts(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/name.html#nameidentifier * * @access public @@ -81,7 +81,7 @@ public function getNameIdentifiers(string $query): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/name.html#displayform * * @access public @@ -102,7 +102,7 @@ public function getDisplayForms(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/name.html#displayform * * @access public @@ -123,7 +123,7 @@ public function getAffiliations(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/name.html#role * * @access public @@ -144,7 +144,7 @@ public function getRoles(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/name.html#description * * @access public diff --git a/src/Mods/Element/Specific/Name/Role.php b/src/Mods/Element/Specific/Name/Role.php index 7cb6680..ab0415c 100644 --- a/src/Mods/Element/Specific/Name/Role.php +++ b/src/Mods/Element/Specific/Name/Role.php @@ -40,7 +40,7 @@ public function __construct(\SimpleXMLElement $xml) } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/name.html#roleterm * * @access public diff --git a/src/Mods/Element/Specific/Subject/HierarchicalGeographic.php b/src/Mods/Element/Specific/Subject/HierarchicalGeographic.php index cc9409a..af04f85 100644 --- a/src/Mods/Element/Specific/Subject/HierarchicalGeographic.php +++ b/src/Mods/Element/Specific/Subject/HierarchicalGeographic.php @@ -43,7 +43,7 @@ public function __construct(\SimpleXMLElement $xml) } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/subject.html#continent * * @access public @@ -64,7 +64,7 @@ public function getContinents(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/subject.html#country * * @access public @@ -85,7 +85,7 @@ public function getCountries(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/subject.html#region * * @access public @@ -106,7 +106,7 @@ public function getRegions(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/subject.html#state * * @access public @@ -127,7 +127,7 @@ public function getStates(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/subject.html#territory * * @access public @@ -148,7 +148,7 @@ public function getTerritories(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/subject.html#county * * @access public @@ -169,7 +169,7 @@ public function getCounties(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/subject.html#city * * @access public @@ -190,7 +190,7 @@ public function getCities(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/subject.html#citysection * * @access public @@ -211,7 +211,7 @@ public function getCitySections(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/subject.html#island * * @access public @@ -232,7 +232,7 @@ public function getIslands(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/subject.html#area * * @access public @@ -253,7 +253,7 @@ public function getAreas(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/subject.html#extraterrestrialarea * * @access public diff --git a/src/Mods/Element/Subject.php b/src/Mods/Element/Subject.php index bced620..80d4a6b 100644 --- a/src/Mods/Element/Subject.php +++ b/src/Mods/Element/Subject.php @@ -52,7 +52,7 @@ public function __construct(\SimpleXMLElement $xml) } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/subject.html#topic * * @access public @@ -73,7 +73,7 @@ public function getTopics(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/subject.html#geographic * * @access public @@ -115,7 +115,7 @@ public function getTemporals(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/subject.html#titleinfo * * @access public @@ -136,7 +136,7 @@ public function getTitleInfos(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/subject.html#name * * @access public @@ -157,7 +157,7 @@ public function getNames(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/subject.html#genre * * @access public @@ -178,7 +178,7 @@ public function getGenres(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/subject.html#hierarchicalgeographic * * @access public @@ -199,7 +199,7 @@ public function getHierarchicalGeographics(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/subject.html#hierarchicalgeographic * * @access public @@ -220,7 +220,7 @@ public function getCartographics(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/subject.html#geographiccode * * @access public @@ -241,7 +241,7 @@ public function getGeographicCodes(string $query = ''): array } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/subject.html#occupation * * @access public diff --git a/src/Mods/Element/TitleInfo.php b/src/Mods/Element/TitleInfo.php index 7f0d223..742b47b 100644 --- a/src/Mods/Element/TitleInfo.php +++ b/src/Mods/Element/TitleInfo.php @@ -147,7 +147,7 @@ public function getPartNumber(string $query = ''): ?LanguageElement } /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/titleinfo.html#partname * * @access public diff --git a/src/Mods/Reader/AccessConditionReader.php b/src/Mods/Reader/AccessConditionReader.php index df74a57..bc33714 100644 --- a/src/Mods/Reader/AccessConditionReader.php +++ b/src/Mods/Reader/AccessConditionReader.php @@ -21,7 +21,7 @@ trait AccessConditionReader { /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/accesscondition.html * * @access public @@ -61,7 +61,7 @@ public function getAccessCondition(int $index, string $query = ''): ?AccessCondi } /** - * Get the the first matching element. + * Get the first matching element. * @see https://www.loc.gov/standards/mods/userguide/accesscondition.html * * @access public @@ -76,7 +76,7 @@ public function getFirstAccessCondition(string $query = ''): ?AccessCondition } /** - * Get the the last matching element. + * Get the last matching element. * @see https://www.loc.gov/standards/mods/userguide/accesscondition.html * * @access public diff --git a/src/Mods/Reader/ClassificationReader.php b/src/Mods/Reader/ClassificationReader.php index 49df63b..5d202e2 100644 --- a/src/Mods/Reader/ClassificationReader.php +++ b/src/Mods/Reader/ClassificationReader.php @@ -20,7 +20,7 @@ trait ClassificationReader { /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/classification.html * * @access public @@ -60,7 +60,7 @@ public function getClassification(int $index, string $query = ''): ?Classificati } /** - * Get the the first matching element. + * Get the first matching element. * @see https://www.loc.gov/standards/mods/userguide/classification.html * * @access public @@ -75,7 +75,7 @@ public function getFirstClassification(string $query = ''): ?Classification } /** - * Get the the last matching element. + * Get the last matching element. * @see https://www.loc.gov/standards/mods/userguide/classification.html * * @access public diff --git a/src/Mods/Reader/ExtensionReader.php b/src/Mods/Reader/ExtensionReader.php index 557eff8..aa2e0a7 100644 --- a/src/Mods/Reader/ExtensionReader.php +++ b/src/Mods/Reader/ExtensionReader.php @@ -22,7 +22,7 @@ trait ExtensionReader { /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/extension.html * * @access public @@ -62,7 +62,7 @@ public function getExtension(int $index, string $query = ''): ?Extension } /** - * Get the the first matching element. + * Get the first matching element. * @see https://www.loc.gov/standards/mods/userguide/extension.html * * @access public @@ -77,7 +77,7 @@ public function getFirstExtension(string $query = ''): ?Extension } /** - * Get the the last matching element. + * Get the last matching element. * @see https://www.loc.gov/standards/mods/userguide/extension.html * * @access public diff --git a/src/Mods/Reader/GenreReader.php b/src/Mods/Reader/GenreReader.php index ba08f17..76833ad 100644 --- a/src/Mods/Reader/GenreReader.php +++ b/src/Mods/Reader/GenreReader.php @@ -21,7 +21,7 @@ trait GenreReader { /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/genre.html * * @access public @@ -61,7 +61,7 @@ public function getGenre(int $index, string $query = ''): ?Genre } /** - * Get the the first matching element. + * Get the first matching element. * @see https://www.loc.gov/standards/mods/userguide/genre.html * * @access public @@ -76,7 +76,7 @@ public function getFirstGenre(string $query = ''): ?Genre } /** - * Get the the last matching element. + * Get the last matching element. * @see https://www.loc.gov/standards/mods/userguide/genre.html * * @access public diff --git a/src/Mods/Reader/IdentifierReader.php b/src/Mods/Reader/IdentifierReader.php index 8bc6bea..17704b9 100644 --- a/src/Mods/Reader/IdentifierReader.php +++ b/src/Mods/Reader/IdentifierReader.php @@ -21,7 +21,7 @@ trait IdentifierReader { /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/identifier.html * * @access public @@ -61,7 +61,7 @@ public function getIdentifier(int $index, string $query = ''): ?Identifier } /** - * Get the the first matching element. + * Get the first matching element. * @see https://www.loc.gov/standards/mods/userguide/identifier.html * * @access public @@ -76,7 +76,7 @@ public function getFirstIdentifier(string $query = ''): ?Identifier } /** - * Get the the last matching element. + * Get the last matching element. * @see https://www.loc.gov/standards/mods/userguide/identifier.html * * @access public diff --git a/src/Mods/Reader/LanguageReader.php b/src/Mods/Reader/LanguageReader.php index 87d9b82..5937334 100644 --- a/src/Mods/Reader/LanguageReader.php +++ b/src/Mods/Reader/LanguageReader.php @@ -61,7 +61,7 @@ public function getLanguage(int $index, string $query = ''): ?Language } /** - * Get the the first matching element. + * Get the first matching element. * @see https://www.loc.gov/standards/mods/userguide/language.html * * @access public @@ -76,7 +76,7 @@ public function getFirstLanguage(string $query = ''): ?Language } /** - * Get the the last matching element. + * Get the last matching element. * @see https://www.loc.gov/standards/mods/userguide/language.html * * @access public diff --git a/src/Mods/Reader/LocationReader.php b/src/Mods/Reader/LocationReader.php index 1d1a55c..e464225 100644 --- a/src/Mods/Reader/LocationReader.php +++ b/src/Mods/Reader/LocationReader.php @@ -21,7 +21,7 @@ trait LocationReader { /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/location.html * * @access public @@ -61,7 +61,7 @@ public function getLocation(int $index, string $query = ''): ?Location } /** - * Get the the first matching element. + * Get the first matching element. * @see https://www.loc.gov/standards/mods/userguide/location.html * * @access public @@ -76,7 +76,7 @@ public function getFirstLocation(string $query = ''): ?Location } /** - * Get the the last matching element. + * Get the last matching element. * @see https://www.loc.gov/standards/mods/userguide/location.html * * @access public diff --git a/src/Mods/Reader/NameReader.php b/src/Mods/Reader/NameReader.php index 0a04275..d941adc 100644 --- a/src/Mods/Reader/NameReader.php +++ b/src/Mods/Reader/NameReader.php @@ -21,7 +21,7 @@ trait NameReader { /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/name.html * * @access public @@ -61,7 +61,7 @@ public function getName(int $index, string $query = ''): ?Name } /** - * Get the the first matching element. + * Get the first matching element. * @see https://www.loc.gov/standards/mods/userguide/name.html * * @access public @@ -76,7 +76,7 @@ public function getFirstName(string $query = ''): ?Name } /** - * Get the the last matching element. + * Get the last matching element. * @see https://www.loc.gov/standards/mods/userguide/name.html * * @access public diff --git a/src/Mods/Reader/NoteReader.php b/src/Mods/Reader/NoteReader.php index 3a94415..618d650 100644 --- a/src/Mods/Reader/NoteReader.php +++ b/src/Mods/Reader/NoteReader.php @@ -21,7 +21,7 @@ trait NoteReader { /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/note.html * * @access public @@ -61,7 +61,7 @@ public function getNote(int $index, string $query = ''): ?Note } /** - * Get the the first matching element. + * Get the first matching element. * @see https://www.loc.gov/standards/mods/userguide/note.html * * @access public @@ -76,7 +76,7 @@ public function getFirstNote(string $query = ''): ?Note } /** - * Get the the last matching element. + * Get the last matching element. * @see https://www.loc.gov/standards/mods/userguide/note.html * * @access public diff --git a/src/Mods/Reader/OriginInfoReader.php b/src/Mods/Reader/OriginInfoReader.php index 9737975..585d261 100644 --- a/src/Mods/Reader/OriginInfoReader.php +++ b/src/Mods/Reader/OriginInfoReader.php @@ -21,7 +21,7 @@ trait OriginInfoReader { /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/origininfo.html * * @access public @@ -61,7 +61,7 @@ public function getOriginInfo(int $index, string $query = ''): ?OriginInfo } /** - * Get the the first matching element. + * Get the first matching element. * @see https://www.loc.gov/standards/mods/userguide/origininfo.html * * @access public @@ -76,7 +76,7 @@ public function getFirstOriginInfo(string $query = ''): ?OriginInfo } /** - * Get the the last matching element. + * Get the last matching element. * @see https://www.loc.gov/standards/mods/userguide/origininfo.html * * @access public diff --git a/src/Mods/Reader/PartReader.php b/src/Mods/Reader/PartReader.php index e88c71a..0b72774 100644 --- a/src/Mods/Reader/PartReader.php +++ b/src/Mods/Reader/PartReader.php @@ -21,7 +21,7 @@ trait PartReader { /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/part.html * * @access public @@ -61,7 +61,7 @@ public function getPart(int $index, string $query = ''): ?Part } /** - * Get the the first matching element. + * Get the first matching element. * @see https://www.loc.gov/standards/mods/userguide/part.html * * @access public @@ -76,7 +76,7 @@ public function getFirstPart(string $query = ''): ?Part } /** - * Get the the last matching element. + * Get the last matching element. * @see https://www.loc.gov/standards/mods/userguide/part.html * * @access public diff --git a/src/Mods/Reader/PhysicalDescriptionReader.php b/src/Mods/Reader/PhysicalDescriptionReader.php index 978526b..bf41361 100644 --- a/src/Mods/Reader/PhysicalDescriptionReader.php +++ b/src/Mods/Reader/PhysicalDescriptionReader.php @@ -21,7 +21,7 @@ trait PhysicalDescriptionReader { /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/physicaldescription.html * * @access public @@ -61,7 +61,7 @@ public function getPhysicalDescription(int $index, string $query = ''): ?Physica } /** - * Get the the first matching element. + * Get the first matching element. * @see https://www.loc.gov/standards/mods/userguide/physicaldescription.html * * @access public @@ -76,7 +76,7 @@ public function getFirstPhysicalDescription(string $query = ''): ?PhysicalDescri } /** - * Get the the last matching element. + * Get the last matching element. * @see https://www.loc.gov/standards/mods/userguide/physicaldescription.html * * @access public diff --git a/src/Mods/Reader/RecordInfoReader.php b/src/Mods/Reader/RecordInfoReader.php index fca905a..162a213 100644 --- a/src/Mods/Reader/RecordInfoReader.php +++ b/src/Mods/Reader/RecordInfoReader.php @@ -21,7 +21,7 @@ trait RecordInfoReader { /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/recordinfo.html * * @access public @@ -61,7 +61,7 @@ public function getRecordInfo(int $index, string $query = ''): ?RecordInfo } /** - * Get the the first matching element. + * Get the first matching element. * @see https://www.loc.gov/standards/mods/userguide/recordinfo.html * * @access public @@ -76,7 +76,7 @@ public function getFirstRecordInfo(string $query = ''): ?RecordInfo } /** - * Get the the last matching element. + * Get the last matching element. * @see https://www.loc.gov/standards/mods/userguide/recordinfo.html * * @access public diff --git a/src/Mods/Reader/RelatedItemReader.php b/src/Mods/Reader/RelatedItemReader.php index f3ebba3..6864c88 100644 --- a/src/Mods/Reader/RelatedItemReader.php +++ b/src/Mods/Reader/RelatedItemReader.php @@ -21,7 +21,7 @@ trait RelatedItemReader { /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/relateditem.html * * @access public @@ -61,7 +61,7 @@ public function getRelatedItem(int $index, string $query = ''): ?RelatedItem } /** - * Get the the first matching element. + * Get the first matching element. * @see https://www.loc.gov/standards/mods/userguide/relateditem.html * * @access public @@ -76,7 +76,7 @@ public function getFirstRelatedItem(string $query = ''): ?RelatedItem } /** - * Get the the last matching element. + * Get the last matching element. * @see https://www.loc.gov/standards/mods/userguide/relateditem.html * * @access public diff --git a/src/Mods/Reader/SubjectReader.php b/src/Mods/Reader/SubjectReader.php index 1b71164..db9bfd3 100644 --- a/src/Mods/Reader/SubjectReader.php +++ b/src/Mods/Reader/SubjectReader.php @@ -21,7 +21,7 @@ trait SubjectReader { /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/subject.html * * @access public @@ -61,7 +61,7 @@ public function getSubject(int $index, string $query = ''): ?Subject } /** - * Get the the first matching element. + * Get the first matching element. * @see https://www.loc.gov/standards/mods/userguide/subject.html * * @access public @@ -76,7 +76,7 @@ public function getFirstSubject(string $query = ''): ?Subject } /** - * Get the the last matching element. + * Get the last matching element. * @see https://www.loc.gov/standards/mods/userguide/subject.html * * @access public diff --git a/src/Mods/Reader/TableOfContentsReader.php b/src/Mods/Reader/TableOfContentsReader.php index dff031c..a314aa6 100644 --- a/src/Mods/Reader/TableOfContentsReader.php +++ b/src/Mods/Reader/TableOfContentsReader.php @@ -21,7 +21,7 @@ trait TableOfContentsReader { /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/tableofcontents.html * * @access public @@ -61,7 +61,7 @@ public function getTableOfContents(int $index, string $query = ''): ?TableOfCont } /** - * Get the the first matching element. + * Get the first matching element. * @see https://www.loc.gov/standards/mods/userguide/tableofcontents.html * * @access public @@ -76,7 +76,7 @@ public function getFirstTableOfContents(string $query = ''): ?TableOfContents } /** - * Get the the last matching element. + * Get the last matching element. * @see https://www.loc.gov/standards/mods/userguide/tableofcontents.html * * @access public diff --git a/src/Mods/Reader/TargetAudienceReader.php b/src/Mods/Reader/TargetAudienceReader.php index 4924bf7..6de1c48 100644 --- a/src/Mods/Reader/TargetAudienceReader.php +++ b/src/Mods/Reader/TargetAudienceReader.php @@ -21,7 +21,7 @@ trait TargetAudienceReader { /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/targetaudience.html * * @access public @@ -61,7 +61,7 @@ public function getTargetAudience(int $index, string $query = ''): ?TargetAudien } /** - * Get the the first matching element. + * Get the first matching element. * @see https://www.loc.gov/standards/mods/userguide/targetaudience.html * * @access public @@ -76,7 +76,7 @@ public function getFirstTargetAudience(string $query = ''): ?TargetAudience } /** - * Get the the last matching element. + * Get the last matching element. * @see https://www.loc.gov/standards/mods/userguide/targetaudience.html * * @access public diff --git a/src/Mods/Reader/TitleInfoReader.php b/src/Mods/Reader/TitleInfoReader.php index 99221e0..b9d1248 100644 --- a/src/Mods/Reader/TitleInfoReader.php +++ b/src/Mods/Reader/TitleInfoReader.php @@ -21,7 +21,7 @@ trait TitleInfoReader { /** - * Get the the array of the elements. + * Get the array of the elements. * @see https://www.loc.gov/standards/mods/userguide/titleinfo.html * * @access public @@ -61,7 +61,7 @@ public function getTitleInfo(int $index, string $query = ''): ?TitleInfo } /** - * Get the the first matching element. + * Get the first matching element. * @see https://www.loc.gov/standards/mods/userguide/titleinfo.html * * @access public @@ -76,7 +76,7 @@ public function getFirstTitleInfo(string $query = ''): ?TitleInfo } /** - * Get the the last matching element. + * Get the last matching element. * @see https://www.loc.gov/standards/mods/userguide/titleinfo.html * * @access public