diff --git a/src/ValueObjects/BinaryValue.php b/src/ValueObjects/BinaryValue.php index 55fcb8f..c92ce2f 100644 --- a/src/ValueObjects/BinaryValue.php +++ b/src/ValueObjects/BinaryValue.php @@ -11,7 +11,7 @@ class BinaryValue public function __construct( string $data, ?string $fmttype = null, - bool $needsEncoding = true, + bool $needsEncoding = true ) { $this->data = $needsEncoding ? base64_encode($data)