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 — master ( a98f71...7edffd )
by
unknown
9s
created
src/Bindings/Browser/VersioningService.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 use Dkd\PhpCmis\Constants;
14 14
 use Dkd\PhpCmis\Data\AclInterface;
15
-use Dkd\PhpCmis\PropertyIds;
16 15
 use GuzzleHttp\Stream\StreamInterface;
17 16
 use Dkd\PhpCmis\Data\ExtensionDataInterface;
18 17
 use Dkd\PhpCmis\Data\ObjectDataInterface;
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
      * @param boolean $includeAcl if <code>true</code>, then the repository must return the ACL for the object
203 203
      *      (default is <code>false</code>)
204 204
      * @param ExtensionDataInterface|null $extension
205
-     * @return ObjectDataInterface
205
+     * @return null|\Dkd\PhpCmis\DataObjects\ObjectData
206 206
      */
207 207
     public function getObjectOfLatestVersion(
208 208
         $repositoryId,
Please login to merge, or discard this patch.
src/DataObjects/Document.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -326,7 +326,7 @@
 block discarded – undo
326 326
      *
327 327
      * @param boolean $refresh if this parameter is set to <code>true</code>, this object will be refreshed after the
328 328
      *     content stream has been deleted
329
-     * @return DocumentInterface|null the updated document, or <code>null</code> if the repository did not return
329
+     * @return null|\Dkd\PhpCmis\CmisObject\CmisObjectInterface the updated document, or <code>null</code> if the repository did not return
330 330
      *      an object ID
331 331
      */
332 332
     public function deleteContentStream($refresh = true)
Please login to merge, or discard this patch.