Skip to content

Commit

Permalink
#769 Fixed coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
j3nsch committed Oct 24, 2023
1 parent 864e364 commit 70c7ccb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/oai/models/Set/BibliographySets.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function getSets()
* Configures the passed Finder according to the specified set.
*
* @param DocumentFinderInterface $finder
* @param Oai_Model_Set_SetName $setName
* @param Oai_Model_Set_SetName $setName
* @throws Oai_Model_Exception
*/
public function configureFinder($finder, $setName)
Expand Down
2 changes: 1 addition & 1 deletion modules/oai/models/Set/CollectionSets.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function getSets()
* Configures the passed Finder according to the specified set.
*
* @param DocumentFinderInterface $finder
* @param Oai_Model_Set_SetName $setName
* @param Oai_Model_Set_SetName $setName
* @throws Oai_Model_Exception
*/
public function configureFinder($finder, $setName)
Expand Down
2 changes: 1 addition & 1 deletion modules/oai/models/Set/DocumentTypeSets.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function getSets()
* Configures the passed Finder according to the specified set.
*
* @param DocumentFinderInterface $finder
* @param Oai_Model_Set_SetName $setName
* @param Oai_Model_Set_SetName $setName
* @throws Oai_Model_Exception
*/
public function configureFinder($finder, $setName)
Expand Down
2 changes: 1 addition & 1 deletion modules/oai/models/Set/SetName.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Oai_Model_Set_SetName

/**
* @param string $set The full set name (setType:subSet)
* @return Oai_Model_Set_SetName
* @return self
*/
public static function createSetName($set)
{
Expand Down
2 changes: 1 addition & 1 deletion modules/oai/models/Set/SetTypeInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function getSets();
* Configures the passed Finder according to the specified set.
*
* @param DocumentFinderInterface $finder
* @param Oai_Model_Set_SetName $setName
* @param Oai_Model_Set_SetName $setName
* @throws Oai_Model_Exception
*/
public function configureFinder($finder, $setName);
Expand Down

0 comments on commit 70c7ccb

Please sign in to comment.