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 ( 6f0cea...d364f9 )
by Albert
02:20
created
src/DbExporter/Commands/CopyToRemoteCommand.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -89,6 +89,9 @@  discard block
 block discarded – undo
89 89
 
90 90
 //end handleOptions()
91 91
 
92
+    /**
93
+     * @param string $what
94
+     */
92 95
     protected function upload($what)
93 96
     {
94 97
         $localPath = Config::get('db-exporter.export_path.'.$what);
@@ -122,6 +125,9 @@  discard block
 block discarded – undo
122 125
 
123 126
 //end upload()
124 127
 
128
+    /**
129
+     * @return string|null
130
+     */
125 131
     protected function getDiskName()
126 132
     {
127 133
         // For now static from he config file.
Please login to merge, or discard this patch.