@@ -81,7 +81,7 @@ |
||
| 81 | 81 | if ($this->getInsuredValue()) { |
| 82 | 82 | $node->appendChild($this->getInsuredValue()->toNode($document)); |
| 83 | 83 | } |
| 84 | - foreach($this->getHazMat() as $hazmat) { |
|
| 84 | + foreach ($this->getHazMat() as $hazmat) { |
|
| 85 | 85 | $node->appendChild($hazmat->toNode($document)); |
| 86 | 86 | } |
| 87 | 87 | if ($this->getHazMatPackageInformation() !== null) { |