|
@@ -140,6 +140,7 @@ discard block |
|
|
block discarded – undo |
|
140
|
140
|
/** |
|
141
|
141
|
* @param array $langs Languages to query for |
|
142
|
142
|
* @param string[] $props property names |
|
|
143
|
+ * @return string |
|
143
|
144
|
*/ |
|
144
|
145
|
private function generateCountLangConceptsQuery($langs, $classes, $props) { |
|
145
|
146
|
$gc = $this->graphClause; |
|
@@ -578,7 +579,7 @@ discard block |
|
|
block discarded – undo |
|
578
|
579
|
|
|
579
|
580
|
/** |
|
580
|
581
|
* Generate a VALUES clause for limiting the targeted graphs. |
|
581
|
|
- * @param array $vocabs array of Vocabulary objects to target |
|
|
582
|
+ * @param Vocabulary[] $vocabs array of Vocabulary objects to target |
|
582
|
583
|
* @return string VALUES clause, or "" if not necessary to limit |
|
583
|
584
|
*/ |
|
584
|
585
|
protected function formatValuesGraph($vocabs) { |
Please login to merge, or discard this patch.