@@ -106,7 +106,7 @@ |
||
| 106 | 106 | $res = $qb->execute(); |
| 107 | 107 | foreach ($res->fetchAll() as $row) { |
| 108 | 108 | if (!array_key_exists($row['bundlename'], $fileExtensions)) { |
| 109 | - $this->removeById((int)$row['id']); |
|
| 109 | + $this->removeById((int) $row['id']); |
|
| 110 | 110 | } |
| 111 | 111 | } |
| 112 | 112 | } |