@@ -111,8 +111,8 @@ |
||
111 | 111 | '); |
112 | 112 | foreach ($rows as $row) { |
113 | 113 | $this->extensionStateMap[$row['name']] = [ |
114 | - 'state' => (int)$row['state'], |
|
115 | - 'id' => (int)$row['id'], |
|
114 | + 'state' => (int) $row['state'], |
|
115 | + 'id' => (int) $row['id'], |
|
116 | 116 | ]; |
117 | 117 | } |
118 | 118 |