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
Push — master ( e8feac...c3293d )
by Baptiste
02:31
created
SetInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -8,6 +8,9 @@
 block discarded – undo
8 8
  */
9 9
 interface SetInterface extends SizeableInterface, PrimitiveInterface, \Countable, \Iterator
10 10
 {
11
+    /**
12
+     * @return void
13
+     */
11 14
     public function __construct(string $type);
12 15
 
13 16
     /**
Please login to merge, or discard this patch.
MapInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -8,6 +8,9 @@
 block discarded – undo
8 8
  */
9 9
 interface SetInterface extends SizeableInterface, PrimitiveInterface, \Countable, \Iterator
10 10
 {
11
+    /**
12
+     * @return void
13
+     */
11 14
     public function __construct(string $type);
12 15
 
13 16
     /**
Please login to merge, or discard this patch.