Completed
Push — master ( eae6a8...e2f648 )
by mw
20:21
created
src/ChangeNotification/ChangeNotificationFilter.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -169,10 +169,17 @@
 block discarded – undo
169 169
 	}
170 170
 
171 171
 	// 2.4 compat
172
+
173
+	/**
174
+	 * @param string $key
175
+	 */
172 176
 	private function getFixedPropertyValueBy( $tableChangeOp, $key ) {
173 177
 		return method_exists( $tableChangeOp, 'getFixedPropertyValueFor' ) ? $tableChangeOp->getFixedPropertyValueFor( $key ) : $tableChangeOp->getFixedPropertyValueBy( $key );
174 178
 	}
175 179
 
180
+	/**
181
+	 * @param DIProperty $property
182
+	 */
176 183
 	private function doFilterOnFieldChangeOps( $property, $tableChangeOp, $fieldChangeOps ) {
177 184
 
178 185
 		foreach ( $fieldChangeOps as $fieldChangeOp ) {
Please login to merge, or discard this patch.