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 ( 2d6991...ab3243 )
by Stan
02:44
created
src/Request.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
      * @param AbstractMethod      $method Teebot method's instance to get arguments from
56 56
      * @param null|AbstractEntity $parent Parent entity that initiated the Request
57 57
      *
58
-     * @return null|Response
58
+     * @return Response
59 59
      */
60 60
     public function exec(AbstractMethod $method, $parent = null)
61 61
     {
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
      * @param string              $entityClass  Entity class name that should be passed to Response constructor
117 117
      * @param null|AbstractEntity $parent       Parent entity
118 118
      *
119
-     * @return null|Response
119
+     * @return Response
120 120
      */
121 121
     public function createResponseFromData($receivedData, $entityClass, $parent = null)
122 122
     {
Please login to merge, or discard this patch.