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 (#160)
by Axel
04:43
created
system/Classes/Library/Http/ResponseFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Asylamba\Classes\Library\Http;
4 4
 
5 5
 use Asylamba\Classes\Templating\Renderer;
6
-
7 6
 use Asylamba\Classes\Daemon\Client;
8 7
 
9 8
 class ResponseFactory
Please login to merge, or discard this patch.
system/Classes/Library/Session/Session.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      * @param string $system
55 55
      * @param string $img
56 56
      * @param string $type
57
-     * @return boolean
57
+     * @return false|null
58 58
      */
59 59
     public function addBase($key, $id, $name, $sector, $system, $img, $type) {
60 60
         if ($this->exist('playerBase')) {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Asylamba\Classes\Library\Utils;
6 6
 use Asylamba\Classes\Library\Flashbag;
7
-
8 7
 use Asylamba\Classes\Container\ArrayList;
9 8
 use Asylamba\Classes\Container\StackList;
10 9
 use Asylamba\Classes\Container\EventList;
Please login to merge, or discard this patch.
system/Classes/Library/Utils.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -53,6 +53,9 @@  discard block
 block discarded – undo
53 53
 		}
54 54
 	}
55 55
 
56
+	/**
57
+	 * @param string $date1
58
+	 */
56 59
 	public static function intervalDates($date1, $date2, $precision = 'h') {
57 60
 		# give each full hours between two dates
58 61
 		$dates = [];
@@ -130,6 +133,9 @@  discard block
 block discarded – undo
130 133
 		return date('Y-m-d H:i:s', $timestamp);
131 134
 	}
132 135
 
136
+	/**
137
+	 * @param integer $nbr
138
+	 */
133 139
 	public static function generateString($nbr) {
134 140
 		$password = '';
135 141
 		for ($i = 0; $i < $nbr; $i++) {
Please login to merge, or discard this patch.
system/Classes/Process/Process.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
     }
71 71
     
72 72
     /**
73
-     * @return integer
73
+     * @return \DateTime
74 74
      */
75 75
     public function getStartTime()
76 76
     {
Please login to merge, or discard this patch.
system/Classes/Router/Router.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,6 @@
 block discarded – undo
54 54
 	
55 55
 	/**
56 56
 	 * @param Request $request
57
-	 * @param Client $client
58 57
 	 * @return Response
59 58
 	 */
60 59
 	public function processRequest(Request $request)
Please login to merge, or discard this patch.
system/Classes/Task/TaskManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Asylamba\Classes\Task;
4 4
 
5 5
 use Asylamba\Classes\DependencyInjection\Container;
6
-
7 6
 use Asylamba\Classes\Process\Process;
8 7
 
9 8
 class TaskManager
Please login to merge, or discard this patch.
system/Classes/Worker/Manager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Asylamba\Classes\Worker;
4 4
 
5 5
 use Asylamba\Classes\Library\Bug;
6
-
7 6
 use Asylamba\Classes\Database\Database;
8 7
 
9 8
 abstract class Manager {
Please login to merge, or discard this patch.
system/Modules/Ares/Manager/ReportManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 namespace Asylamba\Modules\Ares\Manager;
14 14
 
15 15
 use Asylamba\Classes\Entity\EntityManager;
16
-
17 16
 use Asylamba\Modules\Ares\Model\Report;
18 17
 
19 18
 class ReportManager {
Please login to merge, or discard this patch.
system/Modules/Ares/Manager/SquadronManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Asylamba\Modules\Ares\Manager;
4 4
 
5 5
 use Asylamba\Classes\Entity\EntityManager;
6
-
7 6
 use Asylamba\Modules\Ares\Model\Commander;
8 7
 use Asylamba\Modules\Ares\Model\Squadron;
9 8
 
Please login to merge, or discard this patch.