phpOMS/tests/PreloadTest/Sub/Preload3.php

28 lines
408 B
PHP
Executable File

<?php
/**
* Karaka
*
* PHP Version 8.1
*
* @package Tests\PHPUnit
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
namespace phpOMS\tests\PreloadTest\Sub;
/**
* Preload class.
*
* @package Tests\PHPUnit
* @license OMS License 2.0
* @link https://jingga.app
* @since 1.0.0
*/
class Preload3
{
}