@@ -170,7 +170,7 @@ discard block |
||
170 | 170 | if (null === $type) { |
171 | 171 | $type = "@@"; |
172 | 172 | } else { |
173 | - $type = (string) $type; |
|
173 | + $type = (string)$type; |
|
174 | 174 | } |
175 | 175 | |
176 | 176 | if (!in_array($type, array("@@", "@"), true)) { |
@@ -302,7 +302,7 @@ discard block |
||
302 | 302 | */ |
303 | 303 | public function getTables($withoutPrefix = null) |
304 | 304 | { |
305 | - $withoutPrefix = (bool) $withoutPrefix; |
|
305 | + $withoutPrefix = (bool)$withoutPrefix; |
|
306 | 306 | |
307 | 307 | $db = $this->getConnection(); |
308 | 308 | $prefix = $this->dbSettings['prefix']; |