php cs fixer

This commit is contained in:
Dennis Eichhorn 2019-04-27 12:05:33 +02:00
parent 5c4ec8a675
commit 794171e302
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -76,7 +76,7 @@ class Controller extends ModuleAbstract implements WebInterface
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $providing = [ protected static $providing = [
'Navigation' 'Navigation',
]; ];
/** /**

View File

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