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 [ return [
'POST:Module:.*?\-create' => [ 'POST:Module:.*?\-create' => [

View File

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

View File

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

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);
/** /**
* Orange Management * Orange Management
* *

View File

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

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