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
Pull Request — master (#21)
by
unknown
01:30
created
src/AFM/Rsync/SSH.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
     }
81 81
 
82 82
     /**
83
-     * @return mixed
83
+     * @return string
84 84
      */
85 85
     public function getHost()
86 86
     {
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
     }
140 140
 
141 141
     /**
142
-     * @return mixed
142
+     * @return string
143 143
      */
144 144
     public function getUsername()
145 145
     {
@@ -188,7 +188,7 @@  discard block
 block discarded – undo
188 188
      *
189 189
      * @param bool $hostConnection
190 190
      *
191
-     * @return string
191
+     * @return Command
192 192
      *
193 193
      * @throws \InvalidArgumentException If you don't specify a SSH username or host
194 194
      */
Please login to merge, or discard this patch.