Fix PHPCS errors

This commit is contained in:
Ceeram 2014-10-10 16:52:01 +02:00
parent 7b44d5d7a3
commit 43e998422e
2 changed files with 3 additions and 3 deletions

View file

@ -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();