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 (#123)
by
unknown
05:58
created
system/Modules/Demeter/Model/Color.php 1 patch
Doc Comments   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
 	}
138 138
 
139 139
 	/**
140
-	 * @return bool
140
+	 * @return integer
141 141
 	 */
142 142
 	public function getAlive()
143 143
 	{
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
 	}
157 157
 
158 158
 	/**
159
-	 * @return bool
159
+	 * @return integer
160 160
 	 */
161 161
 	public function getIsWinner()
162 162
 	{
@@ -194,7 +194,7 @@  discard block
 block discarded – undo
194 194
 	}
195 195
 
196 196
 	/**
197
-	 * @return array
197
+	 * @return integer
198 198
 	 */
199 199
 	public function getPlayers()
200 200
 	{
@@ -225,7 +225,7 @@  discard block
 block discarded – undo
225 225
 
226 226
 //Kern je connais pas le type non plus, je suppose que c'est un tableau d'int avec les id
227 227
 	/**
228
-	 * @return array
228
+	 * @return integer
229 229
 	 */
230 230
 	public function getActivePlayers()
231 231
 	{
@@ -282,7 +282,7 @@  discard block
 block discarded – undo
282 282
 	}
283 283
 
284 284
 	/**
285
-	 * @return array
285
+	 * @return integer
286 286
 	 */
287 287
 	public function getSectors()
288 288
 	{
@@ -320,7 +320,7 @@  discard block
 block discarded – undo
320 320
 	}
321 321
 
322 322
 	/**
323
-	 * @return bool
323
+	 * @return integer
324 324
 	 */
325 325
 	public function getIsClosed()
326 326
 	{
@@ -339,7 +339,7 @@  discard block
 block discarded – undo
339 339
 	}
340 340
 
341 341
 	/**
342
-	 * @return string
342
+	 * @return integer
343 343
 	 */
344 344
 	public function getDescription()
345 345
 	{
@@ -415,7 +415,7 @@  discard block
 block discarded – undo
415 415
 	}
416 416
 
417 417
 	/**
418
-	 * @return string
418
+	 * @return Color
419 419
 	 */
420 420
 	public function getOfficialName()
421 421
 	{
@@ -700,7 +700,7 @@  discard block
 block discarded – undo
700 700
 	}
701 701
 
702 702
 	/**
703
-	 * @return int
703
+	 * @return string
704 704
 	 */
705 705
 	public function getCampaignDesc()
706 706
 	{
Please login to merge, or discard this patch.