Skip to content

Commit

Permalink
Automated phpcbf linting
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed May 29, 2019
1 parent 2c8c643 commit 3e2fc6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/Dev/Tasks/MigrateFileTask.php
Expand Up @@ -104,8 +104,6 @@ public function run($request)
ImageThumbnailHelper::singleton()->run();
$this->extend('postFileMigrationSubtask', $subtask);
}


}

$subtask = 'fix-folder-permissions';
Expand Down
2 changes: 1 addition & 1 deletion tests/php/ORM/SQLSelectTest.php
Expand Up @@ -854,7 +854,7 @@ public function testBaseTableAliases()
$sql = $query->sql();

$this->assertSQLEquals(
'SELECT * FROM "MyTable" AS "MyTableAlias" , '.
'SELECT * FROM "MyTable" AS "MyTableAlias" , ' .
'(SELECT * FROM "MyTable" where "something" = "whatever") as "CrossJoin"',
$sql
);
Expand Down

0 comments on commit 3e2fc6a

Please sign in to comment.