Passed
Push — master ( be51ba...35c865 )
by Agel_Nash
02:38
created
src/LegacyDatabase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     public function replaceFullTableName($tableName, $force = false)
54 54
     {
55 55
         $tableName = trim($tableName);
56
-        if ((bool)$force === true) {
56
+        if ((bool) $force === true) {
57 57
             $result = $this->getFullTableName($tableName);
58 58
         } elseif (strpos($tableName, '[+prefix+]') !== false) {
59 59
             $dbase = trim($this->getConfig('database'), '`');
Please login to merge, or discard this patch.