mirror of
https://github.com/Karaka-Management/oms-Tools.git
synced 2026-01-11 15:18:43 +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 [];
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
* @since 1.0.0
|
||||
*/
|
||||
protected static $providing = [
|
||||
'Navigation'
|
||||
'Navigation',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user