mirror of
https://github.com/Karaka-Management/oms-Tools.git
synced 2026-02-14 05:38:40 +00:00
php cs fixer
This commit is contained in:
parent
5c4ec8a675
commit
794171e302
|
|
@ -1,3 +1,3 @@
|
||||||
<?php
|
<?php declare(strict_types=1);
|
||||||
|
|
||||||
return [];
|
return [];
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<?php
|
<?php declare(strict_types=1);
|
||||||
/**
|
/**
|
||||||
* Orange Management
|
* Orange Management
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user