We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d6f5e commit 83e30a3Copy full SHA for 83e30a3
src/SimpleSoftwareIO/QrCode/DataTypes/Email.php
@@ -68,7 +68,7 @@ private function buildEmailString()
68
'subject' => $this->subject,
69
'body' => $this->body,
70
];
71
- $email .= '?' . http_build_query($data);
+ $email .= '?'.http_build_query($data);
72
}
73
74
return $email;
0 commit comments