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 (#20)
by
unknown
03:21
created
src/ApiRequester.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Vindi;
4 4
 
5
-use Psr\Http\Message\ResponseInterface;
6 5
 use GuzzleHttp\Exception\ClientException;
6
+use Psr\Http\Message\ResponseInterface;
7
+use Vindi\Exceptions\RateLimitException;
8
+use Vindi\Exceptions\RequestException;
7 9
 use Vindi\Exceptions\ValidationException;
8 10
 use Vindi\Http\Client;
9
-use Vindi\Exceptions\RequestException;
10
-use Vindi\Exceptions\RateLimitException;
11 11
 
12 12
 class ApiRequester
13 13
 {
Please login to merge, or discard this patch.
src/Notification.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      * Make a DELETE request to notifications/{id}/notification_items.
43 43
      *
44 44
      * @param int   $id The resource's id.
45
-     * @param int 	$item_id The resource's item id.
45
+     * @param int 	$item_Id The resource's item id.
46 46
      *
47 47
      * @return mixed
48 48
      */
Please login to merge, or discard this patch.