Skip to content

Commit

Permalink
Merge pull request #16 from descom-es/analysis-XWBQNV
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
cesargb authored Oct 31, 2019
2 parents 14652fa + 2824f6b commit effc5f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Sms.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Descom\Sms;

use Descom\Sms\Http\Http;
use Descom\Sms\Exceptions\RequestFail;
use Descom\Sms\Auth\AuthInterface as Auth;
use Descom\Sms\Exceptions\MessageTextAlreadyExists;
use Descom\Sms\Exceptions\RequestFail;
use Descom\Sms\Http\Http;

class Sms
{
Expand Down Expand Up @@ -130,7 +130,7 @@ public function setSenderNotForce($sender_not_force)
}

/**
* Add headers
* Add headers.
*
* @param string $name
* @param string $value
Expand Down

0 comments on commit effc5f0

Please sign in to comment.