Skip to content

Commit

Permalink
style(ci): apply change requests
Browse files Browse the repository at this point in the history
  • Loading branch information
warlof committed Nov 22, 2020
1 parent faefe0e commit d6d6e2c
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ public function toDiscord($notifiable)
})
->success();
}
}
}
3 changes: 1 addition & 2 deletions src/Notifications/Corporations/Discord/CharLeftCorpMsg.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

namespace Seat\Notifications\Notifications\Corporations\Discord;


use Seat\Eveapi\Models\Character\CharacterNotification;
use Seat\Eveapi\Models\Universe\UniverseName;
use Seat\Notifications\Notifications\AbstractNotification;
Expand Down Expand Up @@ -90,4 +89,4 @@ public function toDiscord($notifiable)
})
->warning();
}
}
}
2 changes: 1 addition & 1 deletion src/Notifications/Corporations/Discord/CorpAllBillMsg.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ public function toDiscord($notifiable)
})
->warning();
}
}
}
6 changes: 3 additions & 3 deletions src/Notifications/Corporations/Discord/InActiveCorpMember.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@

class InActiveCorpMember extends AbstractNotification
{
/**
* @var \Seat\Eveapi\Models\Corporation\CorporationMemberTracking
*/
/**
* @var \Seat\Eveapi\Models\Corporation\CorporationMemberTracking
*/
private $member;

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Notifications/Seat/Discord/DisabledToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
use Seat\Web\Models\User;

/**
* Class DisabledToken
* Class DisabledToken.
*
* @package Seat\Notifications\Notifications\Seat\Discord
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Notifications/Seat/Discord/EnabledToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
use Seat\Web\Models\User;

/**
* Class EnabledToken
* Class EnabledToken.
*
* @package Seat\Notifications\Notifications\Seat\Discord
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
use Seat\Notifications\Traits\NotificationTools;

/**
* Class SovStructureReinforced
* Class SovStructureReinforced.
*
* @package Seat\Notifications\Notifications\Sovereignties\Discord
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Services/Discord/Messages/DiscordEmbedField.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class DiscordEmbedField
private $value;

/**
* Whether the content must be displayed inline
* Whether the content must be displayed inline.
*
* @var bool
*/
Expand Down
5 changes: 2 additions & 3 deletions src/Services/Discord/Messages/DiscordMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,17 @@ class DiscordMessage
/**
* The TTS status of the message.
*
* @var boolean|null
* @var bool|null
*/
public $tts;

/**
* The allowed mention of the message.
*
* @var boolean|null
* @var bool|null
*/
public $allowed_mentions;


/**
* The message's embeds.
*
Expand Down

0 comments on commit d6d6e2c

Please sign in to comment.