Completed
Push — master ( 015892...d5294b )
by Vincenzo
02:55
created
api/config/modules.php 2 patches
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -4,39 +4,39 @@
 block discarded – undo
4 4
 	'modules' => [
5 5
 		"4-4-2" => [
6 6
 			'roles'=>[1,1,2,1,1,2,1,0,2,0],
7
-            'character' => 2
7
+			'character' => 2
8 8
 		],
9 9
 		"4-3-3" => [
10 10
 			'roles'=>[1,1,2,1,0,3,0,1,1,1],
11
-            'character' => 1
11
+			'character' => 1
12 12
 		],
13 13
 		"4-5-1" => [
14 14
 			'roles'=>[1,1,2,1,1,3,1,0,1,0],
15
-            'character' => 4
15
+			'character' => 4
16 16
 		],
17 17
 		"4-2-4" => [
18 18
 			'roles'=>[1,1,2,1,0,2,0,1,2,1],
19
-            'character' => 1
19
+			'character' => 1
20 20
 		],
21 21
 		"3-5-2" => [
22 22
 			'roles'=>[1,0,3,0,1,3,1,0,2,0],
23
-            'character' => 2
23
+			'character' => 2
24 24
 		],
25 25
 		"3-4-3" => [
26 26
 			'roles'=>[1,0,3,0,1,2,1,1,1,1],
27
-            'character' => 1
27
+			'character' => 1
28 28
 		],
29 29
 		"3-3-4" => [
30 30
 			'roles'=>[1,0,3,0,0,3,0,1,2,1],
31
-            'character' => 1
31
+			'character' => 1
32 32
 		],
33 33
 		"5-4-1" => [
34 34
 			'roles'=>[1,1,3,1,1,2,1,0,1,0],
35
-            'character' => 4
35
+			'character' => 4
36 36
 		],
37 37
 		"5-3-2" => [
38 38
 			'roles'=>[1,1,3,1,0,3,0,0,2,0],
39
-            'character' => 4
39
+			'character' => 4
40 40
 		]
41 41
 	],
42 42
 	'roles' => [
Please login to merge, or discard this patch.
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -3,39 +3,39 @@
 block discarded – undo
3 3
 return [
4 4
 	'modules' => [
5 5
 		"4-4-2" => [
6
-			'roles'=>[1,1,2,1,1,2,1,0,2,0],
6
+			'roles'=>[1, 1, 2, 1, 1, 2, 1, 0, 2, 0],
7 7
             'character' => 2
8 8
 		],
9 9
 		"4-3-3" => [
10
-			'roles'=>[1,1,2,1,0,3,0,1,1,1],
10
+			'roles'=>[1, 1, 2, 1, 0, 3, 0, 1, 1, 1],
11 11
             'character' => 1
12 12
 		],
13 13
 		"4-5-1" => [
14
-			'roles'=>[1,1,2,1,1,3,1,0,1,0],
14
+			'roles'=>[1, 1, 2, 1, 1, 3, 1, 0, 1, 0],
15 15
             'character' => 4
16 16
 		],
17 17
 		"4-2-4" => [
18
-			'roles'=>[1,1,2,1,0,2,0,1,2,1],
18
+			'roles'=>[1, 1, 2, 1, 0, 2, 0, 1, 2, 1],
19 19
             'character' => 1
20 20
 		],
21 21
 		"3-5-2" => [
22
-			'roles'=>[1,0,3,0,1,3,1,0,2,0],
22
+			'roles'=>[1, 0, 3, 0, 1, 3, 1, 0, 2, 0],
23 23
             'character' => 2
24 24
 		],
25 25
 		"3-4-3" => [
26
-			'roles'=>[1,0,3,0,1,2,1,1,1,1],
26
+			'roles'=>[1, 0, 3, 0, 1, 2, 1, 1, 1, 1],
27 27
             'character' => 1
28 28
 		],
29 29
 		"3-3-4" => [
30
-			'roles'=>[1,0,3,0,0,3,0,1,2,1],
30
+			'roles'=>[1, 0, 3, 0, 0, 3, 0, 1, 2, 1],
31 31
             'character' => 1
32 32
 		],
33 33
 		"5-4-1" => [
34
-			'roles'=>[1,1,3,1,1,2,1,0,1,0],
34
+			'roles'=>[1, 1, 3, 1, 1, 2, 1, 0, 1, 0],
35 35
             'character' => 4
36 36
 		],
37 37
 		"5-3-2" => [
38
-			'roles'=>[1,1,3,1,0,3,0,0,2,0],
38
+			'roles'=>[1, 1, 3, 1, 0, 3, 0, 0, 2, 0],
39 39
             'character' => 4
40 40
 		]
41 41
 	],
Please login to merge, or discard this patch.
api/config/config1.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 return [
4
-    //Stuff
5
-    'stuff' => 1,
4
+	//Stuff
5
+	'stuff' => 1,
6 6
 ];
7 7
\ No newline at end of file
Please login to merge, or discard this patch.
api/Lib/Helpers/Config.php 2 patches
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -15,21 +15,21 @@
 block discarded – undo
15 15
  */
16 16
 class Config
17 17
 {
18
-    /**
19
-     * @param $key
20
-     * @param null $directory
21
-     * @return null
22
-     */
23
-    public static function get($key, $directory = null)
24
-    {
25
-        $fileName = $directory . "config/";
26
-        $exp = explode(".", $key);
27
-        if (is_array($exp) && $exp[0] != null && $exp[1] != null && file_exists($fileName . $exp[0] . ".php")) {
28
-            $conf = include($fileName . $exp[0] . ".php");
29
-            $val = array_key_exists($exp[1], $conf) ? $conf[$exp[1]] : null;
30
-            return $val;
31
-        }
32
-        return null;
33
-    }
18
+	/**
19
+	 * @param $key
20
+	 * @param null $directory
21
+	 * @return null
22
+	 */
23
+	public static function get($key, $directory = null)
24
+	{
25
+		$fileName = $directory . "config/";
26
+		$exp = explode(".", $key);
27
+		if (is_array($exp) && $exp[0] != null && $exp[1] != null && file_exists($fileName . $exp[0] . ".php")) {
28
+			$conf = include($fileName . $exp[0] . ".php");
29
+			$val = array_key_exists($exp[1], $conf) ? $conf[$exp[1]] : null;
30
+			return $val;
31
+		}
32
+		return null;
33
+	}
34 34
 
35 35
 } 
36 36
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -22,10 +22,10 @@
 block discarded – undo
22 22
      */
23 23
     public static function get($key, $directory = null)
24 24
     {
25
-        $fileName = $directory . "config/";
25
+        $fileName = $directory."config/";
26 26
         $exp = explode(".", $key);
27
-        if (is_array($exp) && $exp[0] != null && $exp[1] != null && file_exists($fileName . $exp[0] . ".php")) {
28
-            $conf = include($fileName . $exp[0] . ".php");
27
+        if (is_array($exp) && $exp[0] != null && $exp[1] != null && file_exists($fileName.$exp[0].".php")) {
28
+            $conf = include($fileName.$exp[0].".php");
29 29
             $val = array_key_exists($exp[1], $conf) ? $conf[$exp[1]] : null;
30 30
             return $val;
31 31
         }
Please login to merge, or discard this patch.
api/Lib/Helpers/TextFormatter.php 2 patches
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -10,11 +10,11 @@
 block discarded – undo
10 10
 class TextFormatter
11 11
 {
12 12
 
13
-    /**
14
-     * @param $currencyString
15
-     * @return float
16
-     */
17
-    public static function currencyStringToFloat($currencyString){
13
+	/**
14
+	 * @param $currencyString
15
+	 * @return float
16
+	 */
17
+	public static function currencyStringToFloat($currencyString){
18 18
 		//currency is always in this format € 550
19 19
 
20 20
 		return floatval(
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      * @param $currencyString
15 15
      * @return float
16 16
      */
17
-    public static function currencyStringToFloat($currencyString){
17
+    public static function currencyStringToFloat($currencyString) {
18 18
 		//currency is always in this format € 550
19 19
 
20 20
 		return floatval(
Please login to merge, or discard this patch.
api/Lib/Helpers/Dom.php 2 patches
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -9,11 +9,11 @@
 block discarded – undo
9 9
  */
10 10
 class Dom
11 11
 {
12
-    /**
13
-     * @param $node
14
-     * @return string
15
-     */
16
-    public static function getHtml($node) {
12
+	/**
13
+	 * @param $node
14
+	 * @return string
15
+	 */
16
+	public static function getHtml($node) {
17 17
 		$innerHTML= '';
18 18
 		$children = $node->childNodes;
19 19
 		foreach ($children as $child) {
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,10 +14,10 @@
 block discarded – undo
14 14
      * @return string
15 15
      */
16 16
     public static function getHtml($node) {
17
-		$innerHTML= '';
17
+		$innerHTML = '';
18 18
 		$children = $node->childNodes;
19 19
 		foreach ($children as $child) {
20
-			$innerHTML .= $child->ownerDocument->saveXML( $child );
20
+			$innerHTML .= $child->ownerDocument->saveXML($child);
21 21
 		}
22 22
 		return $innerHTML;
23 23
 	}
Please login to merge, or discard this patch.
api/Lib/Helpers/RegExp.php 2 patches
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -9,24 +9,24 @@
 block discarded – undo
9 9
  */
10 10
 class RegExp
11 11
 {
12
-    /**
13
-     * @param $regexp
14
-     * @param $target
15
-     * @return null
16
-     */
17
-    public static function getFirstMatch($regexp, $target)
12
+	/**
13
+	 * @param $regexp
14
+	 * @param $target
15
+	 * @return null
16
+	 */
17
+	public static function getFirstMatch($regexp, $target)
18 18
 	{
19 19
 		preg_match_all($regexp, $target, $matches);
20 20
 		$match = array_key_exists(0,$matches[1]) ? $matches[1][0] : null;
21 21
 		return $match;
22 22
 	}
23 23
 
24
-    /**
25
-     * @param $regexp
26
-     * @param $target
27
-     * @return null
28
-     */
29
-    public static function getAllMatch($regexp, $target)
24
+	/**
25
+	 * @param $regexp
26
+	 * @param $target
27
+	 * @return null
28
+	 */
29
+	public static function getAllMatch($regexp, $target)
30 30
 	{
31 31
 		$matches = null;
32 32
 		preg_match_all($regexp, $target, $matches);
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     public static function getFirstMatch($regexp, $target)
18 18
 	{
19 19
 		preg_match_all($regexp, $target, $matches);
20
-		$match = array_key_exists(0,$matches[1]) ? $matches[1][0] : null;
20
+		$match = array_key_exists(0, $matches[1]) ? $matches[1][0] : null;
21 21
 		return $match;
22 22
 	}
23 23
 
Please login to merge, or discard this patch.
api/Lib/DsManager/Helpers/RandomFiller.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
 
47 47
 
48 48
 	/**
49
-	 * @param null $forcedRole
49
+	 * @param string|null $forcedRole
50 50
 	 * @param null $locale
51 51
 	 * @return Player
52 52
 	 */
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
 	}
149 149
 
150 150
 	/**
151
-	 * @param $locale
151
+	 * @param string $locale
152 152
 	 * @return mixed
153 153
 	 */
154 154
 	private function nationalityFromLocale($locale)
Please login to merge, or discard this patch.
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 namespace App\Lib\DsManager\Helpers;
5 5
 
6 6
 
7
-use App\Lib\DsManager\Models\Coach;
8
-use App\Lib\DsManager\Models\Player;
9
-use App\Lib\DsManager\Models\Team;
7
+use App\Lib\DsManager\Models\Coach;
8
+use App\Lib\DsManager\Models\Player;
9
+use App\Lib\DsManager\Models\Team;
10 10
 use App\Lib\Helpers\Config;
11 11
 
12 12
 /**
Please login to merge, or discard this patch.
api/database/migrations/CreateTeamTable.php 2 patches
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -4,19 +4,19 @@
 block discarded – undo
4 4
 
5 5
 class CreateTeamTable
6 6
 {
7
-    /**
8
-     * Run the migrations.
9
-     *
10
-     * @return void
11
-     */
12
-    public function run()
13
-    {
14
-        Capsule::schema()->dropIfExists('teams');
15
-        Capsule::schema()->create('teams', function ($table) {
16
-            $table->increments('id');
17
-            $table->string('name');
18
-            $table->string('nationality',2);
19
-            $table->timestamps();
20
-        });
21
-    }
7
+	/**
8
+	 * Run the migrations.
9
+	 *
10
+	 * @return void
11
+	 */
12
+	public function run()
13
+	{
14
+		Capsule::schema()->dropIfExists('teams');
15
+		Capsule::schema()->create('teams', function ($table) {
16
+			$table->increments('id');
17
+			$table->string('name');
18
+			$table->string('nationality',2);
19
+			$table->timestamps();
20
+		});
21
+	}
22 22
 }
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,10 +12,10 @@
 block discarded – undo
12 12
     public function run()
13 13
     {
14 14
         Capsule::schema()->dropIfExists('teams');
15
-        Capsule::schema()->create('teams', function ($table) {
15
+        Capsule::schema()->create('teams', function($table) {
16 16
             $table->increments('id');
17 17
             $table->string('name');
18
-            $table->string('nationality',2);
18
+            $table->string('nationality', 2);
19 19
             $table->timestamps();
20 20
         });
21 21
     }
Please login to merge, or discard this patch.
api/database/migrations/CreateCoachesTable.php 2 patches
Indentation   +30 added lines, -30 removed lines patch added patch discarded remove patch
@@ -4,35 +4,35 @@
 block discarded – undo
4 4
 
5 5
 class CreateCoachesTable
6 6
 {
7
-    /**
8
-     * Run the migrations.
9
-     *
10
-     * @return void
11
-     */
12
-    public function run()
13
-    {
14
-        Capsule::schema()->dropIfExists('coaches');
15
-        Capsule::schema()->create('coaches', function ($table) {
16
-            $table->increments('id');
17
-            $table->string('name');
18
-            $table->string('surname');
19
-            $table->tinyInteger('age');
20
-            $table->string('nationality',2);
21
-            $table->float('skillAvg');
22
-            $table->float('wageReq');
23
-            $table->string('favouriteModule',10);
24
-            $table->integer('team_id')->nullable();
25
-            $table->timestamps();
26
-        });
27
-    }
7
+	/**
8
+	 * Run the migrations.
9
+	 *
10
+	 * @return void
11
+	 */
12
+	public function run()
13
+	{
14
+		Capsule::schema()->dropIfExists('coaches');
15
+		Capsule::schema()->create('coaches', function ($table) {
16
+			$table->increments('id');
17
+			$table->string('name');
18
+			$table->string('surname');
19
+			$table->tinyInteger('age');
20
+			$table->string('nationality',2);
21
+			$table->float('skillAvg');
22
+			$table->float('wageReq');
23
+			$table->string('favouriteModule',10);
24
+			$table->integer('team_id')->nullable();
25
+			$table->timestamps();
26
+		});
27
+	}
28 28
 
29
-    /**
30
-     * Reverse the migrations.
31
-     *
32
-     * @return void
33
-     */
34
-    public function down()
35
-    {
36
-        Schema::drop('coaches');
37
-    }
29
+	/**
30
+	 * Reverse the migrations.
31
+	 *
32
+	 * @return void
33
+	 */
34
+	public function down()
35
+	{
36
+		Schema::drop('coaches');
37
+	}
38 38
 }
Please login to merge, or discard this patch.
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -12,15 +12,15 @@
 block discarded – undo
12 12
     public function run()
13 13
     {
14 14
         Capsule::schema()->dropIfExists('coaches');
15
-        Capsule::schema()->create('coaches', function ($table) {
15
+        Capsule::schema()->create('coaches', function($table) {
16 16
             $table->increments('id');
17 17
             $table->string('name');
18 18
             $table->string('surname');
19 19
             $table->tinyInteger('age');
20
-            $table->string('nationality',2);
20
+            $table->string('nationality', 2);
21 21
             $table->float('skillAvg');
22 22
             $table->float('wageReq');
23
-            $table->string('favouriteModule',10);
23
+            $table->string('favouriteModule', 10);
24 24
             $table->integer('team_id')->nullable();
25 25
             $table->timestamps();
26 26
         });
Please login to merge, or discard this patch.