mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
fix coding standard
This commit is contained in:
parent
d01f3e8aed
commit
216ae0ec0c
1 changed files with 1 additions and 1 deletions
|
@ -3139,7 +3139,7 @@ SQL;
|
|||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testStorageRequirement () {
|
||||
public function testStorageRequirement() {
|
||||
$result = $this->Dbo->storageRequirement('varchar(255)');
|
||||
$expected = null;
|
||||
$this->assertSame($expected, $result);
|
||||
|
|
Loading…
Reference in a new issue