mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-01-21 00:48:40 +00:00
php cs and stan fixes
This commit is contained in:
parent
c0b3f994b6
commit
57ce348879
|
|
@ -1,31 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 7.4
|
||||
*
|
||||
* @package Modules\Helper\Views
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Modules\Helper\Views;
|
||||
|
||||
use phpOMS\Views\View;
|
||||
|
||||
/**
|
||||
* Helper view.
|
||||
*
|
||||
* @package Modules\Helper\Views
|
||||
* @license OMS License 1.0
|
||||
* @link https://orange-management.org
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class HelperView extends View
|
||||
{
|
||||
protected $dataSets = [];
|
||||
protected $dataSet = null;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user