Passed
Push — main ( b4b05f...898b89 )
by Sammy
03:27 queued 01:33
created
src/Crudites.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
         $res = self::$connection->result($select);
62 62
         $res = $res->ret(\PDO::FETCH_COLUMN);
63 63
         if (is_array($res)) {
64
-            return (int) current($res);
64
+            return (int)current($res);
65 65
         }
66 66
 
67 67
         return null;
Please login to merge, or discard this patch.