php cs fixer

This commit is contained in:
Dennis Eichhorn 2019-04-27 12:05:33 +02:00
parent c71aa917a2
commit d96ee16a63
10 changed files with 11 additions and 12 deletions

View File

@ -1,4 +1,4 @@
<?php <?php declare(strict_types=1);
use Modules\Profile\Controller\ApiController; use Modules\Profile\Controller\ApiController;
use Modules\Profile\Models\PermissionState; use Modules\Profile\Models\PermissionState;
@ -17,4 +17,4 @@ return [
], ],
], ],
], ],
]; ];

View File

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

View File

@ -207,7 +207,7 @@ class Profile implements \JsonSerializable
public function jsonSerialize() public function jsonSerialize()
{ {
return [ return [
'id' => $this->id 'id' => $this->id,
]; ];
} }
} }

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
* *

View File

@ -1,4 +1,4 @@
<?php <?php declare(strict_types=1);
echo $this->getData('nav')->render(); echo $this->getData('nav')->render();
?> ?>

View File

@ -1,4 +1,3 @@
<?php <?php declare(strict_types=1);
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
* *