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 — 1.x ( 51d58d...7f0130 )
by Jakub
02:20
created
src/Exceptions/VippsException.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
 
43 43
     /**
44 44
      * @param $phrase
45
-     * @param $serializer
45
+     * @param Serializer $serializer
46 46
      *
47 47
      * @return string|\JMS\Serializer\
48 48
      */
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
     }
80 80
 
81 81
     /**
82
-     * @return mixed
82
+     * @return ErrorInterface
83 83
      */
84 84
     public function getError()
85 85
     {
Please login to merge, or discard this patch.