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 (#50)
by Ha
02:22
created
src/Identity/v3/Models/Catalog.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * @param string $region  The region of the service as it appears in the catalog.
30 30
      * @param string $urlType Unused.
31 31
      *
32
-     * @return false|string   FALSE if no URL found
32
+     * @return string   FALSE if no URL found
33 33
      */
34 34
     public function getServiceUrl(string $name, string $type, string $region, string $urlType): string
35 35
     {
Please login to merge, or discard this patch.
src/ObjectStore/v1/Models/Container.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -190,10 +190,6 @@
 block discarded – undo
190 190
      * allowing concatenation when a request is executed against the manifest.
191 191
      *
192 192
      * @param array  $data                     {@see \OpenStack\ObjectStore\v1\Api::putObject}
193
-     * @param int    $data['segmentSize']      The size in Bytes of each segment
194
-     * @param string $data['segmentContainer'] The container to which each segment will be uploaded
195
-     * @param string $data['segmentPrefix']    The prefix that will come before each segment. If omitted, a default
196
-     *                                         is used: name/timestamp/filesize
197 193
      *
198 194
      * @return Object
199 195
      */
Please login to merge, or discard this patch.