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 | |
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')
-rw-r--r-- | lib/SendGridCompatibility/Email.php | 2 | ||||
-rw-r--r-- | lib/SendGridCompatibility/SendGrid.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/SendGridCompatibility/Email.php b/lib/SendGridCompatibility/Email.php index 5351324..5576176 100644 --- a/lib/SendGridCompatibility/Email.php +++ b/lib/SendGridCompatibility/Email.php @@ -2,7 +2,7 @@ namespace SparkPost\SendGridCompatibility; class Email { - public $model; + public $model; /** 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)) { |