Failed Conditions
Push — develop ( a4aad9...1f62ac )
by Reüel
03:50
created
src/Gateway.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
 			$issuers = array();
80 80
 
81 81
 			foreach ( $country->get_issuers() as $issuer ) {
82
-				$issuers[ $issuer->get_id() ] = $issuer->get_name();
82
+				$issuers[$issuer->get_id()] = $issuer->get_name();
83 83
 			}
84 84
 
85 85
 			$groups[] = array(
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
 		try {
155 155
 			// Try to retrieve payment status.
156 156
 			$result = $this->client->get_status( $payment->get_transaction_id() );
157
-		} catch( \Exception $e ) {
157
+		} catch ( \Exception $e ) {
158 158
 			return;
159 159
 		}
160 160
 
Please login to merge, or discard this patch.