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 (290674)
by Marius
11:06
created
src/application/sitemaps/MappingA.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
 
137 137
 	/**
138 138
 	 * @param string $sPath
139
-	 * @return bool
139
+	 * @return boolean|null
140 140
 	 * @throws ExceptionSitemap
141 141
 	 */
142 142
 	public function setTemplatePath($sPath) {
@@ -281,7 +281,7 @@  discard block
 block discarded – undo
281 281
 	}
282 282
 
283 283
 	/**
284
-	 * @param Object $mappedObject
284
+	 * @param BaseObject $mappedObject
285 285
 	 * @return boolean
286 286
 	 */
287 287
 	public function maps(BaseObject $mappedObject)
Please login to merge, or discard this patch.