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
Branch master (354c41)
by Freek
10:25
created
src/FacebookPosterPost.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace NotificationChannels\FacebookPoster;
4 4
 
5
-use NotificationChannels\FacebookPoster\Attaches\Link;
6 5
 use NotificationChannels\FacebookPoster\Attaches\Image;
7
-use NotificationChannels\FacebookPoster\Attaches\Video;
6
+use NotificationChannels\FacebookPoster\Attaches\Link;
8 7
 
9 8
 class FacebookPosterPost
10 9
 {
Please login to merge, or discard this patch.
Tests/FacebookPosterChannelTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,14 +3,11 @@
 block discarded – undo
3 3
 namespace NotificationChannels\FacebookPoster\Test;
4 4
 
5 5
 use Facebook\Facebook;
6
-use Facebook\FileUpload\FacebookFile;
7 6
 use Illuminate\Notifications\Notification;
8 7
 use Mockery;
9
-use NotificationChannels\FacebookPoster\Attaches\Image;
10 8
 use NotificationChannels\FacebookPoster\FacebookPosterChannel;
11 9
 use NotificationChannels\FacebookPoster\FacebookPosterPost;
12 10
 use Orchestra\Testbench\TestCase;
13
-use stdClass;
14 11
 
15 12
 class FacebookPosterChannelTest extends TestCase
16 13
 {
Please login to merge, or discard this patch.