Skip to content

Commit

Permalink
Fixed Style CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb committed Oct 4, 2017
1 parent 77fb9ca commit 64ef6a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Message
* Set the "destination" of the message.
*
* @param string|array $to
* @param boolean $control
* @param bool $control
*
* @return $this
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Sms.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function setSanitize($sanitize)
* Add a message in sent.
*
* @param \Descom\Sms\Message $message
* @param boolean $control
* @param bool $control
*
* @return $this
*/
Expand Down

0 comments on commit 64ef6a4

Please # to comment.