@@ -315,6 +315,9 @@ discard block |
||
| 315 | 315 | return $settings; |
| 316 | 316 | } |
| 317 | 317 | |
| 318 | + /** |
|
| 319 | + * @param EntityInterface $entity |
|
| 320 | + */ |
|
| 318 | 321 | public function collectChangelogBeforeValues($entity) |
| 319 | 322 | { |
| 320 | 323 | $this->_collectedBeforeValues = []; |
@@ -556,6 +559,7 @@ discard block |
||
| 556 | 559 | |
| 557 | 560 | /** |
| 558 | 561 | * Default converter for association values |
| 562 | + * @param string $kind |
|
| 559 | 563 | */ |
| 560 | 564 | public function convertAssociationChangeValue($value, $association, $kind) |
| 561 | 565 | { |