mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 19:16:16 +00:00
Updating doc blocks to match method names.
This commit is contained in:
parent
95d298bf28
commit
249607654b
1 changed files with 2 additions and 2 deletions
|
@ -3903,7 +3903,7 @@ class ModelWriteTest extends BaseModelTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* testProductUpdateAllWithForeignKey
|
* testUpdateAllWithJoins
|
||||||
*
|
*
|
||||||
* @link http://code.cakephp.org/tickets/view/69
|
* @link http://code.cakephp.org/tickets/view/69
|
||||||
* @access public
|
* @access public
|
||||||
|
@ -3954,7 +3954,7 @@ class ModelWriteTest extends BaseModelTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* testProductUpdateAllWithoutForeignKey
|
* testUpdateAllWithoutForeignKey
|
||||||
*
|
*
|
||||||
* @link http://code.cakephp.org/tickets/view/69
|
* @link http://code.cakephp.org/tickets/view/69
|
||||||
* @access public
|
* @access public
|
||||||
|
|
Loading…
Add table
Reference in a new issue