@@ -46,7 +46,7 @@ discard block |
||
| 46 | 46 | |
| 47 | 47 | |
| 48 | 48 | /** |
| 49 | - * @param null $forcedRole |
|
| 49 | + * @param string $forcedRole |
|
| 50 | 50 | * @param null $locale |
| 51 | 51 | * @return Player |
| 52 | 52 | */ |
@@ -148,7 +148,7 @@ discard block |
||
| 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) |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | * @param array $array |
| 26 | 26 | * @return mixed |
| 27 | 27 | */ |
| 28 | - public static function fromArray($array =[]) |
|
| 28 | + public static function fromArray($array = []) |
|
| 29 | 29 | { |
| 30 | 30 | $class = get_called_class(); |
| 31 | 31 | $class = new $class(); |
@@ -4,7 +4,7 @@ |
||
| 4 | 4 | use Illuminate\Database\Eloquent\Model as Eloquent; |
| 5 | 5 | |
| 6 | 6 | |
| 7 | -abstract class DsManagerOrm extends Eloquent{ |
|
| 7 | +abstract class DsManagerOrm extends Eloquent { |
|
| 8 | 8 | |
| 9 | 9 | protected $hidden = [ |
| 10 | 10 | 'created_at', |
@@ -14,10 +14,10 @@ |
||
| 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 | } |
@@ -17,7 +17,7 @@ |
||
| 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 | |
@@ -14,7 +14,7 @@ |
||
| 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( |
@@ -3,39 +3,39 @@ |
||
| 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 | ], |
@@ -9,7 +9,7 @@ discard block |
||
| 9 | 9 | |
| 10 | 10 | $api->response->headers->set('Content-Type', 'application/json'); |
| 11 | 11 | |
| 12 | -$api->get('/ping', function () { |
|
| 12 | +$api->get('/ping', function() { |
|
| 13 | 13 | echo JsonResponse::fromArray( |
| 14 | 14 | [ |
| 15 | 15 | "status" => "service up", |
@@ -19,37 +19,37 @@ discard block |
||
| 19 | 19 | ); |
| 20 | 20 | }); |
| 21 | 21 | |
| 22 | -$api->get('/players', function () { |
|
| 22 | +$api->get('/players', function() { |
|
| 23 | 23 | echo JsonResponse::fromArray( |
| 24 | 24 | Player::all()->toArray() |
| 25 | 25 | ); |
| 26 | 26 | }); |
| 27 | 27 | |
| 28 | -$api->get('/players/:id', function ($id) { |
|
| 28 | +$api->get('/players/:id', function($id) { |
|
| 29 | 29 | echo JsonResponse::fromArray( |
| 30 | 30 | Player::findOrFail($id)->toArray() |
| 31 | 31 | ); |
| 32 | 32 | }); |
| 33 | 33 | |
| 34 | -$api->get('/coaches', function () { |
|
| 34 | +$api->get('/coaches', function() { |
|
| 35 | 35 | echo JsonResponse::fromArray( |
| 36 | 36 | Coach::all()->toArray() |
| 37 | 37 | ); |
| 38 | 38 | }); |
| 39 | 39 | |
| 40 | -$api->get('/coaches/:id', function ($id) { |
|
| 40 | +$api->get('/coaches/:id', function($id) { |
|
| 41 | 41 | echo JsonResponse::fromArray( |
| 42 | 42 | Coach::findOrFail($id)->toArray() |
| 43 | 43 | ); |
| 44 | 44 | }); |
| 45 | 45 | |
| 46 | -$api->get('/teams', function () { |
|
| 46 | +$api->get('/teams', function() { |
|
| 47 | 47 | echo JsonResponse::fromArray( |
| 48 | 48 | Team::all()->toArray() |
| 49 | 49 | ); |
| 50 | 50 | }); |
| 51 | 51 | |
| 52 | -$api->get('/teams/:teamId', function ($teamId) { |
|
| 52 | +$api->get('/teams/:teamId', function($teamId) { |
|
| 53 | 53 | echo JsonResponse::fromArray( |
| 54 | 54 | Team::with( |
| 55 | 55 | [ |
@@ -59,7 +59,7 @@ discard block |
||
| 59 | 59 | ); |
| 60 | 60 | }); |
| 61 | 61 | |
| 62 | -$api->get('/teams/:teamId/players', function ($teamId) { |
|
| 62 | +$api->get('/teams/:teamId/players', function($teamId) { |
|
| 63 | 63 | echo JsonResponse::fromArray( |
| 64 | 64 | Team::with( |
| 65 | 65 | 'roster' |
@@ -67,7 +67,7 @@ discard block |
||
| 67 | 67 | ); |
| 68 | 68 | }); |
| 69 | 69 | |
| 70 | -$api->get('/teams/:teamId/players/:playerId', function ($teamId, $playerId) { |
|
| 70 | +$api->get('/teams/:teamId/players/:playerId', function($teamId, $playerId) { |
|
| 71 | 71 | echo JsonResponse::fromArray( |
| 72 | 72 | Player::where( |
| 73 | 73 | [ |
@@ -78,7 +78,7 @@ discard block |
||
| 78 | 78 | ); |
| 79 | 79 | }); |
| 80 | 80 | |
| 81 | -$api->get('/teams/:teamId/coach', function ($teamId) { |
|
| 81 | +$api->get('/teams/:teamId/coach', function($teamId) { |
|
| 82 | 82 | echo JsonResponse::fromArray( |
| 83 | 83 | Team::with( |
| 84 | 84 | 'coach' |
@@ -12,15 +12,15 @@ |
||
| 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 | }); |