Completed
Push — develop ( 812cc2...8f6cdf )
by Greg
55:18 queued 45:23
created
app/Mail.php 1 patch
Switch Indentation   +1 added lines, -7 removed lines patch added patch discarded remove patch
@@ -120,10 +120,4 @@
 block discarded – undo
120 120
 				$transport->setEncryption(Site::getPreference('SMTP_SSL'));
121 121
 			}
122 122
 
123
-			return $transport;
124
-		default:
125
-			// For testing
126
-			return Swift_NullTransport::newInstance();
127
-		}
128
-	}
129
-}
123
+			return $transport
130 124
\ No newline at end of file
Please login to merge, or discard this patch.