summaryrefslogtreecommitdiffstats
path: root/lib/SendGridCompatibility/SendGrid.php
diff options
context:
space:
mode:
authorbeardyman <nornholdj@gmail.com>2015-10-02 17:20:54 -0400
committerbeardyman <nornholdj@gmail.com>2015-10-02 17:20:54 -0400
commit1c386dcd13af959f8bb98115751b75f214c4e409 (patch)
treecdf54bbcf41f87ee1edc0aad272a5101de06f0af /lib/SendGridCompatibility/SendGrid.php
parent6818faa620c5b2e4f384d34e3156606938a2dbc1 (diff)
downloadphp-sparkpost-1c386dcd13af959f8bb98115751b75f214c4e409.zip
php-sparkpost-1c386dcd13af959f8bb98115751b75f214c4e409.tar.gz
php-sparkpost-1c386dcd13af959f8bb98115751b75f214c4e409.tar.bz2
Removed all tabs and replaced them with two spaces
Diffstat (limited to 'lib/SendGridCompatibility/SendGrid.php')
-rw-r--r--lib/SendGridCompatibility/SendGrid.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SendGridCompatibility/SendGrid.php b/lib/SendGridCompatibility/SendGrid.php
index b92457b..25e5d54 100644
--- a/lib/SendGridCompatibility/SendGrid.php
+++ b/lib/SendGridCompatibility/SendGrid.php
@@ -7,7 +7,7 @@ use SparkPost\SendGridCompatibility\Email;
class SendGrid{
private $sparky;
- public function __construct($username, $password, $options = null, $httpAdapter) {
+ public function __construct($username, $password, $options = null, $httpAdapter) {
//username isn't used in our system
$opts = array('key'=>$password);
if (!is_null($options)) {