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
Push — master ( eaf6b4...19d49d )
by Marius
03:14
created
src/application/sitemaps/ResourceMapInterface.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -12,6 +12,7 @@  discard block
 block discarded – undo
12 12
 {
13 13
 	/**
14 14
 	 * @param string $sTitle
15
+	 * @return void
15 16
 	 */
16 17
 	public function setTitle($sTitle);
17 18
 
@@ -21,6 +22,7 @@  discard block
 block discarded – undo
21 22
 	public function getTitle();
22 23
 	/**
23 24
 	 * @param array $aResources
25
+	 * @return void
24 26
 	 */
25 27
 	public function setResources($aResources);
26 28
 	/**
@@ -44,6 +46,7 @@  discard block
 block discarded – undo
44 46
 	/**
45 47
 	 * @param string $sPath
46 48
 	 * @param string $sMedia
49
+	 * @return void
47 50
 	 */
48 51
 	public function addStyle($sPath, $sMedia = 'screen');
49 52
 
@@ -51,6 +54,7 @@  discard block
 block discarded – undo
51 54
 	 * Adds a path for a JavaScript resource
52 55
 	 * @param string $sPath
53 56
 	 * @param bool $bInHead
57
+	 * @return void
54 58
 	 */
55 59
 	public function addScript($sPath, $bInHead = false);
56 60
 
Please login to merge, or discard this patch.