Completed
Push — master ( 0cf5bd...a3625c )
by mw
11s
created
src/Iterators/RecursiveMembersIterator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -197,6 +197,9 @@
 block discarded – undo
197 197
 		$this->key++;
198 198
 	}
199 199
 
200
+	/**
201
+	 * @param DIWikiPage|null $subject
202
+	 */
200 203
 	private function doFilterMembersByNotificationsToAssignment( $subject ) {
201 204
 
202 205
 		$recipients = array();
Please login to merge, or discard this patch.