@@ -539,6 +539,7 @@ discard block |
||
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 |
||
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) |
@@ -1,7 +1,6 @@ |
||
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; |
@@ -1,8 +1,6 @@ |
||
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 |