mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
commit
e48831a4a7
2 changed files with 3 additions and 3 deletions
|
@ -811,7 +811,7 @@ class ModelWriteTest extends BaseModelTest {
|
|||
/**
|
||||
* test callback used in testSaveTransaction method
|
||||
*
|
||||
* @return boolean false to stop event propagation
|
||||
* @return bool false to stop event propagation
|
||||
*/
|
||||
public function callbackForTestSaveTransaction($event) {
|
||||
$TestModel = new Article();
|
||||
|
|
Loading…
Reference in a new issue