mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Automated phpcbf linting
This commit is contained in:
parent
2c8c643ce3
commit
3e2fc6aa0b
@ -104,8 +104,6 @@ class MigrateFileTask extends BuildTask
|
||||
ImageThumbnailHelper::singleton()->run();
|
||||
$this->extend('postFileMigrationSubtask', $subtask);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
$subtask = 'fix-folder-permissions';
|
||||
|
@ -854,7 +854,7 @@ class SQLSelectTest extends SapphireTest
|
||||
$sql = $query->sql();
|
||||
|
||||
$this->assertSQLEquals(
|
||||
'SELECT * FROM "MyTable" AS "MyTableAlias" , '.
|
||||
'SELECT * FROM "MyTable" AS "MyTableAlias" , ' .
|
||||
'(SELECT * FROM "MyTable" where "something" = "whatever") as "CrossJoin"',
|
||||
$sql
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user