Completed
Push — develop ( 5f3636...47083a )
by Tom
04:42
created
src/N98/Util/Console/Helper/DatabaseHelper.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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'];
Please login to merge, or discard this patch.