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.
Passed
Push — master ( d364f9...6c3f28 )
by Albert
01:57
created
src/DbExporter/Commands/CopyToRemoteCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -119,6 +119,9 @@
 block discarded – undo
119 119
 
120 120
 //end upload()
121 121
 
122
+    /**
123
+     * @return string|null
124
+     */
122 125
     protected function getDiskName()
123 126
     {
124 127
         // For now static from he config file.
Please login to merge, or discard this patch.