Completed
Pull Request — master (#11)
by Oliver
02:28
created
src/Client/ApnsClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
         );
135 135
 
136 136
         // Handle Certificate Bundle passphrase
137
-        if(!empty($this->params['ssl_passphrase'])){
137
+        if (!empty($this->params['ssl_passphrase'])) {
138 138
             $context['ssl']['passphrase'] = $this->params['ssl_passphrase'];
139 139
         }
140 140
 
Please login to merge, or discard this patch.