@@ -173,7 +173,7 @@  | 
                                                    ||
| 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 | /**  |