php cs fixer

This commit is contained in:
Dennis Eichhorn 2019-04-27 12:05:33 +02:00
parent bb3fbb1146
commit cbb118f0c1
16 changed files with 530 additions and 530 deletions

View File

@ -1,4 +1,4 @@
<?php <?php declare(strict_types=1);
use Modules\Exchange\Controller\ApiController; use Modules\Exchange\Controller\ApiController;
use Modules\Exchange\Models\PermissionState; use Modules\Exchange\Models\PermissionState;

View File

@ -1,4 +1,4 @@
<?php <?php declare(strict_types=1);
use Modules\Exchange\Controller\BackendController; use Modules\Exchange\Controller\BackendController;
use Modules\Exchange\Models\PermissionState; use Modules\Exchange\Models\PermissionState;

View File

@ -58,7 +58,7 @@ final class ApiController extends Controller
$response->set($request->getUri()->__toString(), [ $response->set($request->getUri()->__toString(), [
'status' => $status, 'status' => $status,
'title' => 'Exchange', 'title' => 'Exchange',
'message' => $message 'message' => $message,
]); ]);
} }

View File

@ -1,4 +1,4 @@
<?php <?php declare(strict_types=1);
/** /**
* Orange Management * Orange Management
* *

View File

@ -142,7 +142,7 @@ class InterfaceManager
* *
* @return void * @return void
* *
* @throws PathException This exception is thrown in case the info file path doesn't exist. * @throws PathException this exception is thrown in case the info file path doesn't exist
* *
* @since 1.0.0 * @since 1.0.0
*/ */
@ -169,7 +169,7 @@ class InterfaceManager
throw new PathException($this->path); throw new PathException($this->path);
} }
\file_put_contents($this->path, \json_encode($this->info, JSON_PRETTY_PRINT)); \file_put_contents($this->path, \json_encode($this->info, \JSON_PRETTY_PRINT));
} }
/** /**

View File

@ -1,4 +1,4 @@
<?php <?php declare(strict_types=1);
/** /**
* Orange Management * Orange Management
* *

View File

@ -1,4 +1,4 @@
<?php <?php declare(strict_types=1);
/** /**
* Orange Management * Orange Management
* *

View File

@ -1,4 +1,4 @@
<?php <?php declare(strict_types=1);
/** /**
* Orange Management * Orange Management
* *
@ -14,4 +14,4 @@
/** /**
* @var \phpOMS\Views\View $this * @var \phpOMS\Views\View $this
*/ */
echo $this->getData('nav')->render(); ?> echo $this->getData('nav')->render();

View File

@ -1,4 +1,4 @@
<?php <?php declare(strict_types=1);
/** /**
* Orange Management * Orange Management
* *

View File

@ -1,4 +1,4 @@
<?php <?php declare(strict_types=1);
/** /**
* Orange Management * Orange Management
* *
@ -14,4 +14,4 @@
/** /**
* @var \phpOMS\Views\View $this * @var \phpOMS\Views\View $this
*/ */
echo $this->getData('nav')->render(); ?> echo $this->getData('nav')->render();

View File

@ -1,4 +1,4 @@
<?php <?php declare(strict_types=1);
/** /**
* Orange Management * Orange Management
* *

View File

@ -1,4 +1,4 @@
<?php <?php declare(strict_types=1);
/** /**
* Orange Management * Orange Management
* *