Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rowasc committed Apr 17, 2020
1 parent 3769936 commit bf7598e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion migrations/20200409232153_rewrite_twitter_urls.php
Expand Up @@ -35,7 +35,8 @@ public function up()
$this->execute($sql);
}

public function down() {
public function down()
{
// phpcs:ignore
$sql = "UPDATE messages INNER JOIN contacts on contacts.id = messages.contact_id " .
"SET messages.message = REPLACE(messages.message, " .
Expand Down

0 comments on commit bf7598e

Please sign in to comment.