Passed
Pull Request — master (#239)
by
unknown
03:30
created
src/Select.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -173,7 +173,7 @@
 block discarded – undo
173 173
      */
174 174
     public function count(string $column = null): int
175 175
     {
176
-        return (int) $this->__call('count', [$column ?? $this->loader->getCountField()]);
176
+        return (int)$this->__call('count', [$column ?? $this->loader->getCountField()]);
177 177
     }
178 178
 
179 179
     /**
Please login to merge, or discard this patch.