GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Pull Request — master (#12)
by Irfaq
07:41 queued 04:38
created
src/Components/Button.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace NotificationChannels\Facebook\Components;
4 4
 
5
-use NotificationChannels\Facebook\Exceptions\CouldNotCreateButton;
6 5
 use NotificationChannels\Facebook\Enums\ButtonType;
6
+use NotificationChannels\Facebook\Exceptions\CouldNotCreateButton;
7 7
 
8 8
 class Button implements \JsonSerializable
9 9
 {
Please login to merge, or discard this patch.
src/FacebookMessage.php 2 patches
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
     /**
90 90
      * Notification text.
91 91
      *
92
-     * @param $text
92
+     * @param string $text
93 93
      * @throws CouldNotCreateMessage
94 94
      *
95 95
      * @return $this
@@ -146,7 +146,6 @@  discard block
 block discarded – undo
146 146
     /**
147 147
      * Add up to 3 call to action buttons.
148 148
      *
149
-     * @param array $buttons
150 149
      *
151 150
      * @return $this
152 151
      * @throws CouldNotSendNotification
Please login to merge, or discard this patch.
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace NotificationChannels\Facebook;
4 4
 
5
-use NotificationChannels\Facebook\Exceptions\CouldNotCreateMessage;
6
-use NotificationChannels\Facebook\Exceptions\CouldNotSendNotification;
7 5
 use NotificationChannels\Facebook\Enums\AttachmentType;
8 6
 use NotificationChannels\Facebook\Enums\NotificationType;
7
+use NotificationChannels\Facebook\Exceptions\CouldNotCreateMessage;
8
+use NotificationChannels\Facebook\Exceptions\CouldNotSendNotification;
9 9
 
10 10
 /**
11 11
  * Class FacebookMessage
Please login to merge, or discard this patch.