@@ -169,10 +169,17 @@ |
||
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 ) { |