Skip to content

Commit 52a594b

Browse files
authored
Update BinaryValue.php
1 parent ceb6390 commit 52a594b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ValueObjects/BinaryValue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class BinaryValue
1111
public function __construct(
1212
string $data,
1313
?string $fmttype = null,
14-
bool $needsEncoding = true,
14+
bool $needsEncoding = true
1515
) {
1616
$this->data = $needsEncoding
1717
? base64_encode($data)

0 commit comments

Comments
 (0)