php cs fixer

This commit is contained in:
Dennis Eichhorn 2019-04-27 12:05:33 +02:00
parent 50d7e80f2d
commit 7655dc6154
7 changed files with 8 additions and 7 deletions

View File

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

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
*
@ -12,6 +12,7 @@
*/
use \Modules\Navigation\Models\LinkType;
use \Modules\Navigation\Models\NavigationType;
/**
* @var \Modules\Navigation\Views\NavigationView $this
*/

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
*