mirror of
https://github.com/Karaka-Management/oms-Checklist.git
synced 2026-02-02 09:58:41 +00:00
phpstan, phpcs, phpunit fixes
This commit is contained in:
parent
470012a56f
commit
034994869c
16
Theme/Backend/Lang/api.de.lang.php
Normal file
16
Theme/Backend/Lang/api.de.lang.php
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
/**
|
||||
* Karaka
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Checklist
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Checklist' => [
|
||||
]];
|
||||
|
|
@ -12,5 +12,5 @@
|
|||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
return ['Checklist' => [
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user