Completed
Push — master ( 2a3272...f39d74 )
by Thomas
08:55
created
src/TreeSimplifier/MissingSubjectTripleNodeSimplifier.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -205,6 +205,9 @@
 block discarded – undo
205 205
 		);
206 206
 	}
207 207
 
208
+	/**
209
+	 * @return \Ask\Language\Description\Description
210
+	 */
208 211
 	private function buildValueDescriptionsForObjects(ResourceListNode $objectList) {
209 212
 		$valueDescriptions = array();
210 213
 
Please login to merge, or discard this patch.
src/ValueFormatters/ExtendedJsonLdItemFormatter.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -129,6 +129,10 @@
 block discarded – undo
129 129
 		$resource->image->name = $image->getTitle();
130 130
 	}
131 131
 
132
+	/**
133
+	 * @param string $image
134
+	 * @param string $target
135
+	 */
132 136
 	private function newViewAction(array $nameTerms, $image, $target) {
133 137
 		$actionResource = new stdClass();
134 138
 		$actionResource->{'@type'} = 'ViewAction';
Please login to merge, or discard this patch.
src/ValueParsers/WikibaseEntityIdParser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -58,6 +58,9 @@
 block discarded – undo
58 58
 		return $this->entityIdsToEntityIdValues($this->getEntityIdsForValue($value));
59 59
 	}
60 60
 
61
+	/**
62
+	 * @param string $value
63
+	 */
61 64
 	private function getEntityIdsForValue($value) {
62 65
 		$languageCode = $this->getOption(ValueParser::OPT_LANG);
63 66
 		$term = new Term($languageCode, $value);
Please login to merge, or discard this patch.