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 ( 86e0d3...beb630 )
by Jasper
02:09
created
src/EquatableMap.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -21,6 +21,9 @@
 block discarded – undo
21 21
 
22 22
     public function remove(Equatable $value): self;
23 23
 
24
+    /**
25
+     * @return ImmutableEquatableMap
26
+     */
24 27
     public function replace(string $key, Equatable $value);
25 28
 
26 29
     public function get(string $key): Equatable;
Please login to merge, or discard this patch.