This commit is contained in:
Dennis Eichhorn 2022-02-19 13:57:39 +01:00
parent e07877c74f
commit 1532c4041b
15 changed files with 37 additions and 37 deletions

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -28,7 +28,7 @@ use phpOMS\Utils\Parser\Php\ArrayParser;
*
* @package Modules\Search\Admin
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class Installer extends InstallerAbstract

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\StatusAbstract;
*
* @package Modules\Search\Admin
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class Status extends StatusAbstract

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\UninstallerAbstract;
*
* @package Modules\Search\Admin
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class Uninstaller extends UninstallerAbstract

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\UpdaterAbstract;
*
* @package Modules\Search\Admin
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class Updater extends UpdaterAbstract

View File

@ -2,7 +2,7 @@
## Code Style & Best Practices
For the code style and best practices please have a look at the developer-guide [https://github.com/Orange-Management/Developer-Guide](https://github.com/Orange-Management/Developer-Guide). Especially the `standards` should be followed for a successful pull request.
For the code style and best practices please have a look at the developer-guide [https://github.comkaraka-management/Developer-Guide](https://github.comkaraka-management/Developer-Guide). Especially the `standards` should be followed for a successful pull request.
## How Can I Contribute
@ -12,7 +12,7 @@ If you have a good idea for improvement feel free to create a new issue with all
### Issues
Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the code marked with `@todo` or in the [PROJECT.md](https://github.com/Orange-Management/Docs/blob/master/Project/PROJECT.md) file.
Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the code marked with `@todo` or in the [PROJECT.md](https://github.comkaraka-management/Docs/blob/master/Project/PROJECT.md) file.
### Code Style

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -24,7 +24,7 @@ use phpOMS\Router\WebRouter;
*
* @package Modules\Search
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class ApiController extends Controller

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -22,7 +22,7 @@ use phpOMS\Module\ModuleAbstract;
*
* @package Modules\Search
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
class Controller extends ModuleAbstract

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* @package Modules\Search\Models
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
abstract class PermissionState extends Enum

View File

@ -1,6 +1,6 @@
{
"name": "orange-management/module",
"description": "Module for Orange Management.",
"name": "karaka/module",
"description": "Module for Karaka.",
"authors": [
{
"name": "Dennis Eichhorn",

View File

@ -11,7 +11,7 @@
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Orange Management",
"name": "Karaka",
"website": "www.spl1nes.com"
},
"description": "The search module.",

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ namespace tests;
*
* @package tests
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class Autoloader

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);