Completed
Push — master ( f1a924...85530c )
by mw
07:12
created
src/ChangeNotification/ChangeNotificationFilter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -168,6 +168,9 @@
 block discarded – undo
168 168
 		return $this->canNotify;
169 169
 	}
170 170
 
171
+	/**
172
+	 * @param DIProperty $property
173
+	 */
171 174
 	private function doFilterOnFieldChangeOps( $property, $tableChangeOp, $fieldChangeOps ) {
172 175
 
173 176
 		foreach ( $fieldChangeOps as $fieldChangeOp ) {
Please login to merge, or discard this patch.