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 ( b20185...55fb49 )
by
unknown
11s
created
src/Bindings/Browser/ObjectService.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -831,7 +831,7 @@  discard block
 block discarded – undo
831 831
      * @param integer $skipCount number of potential results that the repository MUST skip/page over before
832 832
      *      returning any results (default is 0)
833 833
      * @param ExtensionDataInterface|null $extension
834
-     * @return RenditionDataInterface[]
834
+     * @return \Dkd\PhpCmis\DataObjects\RenditionData[]
835 835
      * @throws CmisInvalidArgumentException If object id is empty or skip count not of type integer
836 836
      */
837 837
     public function getRenditions(
@@ -875,7 +875,7 @@  discard block
 block discarded – undo
875 875
      * @param string $targetFolderId the identifier for the target folder
876 876
      * @param string $sourceFolderId the identifier for the source folder
877 877
      * @param ExtensionDataInterface|null $extension
878
-     * @return ObjectDataInterface|null Returns object of type ObjectDataInterface or <code>null</code>
878
+     * @return null|\Dkd\PhpCmis\DataObjects\ObjectData Returns object of type ObjectDataInterface or <code>null</code>
879 879
      *     if the repository response was empty
880 880
      */
881 881
     public function moveObject(
@@ -1021,7 +1021,7 @@  discard block
 block discarded – undo
1021 1021
     /**
1022 1022
      * @param string $identifier
1023 1023
      * @param mixed $additionalHashValues
1024
-     * @return array
1024
+     * @return string[]
1025 1025
      */
1026 1026
     protected function createCacheKey($identifier, $additionalHashValues)
1027 1027
     {
@@ -1050,7 +1050,7 @@  discard block
 block discarded – undo
1050 1050
     /**
1051 1051
      * Gets the cached object with cache key $identifier.
1052 1052
      *
1053
-     * @param string $identifier
1053
+     * @param string[] $identifier
1054 1054
      * @return mixed
1055 1055
      */
1056 1056
     protected function getCached(array $identifier)
@@ -1079,7 +1079,7 @@  discard block
 block discarded – undo
1079 1079
     /**
1080 1080
      * Gets the cached object with cache key $identifier.
1081 1081
      *
1082
-     * @param string $identifier
1082
+     * @param string[] $identifier
1083 1083
      * @param mixed $object
1084 1084
      * @return mixed
1085 1085
      */
Please login to merge, or discard this patch.