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.
Test Failed
Push — master ( 292c14...96865b )
by Jamie
07:21
created
src/ObjectStore/v1/Models/Container.php 1 patch
Doc Comments   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
      *
141 141
      * @param string $name The name of the object
142 142
      *
143
-     * @return Object
143
+     * @return \OpenStack\Common\Resource\ResourceInterface
144 144
      */
145 145
     public function getObject($name)
146 146
     {
@@ -188,10 +188,6 @@  discard block
 block discarded – undo
188 188
      * allowing concatenation when a request is executed against the manifest.
189 189
      *
190 190
      * @param array  $data                     {@see \OpenStack\ObjectStore\v1\Api::putObject}
191
-     * @param int    $data['segmentSize']      The size in Bytes of each segment
192
-     * @param string $data['segmentContainer'] The container to which each segment will be uploaded
193
-     * @param string $data['segmentPrefix']    The prefix that will come before each segment. If omitted, a default
194
-     *                                         is used: name/timestamp/filesize
195 191
      *
196 192
      * @return Object
197 193
      */
Please login to merge, or discard this patch.