Skip to content

Commit

Permalink
Fixed PHPDoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joelit committed Jun 15, 2020
1 parent 053b065 commit a907434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/sparql/GenericSparql.php
Original file line number Diff line number Diff line change
Expand Up @@ -2207,7 +2207,7 @@ public function listConceptGroupContents($groupClass, $group, $lang,$showDepreca

/**
* Generates the sparql query for queryChangeList.
* @param string $property the property uri pointing to timestamps, eg. 'dc:modified'
* @param string $prop the property uri pointing to timestamps, eg. 'dc:modified'
* @param string $lang language of labels to return
* @param int $offset offset of results to retrieve; 0 for beginning of list
* @param int $limit maximum number of results to return
Expand Down Expand Up @@ -2261,7 +2261,7 @@ private function transformChangeListResults($result) {

/**
* return a list of recently changed or entirely new concepts
* @param string $property the property uri pointing to timestamps, eg. 'dc:modified'
* @param string $prop the property uri pointing to timestamps, eg. 'dc:modified'
* @param string $lang language of labels to return
* @param int $offset offset of results to retrieve; 0 for beginning of list
* @param int $limit maximum number of results to return
Expand Down

0 comments on commit a907434

Please sign in to comment.