lint: fix php

pull/395/head
Varun Patil 2023-02-05 18:47:10 -08:00
parent 9ac95ef844
commit c3fa9f0d4c
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ class TimelineWrite
*/
public function deleteFile(File &$file)
{
foreach(DELETE_TABLES as $table) {
foreach (DELETE_TABLES as $table) {
$query = $this->connection->getQueryBuilder();
$query->delete($table)
->where($query->expr()->eq('fileid', $query->createNamedParameter($file->getId(), IQueryBuilder::PARAM_INT)))