Completed
Push — master ( 24b794...5a6c67 )
by mw
14s
created
src/SQLStore/QueryDependency/QueryResultDependencyListResolver.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -170,6 +170,9 @@  discard block
 block discarded – undo
170 170
 		return $dependencySubjectList;
171 171
 	}
172 172
 
173
+	/**
174
+	 * @param DIWikiPage[] $subjects
175
+	 */
173 176
 	private function doResolveDependenciesFromDescription( &$subjects, $description ) {
174 177
 
175 178
 		if ( $description instanceof ValueDescription && $description->getDataItem() instanceof DIWikiPage ) {
@@ -249,6 +252,9 @@  discard block
 block discarded – undo
249 252
 		}
250 253
 	}
251 254
 
255
+	/**
256
+	 * @param DIWikiPage|null $subject
257
+	 */
252 258
 	private function doMatchSubproperty( &$subjects, $subject, DIProperty $property ) {
253 259
 
254 260
 		$subproperties = array();
Please login to merge, or discard this patch.