Passed
Push — master ( 73435b...14dd7c )
by Corrado
03:02
created
src/SmtpChecker.php 1 patch
Braces   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
 				$this->disconnect();
181 181
 				throw new SmtpCheckerException("SMTP Status unexpected: ".implode(",", $status), $this->getDebug());	 
182 182
 			}
183
-		}catch (\Exception $ex) {			
183
+		} catch (\Exception $ex) {			
184 184
 			throw new SmtpCheckerException("Error Processing Request ".$ex->getMessage(), $this->getDebug());							
185 185
 		}
186 186
 		
@@ -201,7 +201,7 @@  discard block
 block discarded – undo
201 201
 				$this->disconnect();
202 202
 				throw new SmtpCheckerException("SMTP Status unexpected: ".implode(",", $status), $this->getDebug());	 
203 203
 			}
204
-		}catch (\Exception $ex) {					
204
+		} catch (\Exception $ex) {					
205 205
 			throw new SmtpCheckerException("Error Processing Request setFrom : ".$ex->getMessage(), $this->getDebug());
206 206
 		}
207 207
 		
@@ -281,7 +281,7 @@  discard block
 block discarded – undo
281 281
 				$this->isValid = true;
282 282
 			} 
283 283
 			return $this;			
284
-		}catch (\Exception $ex) {						
284
+		} catch (\Exception $ex) {						
285 285
 			throw new SmtpCheckerException("Error Processing Request Validate : ".$ex->getMessage(), $this->getDebug());
286 286
 		}
287 287
 	}
Please login to merge, or discard this patch.