Skip to content

Commit

Permalink
nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Aug 12, 2016
1 parent baf078d commit 07ee621
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion src/Exceptions/InvalidConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ class InvalidConfiguration extends \Exception
{
public static function configurationNotSet()
{
return new static('In order to send notification via Onesignal you need to add credentials in the `onesignal` key of `config.services`.');
return new static('In order to send notification via OneSignal you need to add credentials in the `onesignal` key of `config.services`.');
}
}
3 changes: 0 additions & 3 deletions src/OneSignalButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

namespace NotificationChannels\OneSignal;

/**
* Class OneSignalButton.
*/
class OneSignalButton
{
/** @var string */
Expand Down
3 changes: 0 additions & 3 deletions src/OneSignalWebButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

namespace NotificationChannels\OneSignal;

/**
* Class OneSignalWebButton.
*/
class OneSignalWebButton
{
/** @var string */
Expand Down

0 comments on commit 07ee621

Please sign in to comment.