Passed
Push — master ( 64b47e...f1aae5 )
by Stefan
01:41
created
SKien/VCard/VCardAddress.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
         $strValue  = $this->strStr . PHP_EOL;
95 95
         $strValue .= $this->strPostcode . ' ' . $this->strCity . PHP_EOL;
96 96
         if (strlen($this->strRegion) > 0 || strlen($this->strCountry) > 0) {
97
-            $strSep = (strlen($this->strRegion) > 0 && strlen($this->strCountry) > 0 ) ? ' - ' : '';
97
+            $strSep = (strlen($this->strRegion) > 0 && strlen($this->strCountry) > 0) ? ' - ' : '';
98 98
             $strValue .= $this->strRegion . $strSep . $this->strCountry . PHP_EOL;
99 99
         }
100 100
 
Please login to merge, or discard this patch.