@@ -105,7 +105,7 @@ |
||
105 | 105 | $res = $qb->execute(); |
106 | 106 | foreach ($res->fetchAll() as $row) { |
107 | 107 | if (!array_key_exists($row['bundlename'], $fileExtensions)) { |
108 | - $this->removeById((int)$row['id']); |
|
108 | + $this->removeById((int) $row['id']); |
|
109 | 109 | } |
110 | 110 | } |
111 | 111 |
@@ -87,8 +87,8 @@ |
||
87 | 87 | $rows = $conn->executeQuery($sql); |
88 | 88 | foreach ($rows as $row) { |
89 | 89 | $this->extensionStateMap[$row['name']] = [ |
90 | - 'state' => (int)$row['state'], |
|
91 | - 'id' => (int)$row['id'], |
|
90 | + 'state' => (int) $row['state'], |
|
91 | + 'id' => (int) $row['id'], |
|
92 | 92 | ]; |
93 | 93 | } |
94 | 94 |
@@ -104,7 +104,7 @@ |
||
104 | 104 | $this->entityManager->flush(); |
105 | 105 | case '2.9.10': |
106 | 106 | case '2.9.11': |
107 | - $this->setSystemVar('UseCompression', (bool)$this->getSystemVar('UseCompression')); |
|
107 | + $this->setSystemVar('UseCompression', (bool) $this->getSystemVar('UseCompression')); |
|
108 | 108 | case '2.9.12': // ship with Core-1.4.4 |
109 | 109 | // reconfigure TZ settings |
110 | 110 | $this->setGuestTimeZone(); |