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 (#188)
by
unknown
10:22
created
src/Common/Resource/ResourceInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
     public function populateFromArray(array $data): ResourceInterface;
29 29
 
30 30
     /**
31
-     * @param string $name The name of the model class.
32 31
      * @param mixed  $data Either a {@see ResponseInterface} or data array that will populate the newly
33 32
      *                     created model class.
34 33
      *
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
@@ -191,10 +191,6 @@
 block discarded – undo
191 191
      * allowing concatenation when a request is executed against the manifest.
192 192
      *
193 193
      * @param array  $data                     {@see \OpenStack\ObjectStore\v1\Api::putObject}
194
-     * @param int    $data['segmentSize']      The size in Bytes of each segment
195
-     * @param string $data['segmentContainer'] The container to which each segment will be uploaded
196
-     * @param string $data['segmentPrefix']    The prefix that will come before each segment. If omitted, a default
197
-     *                                         is used: name/timestamp/filesize
198 194
      *
199 195
      * @return ObjectEntity
200 196
      */
Please login to merge, or discard this patch.