This commit is contained in:
Dennis Eichhorn 2022-12-16 21:59:21 +01:00
parent 5844ad3a72
commit e24f460fdf
1026 changed files with 1587 additions and 1587 deletions

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -26,7 +26,7 @@ use phpOMS\Validation\Network\Email;
*
* @package phpOMS\Account
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
class Account implements \JsonSerializable

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -24,7 +24,7 @@ use phpOMS\DataStorage\Session\SessionInterface;
*
* @package phpOMS\Account
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class AccountManager implements \Countable

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* @package phpOMS\Account
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
abstract class AccountStatus extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* @package phpOMS\Account
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
abstract class AccountType extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Exception\InvalidEnumValue;
*
* @package phpOMS\Account
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
class Group implements \JsonSerializable

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* @package phpOMS\Account
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
abstract class GroupStatus extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Account;
*
* @package phpOMS\Account
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class NullAccount extends Account

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Account;
*
* @package phpOMS\Account
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class NullGroup extends Group

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -22,7 +22,7 @@ namespace phpOMS\Account;
*
* @package phpOMS\Account
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
class PermissionAbstract implements \JsonSerializable

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Account;
*
* @package phpOMS\Account
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
trait PermissionHandlingTrait

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* @package phpOMS\Account
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
abstract class PermissionOwner extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* @package phpOMS\Account
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
abstract class PermissionType extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Ai\NeuralNetwork;
*
* @package phpOMS\Ai\NeuralNetwork
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
class Neuron

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -22,7 +22,7 @@ use phpOMS\System\File\PathException;
*
* @package phpOMS\Ai\Ocr
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class BasicOcr

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -22,7 +22,7 @@ use phpOMS\System\SystemUtils;
*
* @package phpOMS\Ai\Ocr\Tesseract
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class TesseractOcr

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Clustering;
*
* @package phpOMS\Algorithm\Clustering
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class Kmeans

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Clustering;
*
* @package phpOMS\Algorithm\Clustering
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
class Point implements PointInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -23,7 +23,7 @@ namespace phpOMS\Algorithm\Clustering;
*
* @package phpOMS\Algorithm\Clustering;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
interface PointInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\CoinMatching;
*
* @package phpOMS\Algorithm\CoinMatching
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class MinimumCoinProblem

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Graph;
*
* @package phpOMS\Algorithm\Graph;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class DependencyResolver

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\JobScheduling;
*
* @package phpOMS\Algorithm\JobScheduling
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
class Job implements JobInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -20,7 +20,7 @@ namespace phpOMS\Algorithm\JobScheduling;
*
* @package phpOMS\Algorithm\JobScheduling;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
interface JobInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\JobScheduling;
*
* @package phpOMS\Algorithm\JobScheduling
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class Weighted

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -20,7 +20,7 @@ namespace phpOMS\Algorithm\Knapsack;
*
* @package phpOMS\Algorithm\Knapsack
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
class Backpack implements BackpackInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -20,7 +20,7 @@ namespace phpOMS\Algorithm\Knapsack;
*
* @package phpOMS\Algorithm\Knapsack;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
interface BackpackInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -22,7 +22,7 @@ namespace phpOMS\Algorithm\Knapsack;
*
* @package phpOMS\Algorithm\Knapsack
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class Bounded

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -20,7 +20,7 @@ namespace phpOMS\Algorithm\Knapsack;
*
* @package phpOMS\Algorithm\Knapsack
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class Continuous

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Knapsack;
*
* @package phpOMS\Algorithm\Knapsack
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
class Item implements ItemInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -20,7 +20,7 @@ namespace phpOMS\Algorithm\Knapsack;
*
* @package phpOMS\Algorithm\Knapsack;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
interface ItemInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -20,7 +20,7 @@ namespace phpOMS\Algorithm\Maze;
*
* @package phpOMS\Algorithm\Maze
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
class MazeGenerator

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*
* Extended based on:
* MIT License
@ -26,7 +26,7 @@ use phpOMS\Stdlib\Base\Heap;
*
* @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class AStar implements PathFinderInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\PathFinding;
*
* @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
class AStarNode extends Node

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*
* Extended based on:
* MIT License
@ -24,7 +24,7 @@ namespace phpOMS\Algorithm\PathFinding;
*
* @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
class Grid

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Math\Topology\Metrics2D;
*
* @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class Heuristic

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
abstract class HeuristicType extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\PathFinding;
*
* @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
class JumpPointNode extends Node

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*
* Extended based on:
* MIT License
@ -26,7 +26,7 @@ use phpOMS\Stdlib\Base\Heap;
*
* @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class JumpPointSearch implements PathFinderInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
abstract class MovementType extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\HeapItemInterface;
*
* @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
class Node implements HeapItemInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\PathFinding;
*
* @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class NullJumpPointNode extends JumpPointNode

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\PathFinding;
*
* @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class NullNode extends Node

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*
* Extended based on:
* MIT License
@ -24,7 +24,7 @@ namespace phpOMS\Algorithm\PathFinding;
*
* @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
class Path

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\PathFinding;
*
* @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
interface PathFinderInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
*
* @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class BitonicSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
*
* @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class BubbleSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
*
* @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class BucketSort

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
*
* @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class CocktailShakerSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
*
* @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class CombSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
*
* @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class CycleSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
*
* @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class GnomeSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
*
* @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class HeapSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
*
* @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class InsertionSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
*
* @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class IntroSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
*
* @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class MergeSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
*
* @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class OddEvenSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
*
* @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class PancakeSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
*
* @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class QuickSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
*
* @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class SelectionSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
*
* @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class ShellSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
*
* @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
interface SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* @package phpOMS\Algorithm\Sort
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
abstract class SortOrder extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
*
* @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
interface SortableInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
*
* @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class StoogeSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
*
* @package phpOMS\Algorithm\Sort;
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class TimSort implements SortInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -53,7 +53,7 @@ use phpOMS\Router\RouterInterface;
*
* @package phpOMS\Application
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
class ApplicationAbstract

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -24,7 +24,7 @@ use phpOMS\Utils\ArrayUtils;
*
* @package phpOMS\Application
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class ApplicationInfo

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -26,7 +26,7 @@ use phpOMS\System\File\PathException;
*
* @package phpOMS\Application
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class ApplicationManager

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* @package phpOMS\Application
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
abstract class ApplicationStatus extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -25,7 +25,7 @@ use phpOMS\System\File\Local\Directory;
*
* @package phpOMS\Application
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
abstract class InstallerAbstract

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -25,7 +25,7 @@ use phpOMS\Utils\Parser\Php\ArrayParser;
*
* @package phpOMS\Application
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
abstract class StatusAbstract

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\Schema\Builder as SchemaBuilder;
*
* @package phpOMS\Application
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
abstract class UninstallerAbstract

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Asset;
*
* @package phpOMS\Asset
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class AssetManager implements \Countable

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* @package phpOMS\Asset
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
abstract class AssetType extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -23,7 +23,7 @@ use phpOMS\DataStorage\Session\SessionInterface;
*
* @package phpOMS\Auth
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class Auth

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* @package phpOMS\Auth
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
abstract class LoginReturnType extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ namespace phpOMS;
*
* @package phpOMS
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class AutoloadException extends \RuntimeException

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ namespace phpOMS;
*
* @package phpOMS
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class Autoloader

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Business\Finance;
*
* @package phpOMS\Business\Finance
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class Depreciation

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Math\Statistic\Average;
*
* @package phpOMS\Business\Finance
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*
* @SuppressWarnings(PHPMD.CamelCaseParameterName)

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Business\Finance;
*
* @package phpOMS\Business\Finance
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*
* @SuppressWarnings(PHPMD.CamelCaseParameterName)

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Business\Finance;
*
* @package phpOMS\Business\Finance
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class Lorenzkurve

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Business\Finance;
*
* @package phpOMS\Business\Finance
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*
* @SuppressWarnings(PHPMD.CamelCaseParameterName)

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -23,7 +23,7 @@ use phpOMS\Math\Statistic\Correlation;
*
* @package phpOMS\Business\Marketing
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class ArticleCorrelationAffinity

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Business\Marketing;
*
* @package phpOMS\Business\Marketing
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class CustomerValue

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -25,7 +25,7 @@ use phpOMS\Math\Matrix\Vector;
*
* @package phpOMS\Business\Marketing
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class Metrics

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -22,7 +22,7 @@ namespace phpOMS\Business\Marketing;
*
* @package phpOMS\Business\Marketing
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class NetPromoterScore

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Business\Marketing;
*
* @package phpOMS\Business\Marketing
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class PageRank

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ namespace phpOMS\Business\Programming;
*
* @package phpOMS\Business\Programming
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class Metrics

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -22,7 +22,7 @@ namespace phpOMS\Business\Sales;
*
* @package phpOMS\Business\Sales
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class MarketShareEstimation

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Config;
*
* @package phpOMS\Config
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
interface OptionsInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ namespace phpOMS\Config;
*
* @package phpOMS\Config
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
trait OptionsTrait

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Config;
*
* @package phpOMS\Config
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
interface SettingsInterface extends OptionsInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ namespace phpOMS\Contract;
*
* @package phpOMS\Contract
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
interface ArrayableInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -22,7 +22,7 @@ namespace phpOMS\Contract;
*
* @package phpOMS\Contract
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
interface RenderableInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -22,7 +22,7 @@ namespace phpOMS\Contract;
*
* @package phpOMS\Contract
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
interface SerializableInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace phpOMS\Contract;
*
* @package phpOMS\Contract
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
interface StreamInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -26,7 +26,7 @@ use phpOMS\DataStorage\DataStoragePoolInterface;
*
* @package phpOMS\DataStorage\Cache
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class CachePool implements DataStoragePoolInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* @package phpOMS\DataStorage\Cache
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
abstract class CacheStatus extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* @package phpOMS\DataStorage\Cache
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
abstract class CacheType extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* @package phpOMS\DataStorage\Cache\Connection
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
abstract class CacheValueType extends Enum

Some files were not shown because too many files have changed in this diff Show More