diff options
author | beardyman <nornholdj@gmail.com> | 2015-10-02 17:20:54 -0400 |
---|---|---|
committer | beardyman <nornholdj@gmail.com> | 2015-10-02 17:20:54 -0400 |
commit | 1c386dcd13af959f8bb98115751b75f214c4e409 (patch) | |
tree | cdf54bbcf41f87ee1edc0aad272a5101de06f0af /lib/SendGridCompatibility/SendGrid.php | |
parent | 6818faa620c5b2e4f384d34e3156606938a2dbc1 (diff) | |
download | php-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.php | 2 |
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)) { |