Completed
Push — master ( 8e7a23...4643ef )
by Henri
03:15
created
model/sparql/GenericSparql.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -608,7 +608,7 @@  discard block
 block discarded – undo
608 608
 
609 609
     /**
610 610
      * Generate a VALUES clause for limiting the targeted graphs.
611
-     * @param array $vocabs array of Vocabulary objects to target
611
+     * @param Vocabulary[] $vocabs array of Vocabulary objects to target
612 612
      * @return string VALUES clause, or "" if not necessary to limit
613 613
      */
614 614
     protected function formatValuesGraph($vocabs) {
@@ -1338,7 +1338,7 @@  discard block
 block discarded – undo
1338 1338
     /**
1339 1339
      * Query a single transitive property of a concept.
1340 1340
      * @param string $uri
1341
-     * @param string $prop the name of the property eg. 'skos:broader'.
1341
+     * @param string $props the name of the property eg. 'skos:broader'.
1342 1342
      * @param string $lang
1343 1343
      * @param integer $limit
1344 1344
      * @param boolean $anylang if you want a label even when it isn't available in the language you requested.
Please login to merge, or discard this patch.