Passed
Pull Request — master (#158)
by Stefan
03:17
created
src/Entity/PackageServiceOptions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.