@@ -1,4 +1,4 @@ |
||
| 1 | -<?php declare(strict_types=1); |
|
| 1 | +<?php declare(strict_types = 1); |
|
| 2 | 2 | /** |
| 3 | 3 | * Anime List Client |
| 4 | 4 | * |
@@ -1,4 +1,4 @@ |
||
| 1 | -<?php declare(strict_types=1); |
|
| 1 | +<?php declare(strict_types = 1); |
|
| 2 | 2 | /** |
| 3 | 3 | * Anime List Client |
| 4 | 4 | * |
@@ -1,4 +1,4 @@ |
||
| 1 | -<?php declare(strict_types=1); |
|
| 1 | +<?php declare(strict_types = 1); |
|
| 2 | 2 | /** |
| 3 | 3 | * Anime List Client |
| 4 | 4 | * |
@@ -1,4 +1,4 @@ |
||
| 1 | -<?php declare(strict_types=1); |
|
| 1 | +<?php declare(strict_types = 1); |
|
| 2 | 2 | /** |
| 3 | 3 | * Anime List Client |
| 4 | 4 | * |
@@ -1,4 +1,4 @@ |
||
| 1 | -<?php declare(strict_types=1); |
|
| 1 | +<?php declare(strict_types = 1); |
|
| 2 | 2 | /** |
| 3 | 3 | * Anime List Client |
| 4 | 4 | * |
@@ -1,4 +1,4 @@ |
||
| 1 | -<?php declare(strict_types=1); |
|
| 1 | +<?php declare(strict_types = 1); |
|
| 2 | 2 | /** |
| 3 | 3 | * Anime List Client |
| 4 | 4 | * |
@@ -1,4 +1,4 @@ discard block |
||
| 1 | -<?php declare(strict_types=1); |
|
| 1 | +<?php declare(strict_types = 1); |
|
| 2 | 2 | /** |
| 3 | 3 | * Hummingbird Anime Client |
| 4 | 4 | * |
@@ -91,7 +91,7 @@ discard block |
||
| 91 | 91 | $this->setContainer($container); |
| 92 | 92 | $auraUrlGenerator = $container->get('aura-router')->getGenerator(); |
| 93 | 93 | $urlGenerator = $container->get('url-generator'); |
| 94 | - $this->cache = $container->get('cache'); |
|
| 94 | + $this->cache = $container->get('cache'); |
|
| 95 | 95 | $this->config = $container->get('config'); |
| 96 | 96 | $this->request = $container->get('request'); |
| 97 | 97 | $this->response = $container->get('response'); |
@@ -1,4 +1,4 @@ discard block |
||
| 1 | -<?php declare(strict_types=1); |
|
| 1 | +<?php declare(strict_types = 1); |
|
| 2 | 2 | /** |
| 3 | 3 | * Hummingbird Anime Client |
| 4 | 4 | * |
@@ -52,7 +52,7 @@ discard block |
||
| 52 | 52 | |
| 53 | 53 | if ($key === 'config') |
| 54 | 54 | { |
| 55 | - foreach($config as $name => $value) |
|
| 55 | + foreach ($config as $name => $value) |
|
| 56 | 56 | { |
| 57 | 57 | $output[$name] = $value; |
| 58 | 58 | } |
@@ -1,4 +1,4 @@ discard block |
||
| 1 | -<?php declare(strict_types=1); |
|
| 1 | +<?php declare(strict_types = 1); |
|
| 2 | 2 | /** |
| 3 | 3 | * Anime List Client |
| 4 | 4 | * |
@@ -87,7 +87,7 @@ discard block |
||
| 87 | 87 | ]; |
| 88 | 88 | |
| 89 | 89 | $data = ($status !== 'all') |
| 90 | - ? [$map[$status] => $this->model->getList($map[$status]) ] |
|
| 90 | + ? [$map[$status] => $this->model->getList($map[$status])] |
|
| 91 | 91 | : $this->model->getList('All'); |
| 92 | 92 | |
| 93 | 93 | $this->outputHTML('manga/' . $view_map[$view], [ |