Automated phpcbf linting

This commit is contained in:
Robbie Averill 2019-05-30 09:34:34 +12:00
parent 2c8c643ce3
commit 3e2fc6aa0b
2 changed files with 1 additions and 3 deletions

View File

@ -104,8 +104,6 @@ class MigrateFileTask extends BuildTask
ImageThumbnailHelper::singleton()->run();
$this->extend('postFileMigrationSubtask', $subtask);
}
}
$subtask = 'fix-folder-permissions';

View File

@ -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
);