Skip to content

Commit

Permalink
Update BinaryValue.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Jan 24, 2023
1 parent ceb6390 commit 52a594b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ValueObjects/BinaryValue.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 52a594b

Please sign in to comment.