Skip to content

Commit b4ea044

Browse files
committed
Cleanup.
1 parent a949e58 commit b4ea044

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Decimal.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,6 @@ protected function fromScientific(string $value, ?int $scale): void
816816
} else {
817817
$this->integralPart = bcmul($matches[2], bcpow('10', (string)$exp));
818818

819-
$pos = strlen($this->integralPart);
820819
$pos = strlen($this->integralPart);
821820
if (str_contains($value, '.')) {
822821
$pos++;

0 commit comments

Comments
 (0)