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.
Test Setup Failed
Branch master (9deed3)
by Samuel
03:05
created
src/Acl.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
 	 * @param string $permission
147 147
 	 * @param string[] $args
148 148
 	 * @throws \Exception
149
-	 * @return void
149
+	 * @return boolean|null
150 150
 	 */
151 151
 	public function __call(string $permission, array $args)
152 152
 	{
@@ -194,7 +194,7 @@  discard block
 block discarded – undo
194 194
 	/**
195 195
 	 * Add a new role object to the registry
196 196
 	 *
197
-	 * @param string $role
197
+	 * @param string[] $role
198 198
 	 * @return void
199 199
 	 */
200 200
 	public function addRole(string ...$role)
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
 	/**
209 209
 	 * Add a new resource object to the registry
210 210
 	 *
211
-	 * @param string $resource
211
+	 * @param string[] $resource
212 212
 	 * @return void
213 213
 	 */
214 214
 	public function addResource(string ...$resource)
@@ -239,7 +239,7 @@  discard block
 block discarded – undo
239 239
 	 * Automatically determine the type of an object and call the appropriate
240 240
 	 * add method on it.
241 241
 	 *
242
-	 * @param ObjectInterface $object
242
+	 * @param ObjectInterface $objects
243 243
 	 * @throws \Exception
244 244
 	 * @return void
245 245
 	 */
Please login to merge, or discard this patch.