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 68f0648 commit 5b005a4Copy full SHA for 5b005a4
src/EDI/Parser.php
@@ -119,8 +119,8 @@ public function parse($file2)
119
unset($file2[$x]);
120
break;
121
case "UNB":
122
+ $line=$this->splitSegment($line);
123
if (!$this->unbChecked) {
- $line=$this->splitSegment($line);
124
$this->analyseUNB($line[1]);
125
}
126
@@ -191,7 +191,7 @@ public function analyseUNA($line)
191
192
/**
193
* Read UNA's characters definition
194
- * @param string $line : UNB definition line (without UNB tag). Example : :+.? '
+ * @param string $line : UNB definition line (without UNB tag). Example UNOA:2
195
*/
196
public function analyseUNB($encoding)
197
{
0 commit comments