Skip to content

Commit 8ff6dd2

Browse files
freekmurzeStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent 768598a commit 8ff6dd2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/CallMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ public function from($from)
5454

5555
return $this;
5656
}
57-
}
57+
}

src/Exceptions/CouldNotSendNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ public static function serviceRespondedWithAnException($exception)
2424
*/
2525
public static function invalidMessageObject($class)
2626
{
27-
return new static("Message object class `{$class}` is invalid. It should be either `" . SmsMessage::class . "` or `" . CallMessage::class . "`");
27+
return new static("Message object class `{$class}` is invalid. It should be either `".SmsMessage::class.'` or `'.CallMessage::class.'`');
2828
}
2929
}

src/SmsMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ public function from($from)
5454

5555
return $this;
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)