Skip to content

Commit

Permalink
fix coding standard
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbarre committed Mar 4, 2017
1 parent d01f3e8 commit 216ae0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Model/Datasource/Database/MysqlTest.php
Expand Up @@ -3139,7 +3139,7 @@ public function testLength() {
*
* @return void
*/
public function testStorageRequirement () {
public function testStorageRequirement() {
$result = $this->Dbo->storageRequirement('varchar(255)');
$expected = null;
$this->assertSame($expected, $result);
Expand Down

0 comments on commit 216ae0e

Please sign in to comment.