Completed
Pull Request — master (#64)
by
unknown
02:15
created
src/AfriCC/EPP/Client.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
             $this->verify_peer_name = true;
43 43
         }
44 44
 
45
-        if(!$this->port){
45
+        if (!$this->port) {
46 46
             // if not set, default port is 700
47 47
             $this->port = 700;
48 48
         }
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
         $buffer = (string) $frame;
188 188
         $header = pack('N', mb_strlen($buffer, 'ASCII') + 4);
189 189
 
190
-        return $this->send($header . $buffer);
190
+        return $this->send($header.$buffer);
191 191
     }
192 192
 
193 193
     /**
Please login to merge, or discard this patch.