Commit 824496eb authored by Spomky's avatar Spomky Committed by GitHub
Browse files

Apply fixes from StyleCI (#82)

[ci skip] [skip ci]
Showing with 1 addition and 1 deletion
+1 -1
...@@ -147,7 +147,7 @@ final class TOTP extends OTP implements TOTPInterface ...@@ -147,7 +147,7 @@ final class TOTP extends OTP implements TOTPInterface
*/ */
private function timecode(int $timestamp): int private function timecode(int $timestamp): int
{ {
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