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 — 3.x ( 04441f...afef74 )
by Rob
01:49
created
Slim/Handlers/NotFound.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
     /**
68 68
      * Render plain not found message
69 69
      *
70
-     * @return ResponseInterface
70
+     * @return string
71 71
      */
72 72
     protected function renderPlainNotFoundOutput()
73 73
     {
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
     /**
78 78
      * Return a response for application/json content not found
79 79
      *
80
-     * @return ResponseInterface
80
+     * @return string
81 81
      */
82 82
     protected function renderJsonNotFoundOutput()
83 83
     {
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
     /**
88 88
      * Return a response for xml content not found
89 89
      *
90
-     * @return ResponseInterface
90
+     * @return string
91 91
      */
92 92
     protected function renderXmlNotFoundOutput()
93 93
     {
Please login to merge, or discard this patch.