Completed
Push — master ( 9a5cb2...b894a2 )
by 紘己
01:44
created
src/Model/Behavior/ChangelogBehavior.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -315,6 +315,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.