Merge pull request #4855 from ceeram/2.6-phpcs

Fix PHPCS errors
This commit is contained in:
Bryan Crowe 2014-10-10 11:25:03 -04:00
commit e48831a4a7
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();