Completed
Pull Request — new-version (#111)
by Tom
02:24
created
src/Formatter/Property/AddressFormatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     {
21 21
         $string = Address::getNode();
22 22
         $string .= ';TYPE=' . $this->address->getType()->__toString();
23
-        $string .=':' . $this->escape(
23
+        $string .= ':' . $this->escape(
24 24
             $this->address->getPostOfficeBox()
25 25
             . ';' . $this->address->getExtendedAddress()
26 26
             . ';' . $this->address->getStreetAddress()
Please login to merge, or discard this patch.