Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Mods/Element/Common/BaseElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion src/Mods/Element/Location.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function getShelfLocator(string $query = ''): ?LanguageElement
}

/**
* Get the the array of the <url> elements.
* Get the array of the <url> elements.
* @see https://www.loc.gov/standards/mods/userguide/location.html#url
*
* @access public
Expand Down
2 changes: 1 addition & 1 deletion src/Mods/Element/Name.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function getType(): string
}

/**
* Get the the array of the <alternativeName> elements.
* Get the array of the <alternativeName> elements.
* @see https://www.loc.gov/standards/mods/userguide/name.html#alternativename
*
* @access public
Expand Down
2 changes: 1 addition & 1 deletion src/Mods/Element/OriginInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public function getCreatedDates(string $query = ''): array
}

/**
* Get the the array of the <dateCaptured> elements.
* Get the array of the <dateCaptured> elements.
* @see https://www.loc.gov/standards/mods/userguide/origininfo.html#datecaptured
*
* @access public
Expand Down
2 changes: 1 addition & 1 deletion src/Mods/Element/Specific/Location/HoldingSimple.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function __construct(\SimpleXMLElement $xml)
}

/**
* Get the the array of the <copyInformation> elements.
* Get the array of the <copyInformation> elements.
* @see https://www.loc.gov/standards/mods/userguide/location.html#copyinformation
*
* @access public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function getForm(string $query = ''): ?Form
}

/**
* Get the the array of the <subLocation> elements.
* Get the array of the <subLocation> elements.
* @see https://www.loc.gov/standards/mods/userguide/location.html#sublocation
*
* @access public
Expand All @@ -79,7 +79,7 @@ public function getSubLocations(string $query = ''): array
}

/**
* Get the the array of the <shelfLocator> elements.
* Get the array of the <shelfLocator> elements.
* @see https://www.loc.gov/standards/mods/userguide/location.html#copyshelflocator
*
* @access public
Expand Down Expand Up @@ -154,7 +154,7 @@ public function getEnumerationAndChronologies(string $query = ''): array
}

/**
* Get the the array of the <itemIdentifier> elements.
* Get the array of the <itemIdentifier> elements.
* @see https://www.loc.gov/standards/mods/userguide/location.html#itemidentifier
*
* @access public
Expand Down
12 changes: 6 additions & 6 deletions src/Mods/Element/Specific/Name/BaseNameElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function __construct(\SimpleXMLElement $xml)
}

/**
* Get the the array of the <namePart> elements.
* Get the array of the <namePart> elements.
* @see https://www.loc.gov/standards/mods/userguide/name.html#namepart
*
* @access public
Expand All @@ -60,7 +60,7 @@ public function getNameParts(string $query = ''): array
}

/**
* Get the the array of the <nameIdentifier> elements.
* Get the array of the <nameIdentifier> elements.
* @see https://www.loc.gov/standards/mods/userguide/name.html#nameidentifier
*
* @access public
Expand All @@ -81,7 +81,7 @@ public function getNameIdentifiers(string $query): array
}

/**
* Get the the array of the <displayForm> elements.
* Get the array of the <displayForm> elements.
* @see https://www.loc.gov/standards/mods/userguide/name.html#displayform
*
* @access public
Expand All @@ -102,7 +102,7 @@ public function getDisplayForms(string $query = ''): array
}

/**
* Get the the array of the <affiliation> elements.
* Get the array of the <affiliation> elements.
* @see https://www.loc.gov/standards/mods/userguide/name.html#displayform
*
* @access public
Expand All @@ -123,7 +123,7 @@ public function getAffiliations(string $query = ''): array
}

/**
* Get the the array of the <role> elements.
* Get the array of the <role> elements.
* @see https://www.loc.gov/standards/mods/userguide/name.html#role
*
* @access public
Expand All @@ -144,7 +144,7 @@ public function getRoles(string $query = ''): array
}

/**
* Get the the array of the <description> elements.
* Get the array of the <description> elements.
* @see https://www.loc.gov/standards/mods/userguide/name.html#description
*
* @access public
Expand Down
2 changes: 1 addition & 1 deletion src/Mods/Element/Specific/Name/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function __construct(\SimpleXMLElement $xml)
}

/**
* Get the the array of the <roleTerm> elements.
* Get the array of the <roleTerm> elements.
* @see https://www.loc.gov/standards/mods/userguide/name.html#roleterm
*
* @access public
Expand Down
22 changes: 11 additions & 11 deletions src/Mods/Element/Specific/Subject/HierarchicalGeographic.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function __construct(\SimpleXMLElement $xml)
}

/**
* Get the the array of the <continent> elements.
* Get the array of the <continent> elements.
* @see https://www.loc.gov/standards/mods/userguide/subject.html#continent
*
* @access public
Expand All @@ -64,7 +64,7 @@ public function getContinents(string $query = ''): array
}

/**
* Get the the array of the <country> elements.
* Get the array of the <country> elements.
* @see https://www.loc.gov/standards/mods/userguide/subject.html#country
*
* @access public
Expand All @@ -85,7 +85,7 @@ public function getCountries(string $query = ''): array
}

/**
* Get the the array of the <region> elements.
* Get the array of the <region> elements.
* @see https://www.loc.gov/standards/mods/userguide/subject.html#region
*
* @access public
Expand All @@ -106,7 +106,7 @@ public function getRegions(string $query = ''): array
}

/**
* Get the the array of the <state> elements.
* Get the array of the <state> elements.
* @see https://www.loc.gov/standards/mods/userguide/subject.html#state
*
* @access public
Expand All @@ -127,7 +127,7 @@ public function getStates(string $query = ''): array
}

/**
* Get the the array of the <territory> elements.
* Get the array of the <territory> elements.
* @see https://www.loc.gov/standards/mods/userguide/subject.html#territory
*
* @access public
Expand All @@ -148,7 +148,7 @@ public function getTerritories(string $query = ''): array
}

/**
* Get the the array of the <county> elements.
* Get the array of the <county> elements.
* @see https://www.loc.gov/standards/mods/userguide/subject.html#county
*
* @access public
Expand All @@ -169,7 +169,7 @@ public function getCounties(string $query = ''): array
}

/**
* Get the the array of the <city> elements.
* Get the array of the <city> elements.
* @see https://www.loc.gov/standards/mods/userguide/subject.html#city
*
* @access public
Expand All @@ -190,7 +190,7 @@ public function getCities(string $query = ''): array
}

/**
* Get the the array of the <citySection> elements.
* Get the array of the <citySection> elements.
* @see https://www.loc.gov/standards/mods/userguide/subject.html#citysection
*
* @access public
Expand All @@ -211,7 +211,7 @@ public function getCitySections(string $query = ''): array
}

/**
* Get the the array of the <island> elements.
* Get the array of the <island> elements.
* @see https://www.loc.gov/standards/mods/userguide/subject.html#island
*
* @access public
Expand All @@ -232,7 +232,7 @@ public function getIslands(string $query = ''): array
}

/**
* Get the the array of the <area> elements.
* Get the array of the <area> elements.
* @see https://www.loc.gov/standards/mods/userguide/subject.html#area
*
* @access public
Expand All @@ -253,7 +253,7 @@ public function getAreas(string $query = ''): array
}

/**
* Get the the array of the <extraterrestrialArea> elements.
* Get the array of the <extraterrestrialArea> elements.
* @see https://www.loc.gov/standards/mods/userguide/subject.html#extraterrestrialarea
*
* @access public
Expand Down
18 changes: 9 additions & 9 deletions src/Mods/Element/Subject.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function __construct(\SimpleXMLElement $xml)
}

/**
* Get the the array of the <topic> elements.
* Get the array of the <topic> elements.
* @see https://www.loc.gov/standards/mods/userguide/subject.html#topic
*
* @access public
Expand All @@ -73,7 +73,7 @@ public function getTopics(string $query = ''): array
}

/**
* Get the the array of the <geographic> elements.
* Get the array of the <geographic> elements.
* @see https://www.loc.gov/standards/mods/userguide/subject.html#geographic
*
* @access public
Expand Down Expand Up @@ -115,7 +115,7 @@ public function getTemporals(string $query = ''): array
}

/**
* Get the the array of the <titleInfo> elements.
* Get the array of the <titleInfo> elements.
* @see https://www.loc.gov/standards/mods/userguide/subject.html#titleinfo
*
* @access public
Expand All @@ -136,7 +136,7 @@ public function getTitleInfos(string $query = ''): array
}

/**
* Get the the array of the <name> elements.
* Get the array of the <name> elements.
* @see https://www.loc.gov/standards/mods/userguide/subject.html#name
*
* @access public
Expand All @@ -157,7 +157,7 @@ public function getNames(string $query = ''): array
}

/**
* Get the the array of the <genre> elements.
* Get the array of the <genre> elements.
* @see https://www.loc.gov/standards/mods/userguide/subject.html#genre
*
* @access public
Expand All @@ -178,7 +178,7 @@ public function getGenres(string $query = ''): array
}

/**
* Get the the array of the <hierarchicalGeographic> elements.
* Get the array of the <hierarchicalGeographic> elements.
* @see https://www.loc.gov/standards/mods/userguide/subject.html#hierarchicalgeographic
*
* @access public
Expand All @@ -199,7 +199,7 @@ public function getHierarchicalGeographics(string $query = ''): array
}

/**
* Get the the array of the <cartographics> elements.
* Get the array of the <cartographics> elements.
* @see https://www.loc.gov/standards/mods/userguide/subject.html#hierarchicalgeographic
*
* @access public
Expand All @@ -220,7 +220,7 @@ public function getCartographics(string $query = ''): array
}

/**
* Get the the array of the <geographicCode> elements.
* Get the array of the <geographicCode> elements.
* @see https://www.loc.gov/standards/mods/userguide/subject.html#geographiccode
*
* @access public
Expand All @@ -241,7 +241,7 @@ public function getGeographicCodes(string $query = ''): array
}

/**
* Get the the array of the <occupation> elements.
* Get the array of the <occupation> elements.
* @see https://www.loc.gov/standards/mods/userguide/subject.html#occupation
*
* @access public
Expand Down
2 changes: 1 addition & 1 deletion src/Mods/Element/TitleInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function getPartNumber(string $query = ''): ?LanguageElement
}

/**
* Get the the array of the <partName> elements.
* Get the array of the <partName> elements.
* @see https://www.loc.gov/standards/mods/userguide/titleinfo.html#partname
*
* @access public
Expand Down
6 changes: 3 additions & 3 deletions src/Mods/Reader/AccessConditionReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ trait AccessConditionReader
{

/**
* Get the the array of the <accessCondition> elements.
* Get the array of the <accessCondition> elements.
* @see https://www.loc.gov/standards/mods/userguide/accesscondition.html
*
* @access public
Expand Down Expand Up @@ -61,7 +61,7 @@ public function getAccessCondition(int $index, string $query = ''): ?AccessCondi
}

/**
* Get the the first matching <accessCondition> element.
* Get the first matching <accessCondition> element.
* @see https://www.loc.gov/standards/mods/userguide/accesscondition.html
*
* @access public
Expand All @@ -76,7 +76,7 @@ public function getFirstAccessCondition(string $query = ''): ?AccessCondition
}

/**
* Get the the last matching <accessCondition> element.
* Get the last matching <accessCondition> element.
* @see https://www.loc.gov/standards/mods/userguide/accesscondition.html
*
* @access public
Expand Down
6 changes: 3 additions & 3 deletions src/Mods/Reader/ClassificationReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
trait ClassificationReader
{
/**
* Get the the array of the <classification> elements.
* Get the array of the <classification> elements.
* @see https://www.loc.gov/standards/mods/userguide/classification.html
*
* @access public
Expand Down Expand Up @@ -60,7 +60,7 @@ public function getClassification(int $index, string $query = ''): ?Classificati
}

/**
* Get the the first matching <classification> element.
* Get the first matching <classification> element.
* @see https://www.loc.gov/standards/mods/userguide/classification.html
*
* @access public
Expand All @@ -75,7 +75,7 @@ public function getFirstClassification(string $query = ''): ?Classification
}

/**
* Get the the last matching <classification> element.
* Get the last matching <classification> element.
* @see https://www.loc.gov/standards/mods/userguide/classification.html
*
* @access public
Expand Down
Loading
Loading