diff --git a/src/Traits/FormattableBlock.php b/src/Traits/FormattableBlock.php index 23b44e7..97b1b11 100644 --- a/src/Traits/FormattableBlock.php +++ b/src/Traits/FormattableBlock.php @@ -37,9 +37,9 @@ public function getFormattedDateTime( */ public function getFormattedByte( mixed $key, - mixed $defaultValue = null, - string $charNestedKey = ".", int $precision = 2, + mixed $defaultValue = null, + string $charNestedKey = "." ): string { $bytes = $this->get($key, $defaultValue, $charNestedKey); if (is_null($bytes)) {