mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
fix phpcs errors
This commit is contained in:
parent
7bc8dac453
commit
15805e668e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue