fix phpcs errors

This commit is contained in:
imsamurai 2013-11-14 02:39:16 +02:00
parent 7bc8dac453
commit 15805e668e

View file

@ -3154,7 +3154,7 @@ class MysqlTest extends CakeTestCase {
);
$this->Dbo->buildColumn($data);
}
/**
* Test `unsigned` field parameter
*
@ -3169,7 +3169,7 @@ class MysqlTest extends CakeTestCase {
$result = $this->Dbo->buildColumn($data);
$this->assertEquals($expected, $result);
}
/**
* Data provider testBuildColumnUnsigned method
*