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 (#22)
by
unknown
01:31
created
src/AFM/Rsync/SSH.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
 	}
71 71
 
72 72
 	/**
73
-	 * @return mixed
73
+	 * @return string
74 74
 	 */
75 75
 	public function getHost()
76 76
 	{
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
 	}
128 128
 
129 129
 	/**
130
-	 * @return mixed
130
+	 * @return string
131 131
 	 */
132 132
 	public function getUsername()
133 133
 	{
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
 	 *
180 180
 	 * @param bool $hostConnection
181 181
 	 *
182
-	 * @return string
182
+	 * @return Command
183 183
 	 *
184 184
 	 * @throws \InvalidArgumentException If you don't specify a SSH username or host
185 185
 	 */
Please login to merge, or discard this patch.