Completed
Push — master ( e0bdfe...da5edf )
by 紘己
01:40
created
src/Model/Behavior/ChangelogBehavior.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -539,6 +539,7 @@  discard block
 block discarded – undo
539 539
 
540 540
     /**
541 541
      * Default converter for association values
542
+     * @param string $kind
542 543
      */
543 544
     public function convertAssociationChangeValue($value, $association, $kind)
544 545
     {
@@ -568,7 +569,6 @@  discard block
 block discarded – undo
568 569
      * @param string $kind either 'before'/'after'
569 570
      * @param \Cake\ORM\Association $association association object for the value
570 571
      * @param boolean $isMany true => [hasMany, belongsToMany] false => [hasOne, belongsTo]
571
-     * @param array $beforeValue association original values. indexed by association properties.
572 572
      * @return mixed converted value
573 573
      */
574 574
     public function defaultConvertAssociation($property, $value, $kind, $association, $isMany)
Please login to merge, or discard this patch.
src/Model/Table/ChangelogColumnsTable.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Changelog\Model\Table;
3 3
 
4
-use Cake\ORM\Query;
5 4
 use Cake\ORM\RulesChecker;
6 5
 use Cake\ORM\Table;
7 6
 use Cake\Validation\Validator;
Please login to merge, or discard this patch.
src/Model/Table/ChangelogsTable.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Changelog\Model\Table;
3 3
 
4
-use Cake\ORM\Query;
5
-use Cake\ORM\RulesChecker;
6 4
 use Cake\ORM\Table;
7 5
 use Cake\Validation\Validator;
8 6
 
Please login to merge, or discard this patch.