php cs fixer

This commit is contained in:
Dennis Eichhorn 2019-04-27 12:05:33 +02:00
parent 70a1fb8dfc
commit a4d6a19165
18 changed files with 154 additions and 154 deletions

View File

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
use phpOMS\Router\RouteVerb;

View File

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

View File

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

View File

@ -71,7 +71,7 @@ final class ApiController extends Controller
$response->set(
$request->getUri()->__toString(),
[
'response' => $this->app->appSettings->get((int) $request->getData('id'))
'response' => $this->app->appSettings->get((int) $request->getData('id')),
]
);
}
@ -559,7 +559,7 @@ final class ApiController extends Controller
'status' => 'warning',
'title' => 'Module',
'message' => 'Invalid module or status',
'response' => []
'response' => [],
]);
$response->getHeader()->setStatusCode(RequestStatusCode::R_403);

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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