@@ -192,7 +192,7 @@ discard block |
||
192 | 192 | if ($this->lastLogin === null) { |
193 | 193 | $this->fetchDetails(); |
194 | 194 | } |
195 | - return (int)$this->lastLogin; |
|
195 | + return (int) $this->lastLogin; |
|
196 | 196 | } |
197 | 197 | |
198 | 198 | /** |
@@ -203,7 +203,7 @@ discard block |
||
203 | 203 | if ($this->foundDeleted === null) { |
204 | 204 | $this->fetchDetails(); |
205 | 205 | } |
206 | - return (int)$this->foundDeleted; |
|
206 | + return (int) $this->foundDeleted; |
|
207 | 207 | } |
208 | 208 | |
209 | 209 | /** |