Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jul 26, 2023
1 parent ee1e194 commit 0cdde9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fixtures/FakeApcuStorage.php
Expand Up @@ -45,7 +45,7 @@ public function get(string $key): ?float
if ($readValue === false) {
return null;
}

$readValue = (float) ($readValue / $this->fixPrecisionRate);
$this->dirtyReadValue = $readValue;
$this->remainingDirtyReadCount = $this->dirtyReadCount;
Expand Down

0 comments on commit 0cdde9d

Please sign in to comment.