Passed
Pull Request — development (#672)
by Thomas
07:05
created
htdocs/thumbs.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
 );
38 38
 if ($r) {
39 39
     if ($r['object_type'] == 1) {
40
-        $check = (int) $connection
40
+        $check = (int)$connection
41 41
             ->fetchColumn('SELECT COUNT(*)
42 42
                            FROM `cache_logs`
43 43
                            INNER JOIN `caches`
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 
62 62
         }
63 63
     } elseif ($r['object_type'] == 2) {
64
-        $check = (int) $connection
64
+        $check = (int)$connection
65 65
             ->fetchColumn('SELECT COUNT(*)
66 66
                            FROM `caches`
67 67
                            INNER JOIN `cache_status`
Please login to merge, or discard this patch.