phpstan, phpcs, phpunit fixes

This commit is contained in:
Dennis Eichhorn 2023-01-27 22:12:09 +01:00
parent 470012a56f
commit 034994869c
2 changed files with 17 additions and 1 deletions

View 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' => [
]];

View File

@ -12,5 +12,5 @@
*/
declare(strict_types=1);
return ['Navigation' => [
return ['Checklist' => [
]];