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 765ffc1 commit 4cde8d9Copy full SHA for 4cde8d9
src/EDI/Encoder.php
@@ -114,9 +114,14 @@ private function escapeValue($str)
114
return str_replace($search, $replace, $str);
115
}
116
117
- public function get()
+ public function get($wrap = true)
118
{
119
if ($this->UNAActive) {
120
+
121
+ if ($wrap === false) {
122
+ $this->symbEnd .= "\n";
123
+ }
124
125
return "UNA" . $this->sepComp .
126
$this->sepData .
127
$this->sepDec .
0 commit comments