Completed
Pull Request — master (#70)
by
unknown
01:46
created
src/AfriCC/EPP/Client.php 1 patch
Switch Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
             $this->chunk_size = 1024;
40 40
         }
41 41
 
42
-        if (isset($config['verify_peer_name'])) {
42
+        if (isset($config['verify_peer_name'])) {
43 43
             $this->verify_peer_name = (bool)$config['verify_peer_name'];
44 44
         } else {
45 45
             $this->verify_peer_name = true;
Please login to merge, or discard this patch.