php cs fixer

This commit is contained in:
Dennis Eichhorn 2019-04-27 12:05:33 +02:00
parent 7440a2d57a
commit e21f926039
12 changed files with 13 additions and 14 deletions

View File

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
return [
'POST:Module:.*?\-create' => [

View File

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
return [

View File

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

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
*
@ -15,4 +15,3 @@
*/
echo $this->getData('nav')->render();
?>

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
*
@ -14,4 +14,4 @@
* @var \phpOMS\Views\View $this
*/
echo $this->getData('nav')->render();
echo $this->getData('nav')->render();