Skip to content

Commit

Permalink
remove closing heredoc identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylhein committed May 17, 2018
1 parent 7a8f4d3 commit 9024a7a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public function reset(): void
$tableName = Table::TODO_REMINDER;

$sql = "TRUNCATE TABLE '$tableName';";
EOT;

$statement = $this->connection->prepare($sql);
$statement->execute();
Expand Down

0 comments on commit 9024a7a

Please sign in to comment.