Commit fd4ba9a0 authored by Spomky's avatar Spomky Committed by GitHub
Browse files

Apply fixes from StyleCI (#83)

[ci skip] [skip ci]
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -141,6 +141,6 @@ final class TOTP extends OTP implements TOTPInterface ...@@ -141,6 +141,6 @@ final class TOTP extends OTP implements TOTPInterface
*/ */
private function timecode($timestamp) private function timecode($timestamp)
{ {
return (int) floor($timestamp/$this->getPeriod()); return (int) floor($timestamp / $this->getPeriod());
} }
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment