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 ( ec4af6...14dc7b )
by Jakub
12:52
created
src/Resource/ResourceBase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
     }
123 123
 
124 124
     /**
125
-     * @param $path
125
+     * @param string $path
126 126
      *
127 127
      * @return \Psr\Http\Message\UriInterface
128 128
      */
Please login to merge, or discard this patch.
src/Exceptions/VippsException.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
     }
93 93
 
94 94
     /**
95
-     * @return mixed
95
+     * @return integer
96 96
      */
97 97
     public function getErrorCode()
98 98
     {
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
     /**
119 119
      * Set error response.
120 120
      *
121
-     * @param $content
121
+     * @param string $content
122 122
      * @return $this
123 123
      */
124 124
     public function setErrorResponse($content)
Please login to merge, or discard this patch.