From e24f460fdf647039f119eca858cb929623e5a308 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 16 Dec 2022 21:59:21 +0100 Subject: [PATCH] fix url --- Account/Account.php | 4 ++-- Account/AccountManager.php | 4 ++-- Account/AccountStatus.php | 4 ++-- Account/AccountType.php | 4 ++-- Account/Group.php | 4 ++-- Account/GroupStatus.php | 4 ++-- Account/NullAccount.php | 4 ++-- Account/NullGroup.php | 4 ++-- Account/PermissionAbstract.php | 4 ++-- Account/PermissionHandlingTrait.php | 4 ++-- Account/PermissionOwner.php | 4 ++-- Account/PermissionType.php | 4 ++-- Ai/NeuralNetwork/Neuron.php | 4 ++-- Ai/Ocr/BasicOcr.php | 4 ++-- Ai/Ocr/Tesseract/TesseractOcr.php | 4 ++-- Algorithm/Clustering/Kmeans.php | 4 ++-- Algorithm/Clustering/Point.php | 4 ++-- Algorithm/Clustering/PointInterface.php | 4 ++-- Algorithm/CoinMatching/MinimumCoinProblem.php | 4 ++-- Algorithm/Graph/DependencyResolver.php | 4 ++-- Algorithm/JobScheduling/Job.php | 4 ++-- Algorithm/JobScheduling/JobInterface.php | 4 ++-- Algorithm/JobScheduling/Weighted.php | 4 ++-- Algorithm/Knapsack/Backpack.php | 4 ++-- Algorithm/Knapsack/BackpackInterface.php | 4 ++-- Algorithm/Knapsack/Bounded.php | 4 ++-- Algorithm/Knapsack/Continuous.php | 4 ++-- Algorithm/Knapsack/Item.php | 4 ++-- Algorithm/Knapsack/ItemInterface.php | 4 ++-- Algorithm/Maze/MazeGenerator.php | 4 ++-- Algorithm/PathFinding/AStar.php | 4 ++-- Algorithm/PathFinding/AStarNode.php | 4 ++-- Algorithm/PathFinding/Grid.php | 4 ++-- Algorithm/PathFinding/Heuristic.php | 4 ++-- Algorithm/PathFinding/HeuristicType.php | 4 ++-- Algorithm/PathFinding/JumpPointNode.php | 4 ++-- Algorithm/PathFinding/JumpPointSearch.php | 4 ++-- Algorithm/PathFinding/MovementType.php | 4 ++-- Algorithm/PathFinding/Node.php | 4 ++-- Algorithm/PathFinding/NullJumpPointNode.php | 4 ++-- Algorithm/PathFinding/NullNode.php | 4 ++-- Algorithm/PathFinding/Path.php | 4 ++-- Algorithm/PathFinding/PathFinderInterface.php | 4 ++-- Algorithm/Sort/BitonicSort.php | 4 ++-- Algorithm/Sort/BubbleSort.php | 4 ++-- Algorithm/Sort/BucketSort.php | 4 ++-- Algorithm/Sort/CocktailShakerSort.php | 4 ++-- Algorithm/Sort/CombSort.php | 4 ++-- Algorithm/Sort/CycleSort.php | 4 ++-- Algorithm/Sort/GnomeSort.php | 4 ++-- Algorithm/Sort/HeapSort.php | 4 ++-- Algorithm/Sort/InsertionSort.php | 4 ++-- Algorithm/Sort/IntroSort.php | 4 ++-- Algorithm/Sort/MergeSort.php | 4 ++-- Algorithm/Sort/OddEvenSort.php | 4 ++-- Algorithm/Sort/PancakeSort.php | 4 ++-- Algorithm/Sort/QuickSort.php | 4 ++-- Algorithm/Sort/SelectionSort.php | 4 ++-- Algorithm/Sort/ShellSort.php | 4 ++-- Algorithm/Sort/SortInterface.php | 4 ++-- Algorithm/Sort/SortOrder.php | 4 ++-- Algorithm/Sort/SortableInterface.php | 4 ++-- Algorithm/Sort/StoogeSort.php | 4 ++-- Algorithm/Sort/TimSort.php | 4 ++-- Application/ApplicationAbstract.php | 4 ++-- Application/ApplicationInfo.php | 4 ++-- Application/ApplicationManager.php | 4 ++-- Application/ApplicationStatus.php | 4 ++-- Application/InstallerAbstract.php | 4 ++-- Application/StatusAbstract.php | 4 ++-- Application/UninstallerAbstract.php | 4 ++-- Asset/AssetManager.php | 4 ++-- Asset/AssetType.php | 4 ++-- Auth/Auth.php | 4 ++-- Auth/LoginReturnType.php | 4 ++-- AutoloadException.php | 4 ++-- Autoloader.php | 4 ++-- Business/Finance/Depreciation.php | 4 ++-- Business/Finance/FinanceFormulas.php | 4 ++-- Business/Finance/Loan.php | 4 ++-- Business/Finance/Lorenzkurve.php | 4 ++-- Business/Finance/StockBonds.php | 4 ++-- Business/Marketing/ArticleCorrelationAffinity.php | 4 ++-- Business/Marketing/CustomerValue.php | 4 ++-- Business/Marketing/Metrics.php | 4 ++-- Business/Marketing/NetPromoterScore.php | 4 ++-- Business/Marketing/PageRank.php | 4 ++-- Business/Programming/Metrics.php | 4 ++-- Business/Sales/MarketShareEstimation.php | 4 ++-- Config/OptionsInterface.php | 4 ++-- Config/OptionsTrait.php | 4 ++-- Config/SettingsInterface.php | 4 ++-- Contract/ArrayableInterface.php | 4 ++-- Contract/RenderableInterface.php | 4 ++-- Contract/SerializableInterface.php | 4 ++-- Contract/StreamInterface.php | 4 ++-- DataStorage/Cache/CachePool.php | 4 ++-- DataStorage/Cache/CacheStatus.php | 4 ++-- DataStorage/Cache/CacheType.php | 4 ++-- DataStorage/Cache/Connection/CacheValueType.php | 4 ++-- DataStorage/Cache/Connection/ConnectionAbstract.php | 4 ++-- DataStorage/Cache/Connection/ConnectionFactory.php | 4 ++-- DataStorage/Cache/Connection/ConnectionInterface.php | 4 ++-- DataStorage/Cache/Connection/FileCache.php | 4 ++-- DataStorage/Cache/Connection/MemCached.php | 4 ++-- DataStorage/Cache/Connection/NullCache.php | 4 ++-- DataStorage/Cache/Connection/RedisCache.php | 4 ++-- .../Cache/Exception/InvalidConnectionConfigException.php | 4 ++-- DataStorage/Cookie/CookieJar.php | 4 ++-- DataStorage/DataMapperInterface.php | 4 ++-- DataStorage/DataStorageConnectionInterface.php | 4 ++-- DataStorage/DataStoragePoolInterface.php | 4 ++-- DataStorage/Database/BuilderAbstract.php | 4 ++-- DataStorage/Database/Connection/ConnectionAbstract.php | 4 ++-- DataStorage/Database/Connection/ConnectionFactory.php | 4 ++-- DataStorage/Database/Connection/ConnectionInterface.php | 4 ++-- DataStorage/Database/Connection/MysqlConnection.php | 4 ++-- DataStorage/Database/Connection/NullConnection.php | 4 ++-- DataStorage/Database/Connection/NullPDO.php | 4 ++-- DataStorage/Database/Connection/PostgresConnection.php | 4 ++-- DataStorage/Database/Connection/SQLiteConnection.php | 4 ++-- DataStorage/Database/Connection/SqlServerConnection.php | 4 ++-- DataStorage/Database/DatabasePool.php | 4 ++-- DataStorage/Database/DatabaseStatus.php | 4 ++-- DataStorage/Database/DatabaseType.php | 4 ++-- .../Exception/InvalidConnectionConfigException.php | 4 ++-- .../Database/Exception/InvalidDatabaseTypeException.php | 4 ++-- DataStorage/Database/Exception/InvalidMapperException.php | 4 ++-- DataStorage/Database/GrammarAbstract.php | 4 ++-- DataStorage/Database/Mapper/DataMapperAbstract.php | 4 ++-- DataStorage/Database/Mapper/DataMapperFactory.php | 4 ++-- DataStorage/Database/Mapper/DeleteMapper.php | 4 ++-- DataStorage/Database/Mapper/MapperType.php | 4 ++-- DataStorage/Database/Mapper/ReadMapper.php | 4 ++-- DataStorage/Database/Mapper/UpdateMapper.php | 4 ++-- DataStorage/Database/Mapper/WriteMapper.php | 4 ++-- DataStorage/Database/Query/Builder.php | 4 ++-- DataStorage/Database/Query/Column.php | 4 ++-- DataStorage/Database/Query/Count.php | 4 ++-- DataStorage/Database/Query/Expression.php | 4 ++-- DataStorage/Database/Query/From.php | 4 ++-- DataStorage/Database/Query/Grammar/Grammar.php | 4 ++-- DataStorage/Database/Query/Grammar/GrammarInterface.php | 4 ++-- DataStorage/Database/Query/Grammar/MysqlGrammar.php | 4 ++-- DataStorage/Database/Query/Grammar/OracleGrammar.php | 4 ++-- DataStorage/Database/Query/Grammar/PostgresGrammar.php | 4 ++-- DataStorage/Database/Query/Grammar/SQLiteGrammar.php | 4 ++-- DataStorage/Database/Query/Grammar/SqlServerGrammar.php | 4 ++-- DataStorage/Database/Query/Into.php | 4 ++-- DataStorage/Database/Query/JoinType.php | 4 ++-- DataStorage/Database/Query/OrderType.php | 4 ++-- DataStorage/Database/Query/Parameter.php | 4 ++-- DataStorage/Database/Query/QueryType.php | 4 ++-- DataStorage/Database/Query/Select.php | 4 ++-- DataStorage/Database/Query/Where.php | 4 ++-- DataStorage/Database/RelationType.php | 4 ++-- DataStorage/Database/Schema/Builder.php | 4 ++-- DataStorage/Database/Schema/Field.php | 4 ++-- DataStorage/Database/Schema/Grammar/Grammar.php | 4 ++-- DataStorage/Database/Schema/Grammar/GrammarInterface.php | 4 ++-- DataStorage/Database/Schema/Grammar/MysqlGrammar.php | 4 ++-- DataStorage/Database/Schema/Grammar/OracleGrammar.php | 4 ++-- DataStorage/Database/Schema/Grammar/PostgresGrammar.php | 4 ++-- DataStorage/Database/Schema/Grammar/SQLiteGrammar.php | 4 ++-- DataStorage/Database/Schema/Grammar/SqlServerGrammar.php | 4 ++-- DataStorage/Database/Schema/QueryType.php | 4 ++-- DataStorage/Database/Schema/Table.php | 4 ++-- DataStorage/Database/SchemaMapper.php | 4 ++-- DataStorage/LockException.php | 4 ++-- DataStorage/Session/FileSession.php | 4 ++-- DataStorage/Session/FileSessionHandler.php | 4 ++-- DataStorage/Session/HttpSession.php | 4 ++-- DataStorage/Session/SessionInterface.php | 4 ++-- Dispatcher/Dispatcher.php | 4 ++-- Dispatcher/DispatcherInterface.php | 4 ++-- Event/EventManager.php | 4 ++-- Image/Kernel.php | 4 ++-- Image/Skew.php | 4 ++-- Image/Thresholding.php | 4 ++-- Localization/Defaults/City.php | 4 ++-- Localization/Defaults/CityMapper.php | 4 ++-- Localization/Defaults/Country.php | 4 ++-- Localization/Defaults/CountryMapper.php | 4 ++-- Localization/Defaults/Currency.php | 4 ++-- Localization/Defaults/CurrencyMapper.php | 4 ++-- Localization/Defaults/Iban.php | 4 ++-- Localization/Defaults/IbanMapper.php | 4 ++-- Localization/Defaults/Language.php | 4 ++-- Localization/Defaults/LanguageMapper.php | 4 ++-- Localization/Defaults/NullCity.php | 4 ++-- Localization/Defaults/NullCountry.php | 4 ++-- Localization/Defaults/NullCurrency.php | 4 ++-- Localization/Defaults/NullIban.php | 4 ++-- Localization/Defaults/NullLanguage.php | 4 ++-- Localization/ISO3166CharEnum.php | 4 ++-- Localization/ISO3166NameEnum.php | 4 ++-- Localization/ISO3166NumEnum.php | 4 ++-- Localization/ISO3166TwoEnum.php | 4 ++-- Localization/ISO4217CharEnum.php | 4 ++-- Localization/ISO4217DecimalEnum.php | 4 ++-- Localization/ISO4217Enum.php | 4 ++-- Localization/ISO4217NumEnum.php | 4 ++-- Localization/ISO4217SubUnitEnum.php | 4 ++-- Localization/ISO4217SymbolEnum.php | 4 ++-- Localization/ISO639Enum.php | 4 ++-- Localization/ISO639x1Enum.php | 4 ++-- Localization/ISO639x2Enum.php | 4 ++-- Localization/ISO8601EnumArray.php | 4 ++-- Localization/L11nManager.php | 4 ++-- Localization/LegalEntityType.php | 4 ++-- Localization/Localization.php | 4 ++-- Localization/Money.php | 4 ++-- Localization/NullLocalization.php | 4 ++-- Localization/PhoneEnum.php | 4 ++-- Localization/TimeZoneEnumArray.php | 4 ++-- Log/FileLogger.php | 4 ++-- Log/LogLevel.php | 4 ++-- Log/LoggerInterface.php | 4 ++-- Math/Exception/ZeroDivisionException.php | 4 ++-- Math/Functions/Beta.php | 4 ++-- Math/Functions/Fibonacci.php | 4 ++-- Math/Functions/Functions.php | 4 ++-- Math/Functions/Gamma.php | 4 ++-- Math/Geometry/ConvexHull/MonotoneChain.php | 4 ++-- Math/Geometry/Shape/D2/Circle.php | 4 ++-- Math/Geometry/Shape/D2/D2ShapeInterface.php | 4 ++-- Math/Geometry/Shape/D2/Ellipse.php | 4 ++-- Math/Geometry/Shape/D2/Polygon.php | 4 ++-- Math/Geometry/Shape/D2/Quadrilateral.php | 4 ++-- Math/Geometry/Shape/D2/Rectangle.php | 4 ++-- Math/Geometry/Shape/D2/Trapezoid.php | 4 ++-- Math/Geometry/Shape/D2/Triangle.php | 4 ++-- Math/Geometry/Shape/D3/Cone.php | 4 ++-- Math/Geometry/Shape/D3/Cuboid.php | 4 ++-- Math/Geometry/Shape/D3/Cylinder.php | 4 ++-- Math/Geometry/Shape/D3/D3ShapeInterface.php | 4 ++-- Math/Geometry/Shape/D3/Prism.php | 4 ++-- Math/Geometry/Shape/D3/RectangularPyramid.php | 4 ++-- Math/Geometry/Shape/D3/Sphere.php | 4 ++-- Math/Geometry/Shape/D3/Tetrahedron.php | 4 ++-- Math/Geometry/Shape/ShapeInterface.php | 4 ++-- Math/Matrix/CholeskyDecomposition.php | 4 ++-- Math/Matrix/EigenvalueDecomposition.php | 4 ++-- Math/Matrix/Exception/InvalidDimensionException.php | 4 ++-- Math/Matrix/IdentityMatrix.php | 4 ++-- Math/Matrix/LUDecomposition.php | 4 ++-- Math/Matrix/Matrix.php | 4 ++-- Math/Matrix/QRDecomposition.php | 4 ++-- Math/Matrix/Vector.php | 4 ++-- Math/Number/Complex.php | 4 ++-- Math/Number/Integer.php | 4 ++-- Math/Number/Natural.php | 4 ++-- Math/Number/NumberType.php | 4 ++-- Math/Number/Numbers.php | 4 ++-- Math/Number/OperationInterface.php | 4 ++-- Math/Number/Prime.php | 4 ++-- Math/Numerics/Integration.php | 4 ++-- Math/Numerics/Interpolation/CubicSplineInterpolation.php | 4 ++-- Math/Numerics/Interpolation/DerivativeType.php | 4 ++-- Math/Numerics/Interpolation/InterpolationInterface.php | 4 ++-- Math/Numerics/Interpolation/LagrangeInterpolation.php | 4 ++-- Math/Numerics/Interpolation/LinearInterpolation.php | 4 ++-- Math/Parser/Evaluator.php | 4 ++-- Math/Statistic/Average.php | 4 ++-- Math/Statistic/Basic.php | 4 ++-- Math/Statistic/Correlation.php | 4 ++-- Math/Statistic/Forecast/Error.php | 4 ++-- Math/Statistic/Forecast/Forecasts.php | 4 ++-- .../Forecast/Regression/LevelLevelRegression.php | 4 ++-- Math/Statistic/Forecast/Regression/LevelLogRegression.php | 4 ++-- Math/Statistic/Forecast/Regression/LogLevelRegression.php | 4 ++-- Math/Statistic/Forecast/Regression/LogLogRegression.php | 4 ++-- .../Forecast/Regression/MultipleLinearRegression.php | 4 ++-- .../Forecast/Regression/PolynomialRegression.php | 4 ++-- Math/Statistic/Forecast/Regression/RegressionAbstract.php | 4 ++-- Math/Statistic/MeasureOfDispersion.php | 4 ++-- Math/Stochastic/Distribution/BernoulliDistribution.php | 4 ++-- Math/Stochastic/Distribution/BetaDistribution.php | 4 ++-- Math/Stochastic/Distribution/BinomialDistribution.php | 4 ++-- Math/Stochastic/Distribution/CauchyDistribution.php | 4 ++-- Math/Stochastic/Distribution/ChiSquaredDistribution.php | 4 ++-- Math/Stochastic/Distribution/ExponentialDistribution.php | 4 ++-- Math/Stochastic/Distribution/FDistribution.php | 4 ++-- Math/Stochastic/Distribution/GammaDistribution.php | 4 ++-- Math/Stochastic/Distribution/GeometricDistribution.php | 4 ++-- .../Distribution/HypergeometricDistribution.php | 4 ++-- Math/Stochastic/Distribution/LaplaceDistribution.php | 4 ++-- Math/Stochastic/Distribution/LogDistribution.php | 4 ++-- Math/Stochastic/Distribution/LogNormalDistribution.php | 4 ++-- Math/Stochastic/Distribution/LogisticDistribution.php | 4 ++-- Math/Stochastic/Distribution/NormalDistribution.php | 4 ++-- Math/Stochastic/Distribution/ParetoDistribution.php | 4 ++-- Math/Stochastic/Distribution/PoissonDistribution.php | 4 ++-- Math/Stochastic/Distribution/TDistribution.php | 4 ++-- .../Distribution/UniformDistributionContinuous.php | 4 ++-- .../Distribution/UniformDistributionDiscrete.php | 4 ++-- Math/Stochastic/Distribution/WeibullDistribution.php | 4 ++-- Math/Stochastic/Distribution/ZTesting.php | 4 ++-- Math/Stochastic/NaiveBayesClassifier.php | 4 ++-- Math/Topology/Metrics2D.php | 4 ++-- Math/Topology/MetricsND.php | 4 ++-- Message/Console/ConsoleHeader.php | 4 ++-- Message/Console/ConsoleRequest.php | 4 ++-- Message/Console/ConsoleResponse.php | 4 ++-- Message/HeaderAbstract.php | 4 ++-- Message/Http/BrowserType.php | 4 ++-- Message/Http/HttpHeader.php | 4 ++-- Message/Http/HttpRequest.php | 4 ++-- Message/Http/HttpResponse.php | 4 ++-- Message/Http/OSType.php | 4 ++-- Message/Http/RequestMethod.php | 4 ++-- Message/Http/RequestStatus.php | 4 ++-- Message/Http/RequestStatusCode.php | 4 ++-- Message/Http/Rest.php | 4 ++-- Message/Mail/DispositionType.php | 4 ++-- Message/Mail/DsnNotificationType.php | 4 ++-- Message/Mail/Email.php | 4 ++-- Message/Mail/EncodingType.php | 4 ++-- Message/Mail/EncryptionType.php | 4 ++-- Message/Mail/HeaderContext.php | 4 ++-- Message/Mail/ICALMethodType.php | 4 ++-- Message/Mail/Imap.php | 4 ++-- Message/Mail/MailBoxInterface.php | 4 ++-- Message/Mail/MailHandler.php | 4 ++-- Message/Mail/MessageInterface.php | 4 ++-- Message/Mail/Pop3.php | 4 ++-- Message/Mail/SMTPAuthType.php | 4 ++-- Message/Mail/Smtp.php | 4 ++-- Message/Mail/SmtpTransactionPattern.php | 4 ++-- Message/Mail/SubmitType.php | 4 ++-- Message/MessageInterface.php | 4 ++-- Message/NotificationLevel.php | 4 ++-- Message/RequestAbstract.php | 4 ++-- Message/ResponseAbstract.php | 4 ++-- Message/Socket/PacketManager.php | 4 ++-- Message/Socket/PacketType.php | 4 ++-- Message/Socket/SocketHeader.php | 4 ++-- Message/Socket/SocketRequest.php | 4 ++-- Message/Socket/SocketResponse.php | 4 ++-- Message/UploadedFileInterface.php | 4 ++-- Model/Html/FormElementGenerator.php | 4 ++-- Model/Html/Head.php | 4 ++-- Model/Html/Meta.php | 4 ++-- Model/Message/Dom.php | 4 ++-- Model/Message/DomAction.php | 4 ++-- Model/Message/DynamicList.php | 2 +- Model/Message/FormValidation.php | 4 ++-- Model/Message/Notify.php | 4 ++-- Model/Message/NotifyType.php | 4 ++-- Model/Message/Redirect.php | 4 ++-- Model/Message/Reload.php | 4 ++-- Module/ConsoleInterface.php | 4 ++-- Module/Exception/InvalidModuleException.php | 4 ++-- Module/Exception/InvalidThemeException.php | 4 ++-- Module/InstallerAbstract.php | 4 ++-- Module/ModuleAbstract.php | 4 ++-- Module/ModuleInfo.php | 4 ++-- Module/ModuleManager.php | 4 ++-- Module/ModuleStatus.php | 4 ++-- Module/NullModule.php | 4 ++-- Module/PackageManager.php | 4 ++-- Module/SocketInterface.php | 4 ++-- Module/StatusAbstract.php | 4 ++-- Module/UninstallerAbstract.php | 4 ++-- Module/UpdaterAbstract.php | 4 ++-- Module/WebInterface.php | 4 ++-- Preloader.php | 4 ++-- README.md | 8 ++++---- Router/RouteStatus.php | 4 ++-- Router/RouteVerb.php | 4 ++-- Router/RouterInterface.php | 4 ++-- Router/SocketRouter.php | 4 ++-- Router/WebRouter.php | 4 ++-- Security/PhpCode.php | 4 ++-- Socket/Client/Client.php | 4 ++-- Socket/Client/ClientConnection.php | 4 ++-- Socket/Client/NullClientConnection.php | 4 ++-- Socket/Server/ClientManager.php | 4 ++-- Socket/Server/Server.php | 4 ++-- Socket/SocketAbstract.php | 4 ++-- Socket/SocketInterface.php | 4 ++-- Stdlib/Base/Address.php | 4 ++-- Stdlib/Base/AddressType.php | 4 ++-- Stdlib/Base/Enum.php | 4 ++-- Stdlib/Base/EnumArray.php | 4 ++-- Stdlib/Base/Exception/InvalidEnumName.php | 4 ++-- Stdlib/Base/Exception/InvalidEnumValue.php | 4 ++-- Stdlib/Base/FloatInt.php | 4 ++-- Stdlib/Base/Heap.php | 4 ++-- Stdlib/Base/HeapItemInterface.php | 4 ++-- Stdlib/Base/Iban.php | 4 ++-- Stdlib/Base/Location.php | 4 ++-- Stdlib/Base/NullLocation.php | 4 ++-- Stdlib/Base/PhoneType.php | 4 ++-- Stdlib/Base/SmartDateTime.php | 4 ++-- Stdlib/Graph/Edge.php | 4 ++-- Stdlib/Graph/Graph.php | 4 ++-- Stdlib/Graph/Node.php | 4 ++-- Stdlib/Map/KeyType.php | 4 ++-- Stdlib/Map/MultiMap.php | 4 ++-- Stdlib/Map/OrderType.php | 4 ++-- Stdlib/Queue/PriorityMode.php | 4 ++-- Stdlib/Queue/PriorityQueue.php | 4 ++-- System/CharsetType.php | 4 ++-- System/File/ContainerInterface.php | 4 ++-- System/File/ContentPutMode.php | 4 ++-- System/File/DirectoryInterface.php | 4 ++-- System/File/ExtensionType.php | 4 ++-- System/File/FileInterface.php | 4 ++-- System/File/FileUtils.php | 4 ++-- System/File/Ftp/Directory.php | 4 ++-- System/File/Ftp/File.php | 4 ++-- System/File/Ftp/FileAbstract.php | 4 ++-- System/File/Ftp/FtpContainerInterface.php | 4 ++-- System/File/Ftp/FtpStorage.php | 4 ++-- System/File/Local/Directory.php | 4 ++-- System/File/Local/File.php | 4 ++-- System/File/Local/FileAbstract.php | 4 ++-- System/File/Local/LocalContainerInterface.php | 4 ++-- System/File/Local/LocalStorage.php | 4 ++-- System/File/PathException.php | 4 ++-- System/File/PermissionException.php | 4 ++-- System/File/Storage.php | 4 ++-- System/File/StorageAbstract.php | 4 ++-- System/MimeType.php | 4 ++-- System/OperatingSystem.php | 4 ++-- System/Search/StringSearch.php | 4 ++-- System/SystemType.php | 4 ++-- System/SystemUtils.php | 4 ++-- UnhandledHandler.php | 4 ++-- Uri/Argument.php | 4 ++-- Uri/HttpUri.php | 4 ++-- Uri/InvalidUriException.php | 4 ++-- Uri/UriFactory.php | 4 ++-- Uri/UriInterface.php | 4 ++-- Uri/UriScheme.php | 4 ++-- Utils/ArrayUtils.php | 4 ++-- Utils/Barcode/Aztec.php | 4 ++-- Utils/Barcode/C128Abstract.php | 4 ++-- Utils/Barcode/C128a.php | 4 ++-- Utils/Barcode/C128b.php | 4 ++-- Utils/Barcode/C128c.php | 4 ++-- Utils/Barcode/C25.php | 4 ++-- Utils/Barcode/C39.php | 4 ++-- Utils/Barcode/Codebar.php | 4 ++-- Utils/Barcode/Datamatrix.php | 4 ++-- Utils/Barcode/HIBCC.php | 4 ++-- Utils/Barcode/OrientationType.php | 4 ++-- Utils/Barcode/QR.php | 4 ++-- Utils/ColorUtils.php | 4 ++-- Utils/Compression/CompressionInterface.php | 4 ++-- Utils/Compression/LZW.php | 4 ++-- Utils/Converter/AngleType.php | 4 ++-- Utils/Converter/AreaType.php | 4 ++-- Utils/Converter/Currency.php | 4 ++-- Utils/Converter/EnergyPowerType.php | 4 ++-- Utils/Converter/File.php | 4 ++-- Utils/Converter/FileSizeType.php | 4 ++-- Utils/Converter/Ip.php | 4 ++-- Utils/Converter/LengthType.php | 4 ++-- Utils/Converter/Measurement.php | 4 ++-- Utils/Converter/Numeric.php | 4 ++-- Utils/Converter/PressureType.php | 4 ++-- Utils/Converter/SpeedType.php | 4 ++-- Utils/Converter/TemperatureType.php | 4 ++-- Utils/Converter/TimeType.php | 4 ++-- Utils/Converter/VolumeType.php | 4 ++-- Utils/Converter/WeightType.php | 4 ++-- Utils/Encoding/Caesar.php | 4 ++-- Utils/Encoding/EncodingInterface.php | 4 ++-- Utils/Encoding/Gray.php | 4 ++-- Utils/Encoding/Huffman/Dictionary.php | 4 ++-- Utils/Encoding/Huffman/Huffman.php | 4 ++-- Utils/Encoding/XorEncoding.php | 4 ++-- Utils/Git/Author.php | 4 ++-- Utils/Git/Branch.php | 4 ++-- Utils/Git/Commit.php | 4 ++-- Utils/Git/Git.php | 4 ++-- Utils/Git/NullCommit.php | 4 ++-- Utils/Git/Repository.php | 4 ++-- Utils/Git/Tag.php | 4 ++-- Utils/IO/Csv/CsvInterface.php | 4 ++-- Utils/IO/Csv/CsvSettings.php | 4 ++-- Utils/IO/ExchangeInterface.php | 4 ++-- Utils/IO/IODatabaseMapper.php | 4 ++-- Utils/IO/Json/InvalidJsonException.php | 4 ++-- Utils/IO/Json/JsonInterface.php | 4 ++-- Utils/IO/Pdf/PdfInterface.php | 4 ++-- Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php | 4 ++-- Utils/IO/Spreadsheet/SpreadsheetInterface.php | 4 ++-- Utils/IO/Zip/ArchiveInterface.php | 4 ++-- Utils/IO/Zip/Gz.php | 4 ++-- Utils/IO/Zip/Tar.php | 4 ++-- Utils/IO/Zip/TarGz.php | 4 ++-- Utils/IO/Zip/Zip.php | 4 ++-- Utils/ImageUtils.php | 4 ++-- Utils/MbStringUtils.php | 4 ++-- Utils/NumericUtils.php | 4 ++-- Utils/Parser/Markdown/Markdown.php | 4 ++-- Utils/Parser/Pdf/PdfParser.php | 4 ++-- Utils/Parser/Php/ArrayParser.php | 4 ++-- Utils/Permutation.php | 4 ++-- Utils/RnG/ArrayRandomize.php | 4 ++-- Utils/RnG/DateTime.php | 4 ++-- Utils/RnG/DistributionType.php | 4 ++-- Utils/RnG/Email.php | 4 ++-- Utils/RnG/File.php | 4 ++-- Utils/RnG/LinearCongruentialGenerator.php | 4 ++-- Utils/RnG/Name.php | 4 ++-- Utils/RnG/Phone.php | 4 ++-- Utils/RnG/StringUtils.php | 4 ++-- Utils/RnG/Text.php | 4 ++-- Utils/StringCompare.php | 4 ++-- Utils/StringUtils.php | 4 ++-- Utils/TaskSchedule/Cron.php | 4 ++-- Utils/TaskSchedule/CronJob.php | 4 ++-- Utils/TaskSchedule/Interval.php | 4 ++-- Utils/TaskSchedule/NullCronJob.php | 4 ++-- Utils/TaskSchedule/NullSchedule.php | 4 ++-- Utils/TaskSchedule/Schedule.php | 4 ++-- Utils/TaskSchedule/SchedulerAbstract.php | 4 ++-- Utils/TaskSchedule/SchedulerFactory.php | 4 ++-- Utils/TaskSchedule/TaskAbstract.php | 4 ++-- Utils/TaskSchedule/TaskFactory.php | 4 ++-- Utils/TaskSchedule/TaskScheduler.php | 4 ++-- Utils/TaskSchedule/TaskStatus.php | 4 ++-- Utils/TestUtils.php | 4 ++-- Validation/Base/DateTime.php | 4 ++-- Validation/Base/Json.php | 4 ++-- Validation/Finance/BIC.php | 4 ++-- Validation/Finance/CreditCard.php | 4 ++-- Validation/Finance/Iban.php | 4 ++-- Validation/Finance/IbanEnum.php | 4 ++-- Validation/Finance/IbanErrorType.php | 4 ++-- Validation/Network/Email.php | 4 ++-- Validation/Network/Hostname.php | 4 ++-- Validation/Network/Ip.php | 4 ++-- Validation/Validator.php | 4 ++-- Validation/ValidatorAbstract.php | 4 ++-- Validation/ValidatorInterface.php | 4 ++-- Version/Version.php | 4 ++-- Views/NullView.php | 4 ++-- Views/PaginationView.php | 4 ++-- Views/View.php | 4 ++-- Views/ViewAbstract.php | 4 ++-- preload.php | 2 +- tests/Account/AccountManagerTest.php | 2 +- tests/Account/AccountStatusTest.php | 2 +- tests/Account/AccountTest.php | 2 +- tests/Account/AccountTypeTest.php | 2 +- tests/Account/GroupStatusTest.php | 2 +- tests/Account/GroupTest.php | 2 +- tests/Account/NullAccountTest.php | 2 +- tests/Account/NullGroupTest.php | 2 +- tests/Account/PermissionAbstractTest.php | 2 +- tests/Account/PermissionTypeTest.php | 2 +- tests/Ai/Ocr/BasicOcrTest.php | 2 +- tests/Ai/Ocr/Tesseract/TesseractOcrTest.php | 2 +- tests/Algorithm/Clustering/KmeansTest.php | 2 +- tests/Algorithm/Clustering/PointTest.php | 2 +- tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php | 2 +- tests/Algorithm/JobScheduling/JobTest.php | 2 +- tests/Algorithm/JobScheduling/WeightedTest.php | 2 +- tests/Algorithm/Knapsack/BackpackTest.php | 2 +- tests/Algorithm/Knapsack/BoundedTest.php | 2 +- tests/Algorithm/Knapsack/ContinuousTest.php | 2 +- tests/Algorithm/Knapsack/ItemTest.php | 2 +- tests/Algorithm/Maze/MazeGeneratorTest.php | 2 +- tests/Algorithm/PathFinding/AStarNodeTest.php | 2 +- tests/Algorithm/PathFinding/AStarTest.php | 2 +- tests/Algorithm/PathFinding/GridTest.php | 2 +- tests/Algorithm/PathFinding/HeuristicTest.php | 2 +- tests/Algorithm/PathFinding/JumpPointNodeTest.php | 2 +- tests/Algorithm/PathFinding/JumpPointSearchTest.php | 2 +- tests/Algorithm/PathFinding/NodeTest.php | 2 +- tests/Algorithm/PathFinding/PathTest.php | 2 +- tests/Algorithm/Sort/BitonicSortTest.php | 2 +- tests/Algorithm/Sort/BubbleSortTest.php | 2 +- tests/Algorithm/Sort/BucketSortTest.php | 2 +- tests/Algorithm/Sort/CocktailShakerSortTest.php | 2 +- tests/Algorithm/Sort/CombSortTest.php | 2 +- tests/Algorithm/Sort/CycleSortTest.php | 2 +- tests/Algorithm/Sort/GnomeSortTest.php | 2 +- tests/Algorithm/Sort/HeapSortTest.php | 2 +- tests/Algorithm/Sort/InsertionSortTest.php | 2 +- tests/Algorithm/Sort/IntroSortTest.php | 2 +- tests/Algorithm/Sort/MergeSortTest.php | 2 +- tests/Algorithm/Sort/NumericElement.php | 2 +- tests/Algorithm/Sort/OddEvenSortTest.php | 2 +- tests/Algorithm/Sort/PancakeSortTest.php | 2 +- tests/Algorithm/Sort/QuickSortTest.php | 2 +- tests/Algorithm/Sort/SelectionSortTest.php | 2 +- tests/Algorithm/Sort/ShellSortTest.php | 2 +- tests/Algorithm/Sort/StoogeSortTest.php | 2 +- tests/Algorithm/Sort/TimSortTest.php | 2 +- tests/Application/ApplicationAbstractTest.php | 2 +- tests/Application/ApplicationInfoTest.php | 2 +- tests/Application/ApplicationManagerTest.php | 2 +- tests/Application/InstallerAbstractTest.php | 2 +- tests/Application/StatusAbstractTest.php | 2 +- .../Testapp/Admin/Install/Application/Hooks.php | 2 +- .../Testapp/Admin/Install/Application/Routes.php | 2 +- tests/Application/Testapp/Admin/Installer.php | 4 ++-- tests/Application/Testapp/Admin/Status.php | 4 ++-- tests/Application/Testapp/Admin/Uninstaller.php | 4 ++-- tests/Application/Testapp/Controller/Controller.php | 4 ++-- tests/Application/UninstallerAbstractTest.php | 2 +- tests/Asset/AssetManagerTest.php | 2 +- tests/Asset/AssetTypeTest.php | 2 +- tests/Auth/AuthTest.php | 2 +- tests/Auth/LoginReturnTypeTest.php | 2 +- tests/AutoloadExceptionTest.php | 2 +- tests/Autoloader.php | 4 ++-- tests/AutoloaderTest.php | 2 +- tests/Business/Finance/DepreciationTest.php | 2 +- tests/Business/Finance/FinanceFormulasTest.php | 2 +- tests/Business/Finance/LoanTest.php | 2 +- tests/Business/Finance/LorenzkurveTest.php | 2 +- tests/Business/Finance/StockBondsTest.php | 2 +- .../Business/Marketing/ArticleCorrelationAffinityTest.php | 2 +- tests/Business/Marketing/CustomerValueTest.php | 2 +- tests/Business/Marketing/MetricsTest.php | 2 +- tests/Business/Marketing/NetPromoterScoreTest.php | 2 +- tests/Business/Marketing/PageRankTest.php | 2 +- tests/Business/Programming/MetricsTest.php | 2 +- tests/Business/Sales/MarketShareEstimationTest.php | 2 +- tests/Config/OptionsTraitTest.php | 2 +- tests/DataStorage/Cache/CachePoolTest.php | 2 +- tests/DataStorage/Cache/CacheStatusTest.php | 2 +- tests/DataStorage/Cache/CacheTypeTest.php | 2 +- tests/DataStorage/Cache/Connection/CacheValueTypeTest.php | 2 +- .../Cache/Connection/ConnectionFactoryTest.php | 2 +- .../Cache/Connection/FileCacheJsonSerializable.php | 2 +- .../Cache/Connection/FileCacheSerializable.php | 2 +- tests/DataStorage/Cache/Connection/FileCacheTest.php | 2 +- tests/DataStorage/Cache/Connection/MemCachedTest.php | 2 +- tests/DataStorage/Cache/Connection/NullCacheTest.php | 2 +- tests/DataStorage/Cache/Connection/RedisCacheTest.php | 2 +- .../Exception/InvalidConnectionConfigExceptionTest.php | 2 +- tests/DataStorage/Cookie/CookieJarTest.php | 2 +- .../Database/Connection/ConnectionFactoryTest.php | 2 +- .../Database/Connection/MysqlConnectionTest.php | 2 +- .../Database/Connection/NullConnectionTest.php | 2 +- .../Database/Connection/PostgresConnectionTest.php | 2 +- .../Database/Connection/SQLiteConnectionTest.php | 2 +- .../Database/Connection/SqlServerConnectionTest.php | 2 +- tests/DataStorage/Database/DataMapperAbstractTest.php | 2 +- tests/DataStorage/Database/DatabasePoolTest.php | 2 +- tests/DataStorage/Database/DatabaseStatusTest.php | 2 +- tests/DataStorage/Database/DatabaseTypeTest.php | 2 +- .../Exception/InvalidConnectionConfigExceptionTest.php | 2 +- .../Exception/InvalidDatabaseTypeExceptionTest.php | 2 +- .../Database/Exception/InvalidMapperExceptionTest.php | 2 +- tests/DataStorage/Database/Query/BuilderTest.php | 2 +- tests/DataStorage/Database/Query/ColumnTest.php | 2 +- tests/DataStorage/Database/Query/CountTest.php | 2 +- tests/DataStorage/Database/Query/ExpressionTest.php | 2 +- tests/DataStorage/Database/Query/FromTest.php | 2 +- tests/DataStorage/Database/Query/Grammar/GrammarTest.php | 2 +- .../Database/Query/Grammar/MysqlGrammarTest.php | 2 +- .../Database/Query/Grammar/OracleGrammarTest.php | 2 +- .../Database/Query/Grammar/PostgresGrammarTest.php | 2 +- .../Database/Query/Grammar/SQLiteGrammarTest.php | 2 +- .../Database/Query/Grammar/SqlServerGrammarTest.php | 2 +- tests/DataStorage/Database/Query/IntoTest.php | 2 +- tests/DataStorage/Database/Query/JoinTypeTest.php | 2 +- tests/DataStorage/Database/Query/QueryTypeTest.php | 2 +- tests/DataStorage/Database/Query/SelectTest.php | 2 +- tests/DataStorage/Database/Query/WhereTest.php | 2 +- tests/DataStorage/Database/RelationTypeTest.php | 2 +- tests/DataStorage/Database/Schema/BuilderTest.php | 2 +- tests/DataStorage/Database/Schema/Grammar/GrammarTest.php | 2 +- .../Database/Schema/Grammar/MysqlGrammarTest.php | 2 +- .../Database/Schema/Grammar/OracleGrammarTest.php | 2 +- .../Database/Schema/Grammar/PostgresGrammarTest.php | 2 +- .../Database/Schema/Grammar/SQLiteGrammarTest.php | 2 +- .../Database/Schema/Grammar/SqlServerGrammarTest.php | 2 +- tests/DataStorage/Database/Schema/QueryTypeTest.php | 2 +- tests/DataStorage/Database/SchemaMapperTest.php | 2 +- tests/DataStorage/Database/TestModel/BaseModel.php | 2 +- tests/DataStorage/Database/TestModel/BaseModelMapper.php | 2 +- tests/DataStorage/Database/TestModel/BelongsToModel.php | 2 +- .../Database/TestModel/BelongsToModelMapper.php | 2 +- tests/DataStorage/Database/TestModel/Conditional.php | 2 +- .../DataStorage/Database/TestModel/ConditionalMapper.php | 4 ++-- .../Database/TestModel/ManyToManyDirectModel.php | 2 +- .../Database/TestModel/ManyToManyDirectModelMapper.php | 2 +- .../DataStorage/Database/TestModel/ManyToManyRelModel.php | 2 +- .../Database/TestModel/ManyToManyRelModelMapper.php | 2 +- tests/DataStorage/Database/TestModel/NullBaseModel.php | 2 +- .../DataStorage/Database/TestModel/NullBelongsToModel.php | 2 +- .../Database/TestModel/NullManyToManyDirectModel.php | 2 +- .../Database/TestModel/NullManyToManyRelModel.php | 2 +- tests/DataStorage/Database/TestModel/NullOwnsOneModel.php | 2 +- tests/DataStorage/Database/TestModel/OwnsOneModel.php | 2 +- .../DataStorage/Database/TestModel/OwnsOneModelMapper.php | 2 +- tests/DataStorage/LockExceptionTest.php | 2 +- tests/DataStorage/Session/FileSessionHandlerTest.php | 2 +- tests/DataStorage/Session/FileSessionTest.php | 2 +- tests/DataStorage/Session/HttpSessionTest.php | 2 +- tests/Dispatcher/DispatcherTest.php | 2 +- tests/Dispatcher/TestController.php | 2 +- tests/Event/EventManagerTest.php | 2 +- tests/ExtensionTest.php | 2 +- tests/Image/KernelTest.php | 2 +- tests/Image/SkewTest.php | 2 +- tests/Image/ThresholdingTest.php | 2 +- tests/Localization/Defaults/CityMapperTest.php | 2 +- tests/Localization/Defaults/CityTest.php | 2 +- tests/Localization/Defaults/CountryMapperTest.php | 2 +- tests/Localization/Defaults/CountryTest.php | 2 +- tests/Localization/Defaults/CurrencyMapperTest.php | 2 +- tests/Localization/Defaults/CurrencyTest.php | 2 +- tests/Localization/Defaults/IbanMapperTest.php | 2 +- tests/Localization/Defaults/IbanTest.php | 2 +- tests/Localization/Defaults/LanguageMapperTest.php | 2 +- tests/Localization/Defaults/LanguageTest.php | 2 +- tests/Localization/ISO3166CharEnumTest.php | 2 +- tests/Localization/ISO3166NameEnumTest.php | 2 +- tests/Localization/ISO3166NumEnumTest.php | 2 +- tests/Localization/ISO3166TwoEnumTest.php | 2 +- tests/Localization/ISO4217CharEnumTest.php | 2 +- tests/Localization/ISO4217DecimalEnumTest.php | 2 +- tests/Localization/ISO4217EnumTest.php | 2 +- tests/Localization/ISO4217NumEnumTest.php | 2 +- tests/Localization/ISO4217SubUnitEnumTest.php | 2 +- tests/Localization/ISO4217SymbolEnumTest.php | 2 +- tests/Localization/ISO639EnumTest.php | 2 +- tests/Localization/ISO639x1EnumTest.php | 2 +- tests/Localization/ISO639x2EnumTest.php | 2 +- tests/Localization/ISO8601EnumArrayTest.php | 2 +- tests/Localization/L11nManagerTest.php | 2 +- tests/Localization/LocalizationTest.php | 2 +- tests/Localization/MoneyTest.php | 2 +- tests/Localization/PhoneEnumTest.php | 2 +- tests/Localization/TimeZoneEnumArrayTest.php | 2 +- tests/Log/FileLoggerTest.php | 2 +- tests/Log/LogLevelTest.php | 2 +- tests/Math/Exception/ZeroDevisionExceptionTest.php | 2 +- tests/Math/Functions/BetaTest.php | 2 +- tests/Math/Functions/FibonacciTest.php | 2 +- tests/Math/Functions/FunctionsTest.php | 2 +- tests/Math/Functions/GammaTest.php | 2 +- tests/Math/Geometry/ConvexHull/MonotoneChainTest.php | 2 +- tests/Math/Geometry/Shape/D2/CircleTest.php | 2 +- tests/Math/Geometry/Shape/D2/EllipseTest.php | 2 +- tests/Math/Geometry/Shape/D2/PolygonTest.php | 2 +- tests/Math/Geometry/Shape/D2/QuadrilateralTest.php | 2 +- tests/Math/Geometry/Shape/D2/RectangleTest.php | 2 +- tests/Math/Geometry/Shape/D2/TrapezoidTest.php | 2 +- tests/Math/Geometry/Shape/D2/TriangleTest.php | 2 +- tests/Math/Geometry/Shape/D3/ConeTest.php | 2 +- tests/Math/Geometry/Shape/D3/CuboidTest.php | 2 +- tests/Math/Geometry/Shape/D3/CylinderTest.php | 2 +- tests/Math/Geometry/Shape/D3/PrismTest.php | 2 +- tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php | 2 +- tests/Math/Geometry/Shape/D3/SphereTest.php | 2 +- tests/Math/Geometry/Shape/D3/TetrahedronTest.php | 2 +- tests/Math/Matrix/CholeskyDecompositionTest.php | 2 +- tests/Math/Matrix/EigenvalueDecompositionTest.php | 2 +- .../Matrix/Exception/InvalidDimensionExceptionTest.php | 2 +- tests/Math/Matrix/IdentityMatrixTest.php | 2 +- tests/Math/Matrix/LUDecompositionTest.php | 2 +- tests/Math/Matrix/MatrixTest.php | 2 +- tests/Math/Matrix/QRDecompositionTest.php | 2 +- tests/Math/Matrix/VectorTest.php | 2 +- tests/Math/Number/ComplexTest.php | 2 +- tests/Math/Number/IntegerTest.php | 2 +- tests/Math/Number/NaturalTest.php | 2 +- tests/Math/Number/NumberTypeTest.php | 2 +- tests/Math/Number/NumbersTest.php | 2 +- tests/Math/Number/PrimeTest.php | 2 +- tests/Math/Numerics/IntegrationTest.php | 2 +- .../Interpolation/CubicSplineInterpolationTest.php | 2 +- .../Numerics/Interpolation/LagrangeInterpolationTest.php | 2 +- .../Numerics/Interpolation/LinearInterpolationTest.php | 2 +- tests/Math/Parser/EvaluatorTest.php | 2 +- tests/Math/Statistic/AverageTest.php | 2 +- tests/Math/Statistic/BasicTest.php | 2 +- tests/Math/Statistic/CorrelationTest.php | 2 +- tests/Math/Statistic/Forecast/ErrorTest.php | 2 +- tests/Math/Statistic/Forecast/ForecastsTest.php | 2 +- .../Forecast/Regression/LevelLevelRegressionTest.php | 2 +- .../Forecast/Regression/LevelLogRegressionTest.php | 2 +- .../Forecast/Regression/LogLevelRegressionTest.php | 2 +- .../Forecast/Regression/LogLogRegressionTest.php | 2 +- .../Forecast/Regression/PolynomialRegressionTest.php | 2 +- tests/Math/Statistic/MeasureOfDispersionTest.php | 2 +- .../Stochastic/Distribution/BernoulliDistributionTest.php | 2 +- .../Math/Stochastic/Distribution/BetaDistributionTest.php | 2 +- .../Stochastic/Distribution/BinomialDistributionTest.php | 2 +- .../Stochastic/Distribution/CauchyDistributionTest.php | 2 +- .../Distribution/ChiSquaredDistributionTest.php | 2 +- .../Distribution/ExponentialDistributionTest.php | 2 +- tests/Math/Stochastic/Distribution/FDistributionTest.php | 2 +- .../Stochastic/Distribution/GammaDistributionTest.php | 2 +- .../Stochastic/Distribution/GeometricDistributionTest.php | 2 +- .../Distribution/HypergeometricDistributionTest.php | 2 +- .../Stochastic/Distribution/LaplaceDistributionTest.php | 2 +- .../Math/Stochastic/Distribution/LogDistributionTest.php | 2 +- .../Stochastic/Distribution/LogNormalDistributionTest.php | 2 +- .../Stochastic/Distribution/LogisticDistributionTest.php | 2 +- .../Stochastic/Distribution/NormalDistributionTest.php | 2 +- .../Stochastic/Distribution/ParetoDistributionTest.php | 2 +- .../Stochastic/Distribution/PoissonDistributionTest.php | 2 +- tests/Math/Stochastic/Distribution/TDistributionTest.php | 2 +- .../Distribution/UniformDistributionContinuousTest.php | 2 +- .../Distribution/UniformDistributionDiscreteTest.php | 2 +- .../Stochastic/Distribution/WeibullDistributionTest.php | 2 +- tests/Math/Stochastic/Distribution/ZTestTest.php | 2 +- tests/Math/Stochastic/NaiveBayesClassifierTest.php | 2 +- tests/Math/Topology/Metrics2DTest.php | 2 +- tests/Math/Topology/MetricsNDTest.php | 2 +- tests/Message/Console/ConsoleHeaderTest.php | 2 +- tests/Message/Console/ConsoleRequestTest.php | 2 +- tests/Message/Console/ConsoleResponseTest.php | 2 +- tests/Message/HeaderAbstractTest.php | 2 +- tests/Message/Http/BrowserTypeTest.php | 2 +- tests/Message/Http/HttpHeaderTest.php | 2 +- tests/Message/Http/HttpRequestTest.php | 2 +- tests/Message/Http/HttpResponseTest.php | 2 +- tests/Message/Http/OSTypeTest.php | 2 +- tests/Message/Http/RequestMethodTest.php | 2 +- tests/Message/Http/RequestStatusCodeTest.php | 2 +- tests/Message/Http/RequestStatusTest.php | 2 +- tests/Message/Http/RestTest.php | 2 +- tests/Message/Mail/EmailTest.php | 2 +- tests/Message/Mail/ImapTest.php | 2 +- tests/Message/Mail/MailHandlerMailTrait.php | 2 +- tests/Message/Mail/MailHandlerSendmailTrait.php | 2 +- tests/Message/Mail/MailHandlerSmtpTrait.php | 2 +- tests/Message/Mail/MailHandlerTest.php | 2 +- tests/Message/Mail/Pop3Test.php | 2 +- tests/Message/Mail/files/utf8.html | 2 +- tests/Message/RequestAbstractTest.php | 2 +- tests/Message/ResponseAbstractTest.php | 2 +- tests/Message/Socket/HeaderTest.php | 2 +- tests/Message/Socket/PacketManagerTest.php | 2 +- tests/Message/Socket/PacketTypeTest.php | 2 +- tests/Message/Socket/RequestTest.php | 2 +- tests/Message/Socket/ResponseTest.php | 2 +- tests/Model/Html/FormElementGeneratorTest.php | 2 +- tests/Model/Html/HeadTest.php | 2 +- tests/Model/Html/MetaTest.php | 2 +- tests/Model/Message/DomActionTest.php | 2 +- tests/Model/Message/DomTest.php | 2 +- tests/Model/Message/FormValidationTest.php | 2 +- tests/Model/Message/NotifyTest.php | 2 +- tests/Model/Message/NotifyTypeTest.php | 2 +- tests/Model/Message/RedirectTest.php | 2 +- tests/Model/Message/ReloadTest.php | 2 +- tests/Module/Exception/InvalidModuleExceptionTest.php | 2 +- tests/Module/Exception/InvalidThemeExceptionTest.php | 2 +- tests/Module/InstallerAbstractTest.php | 2 +- tests/Module/ModuleAbstractTest.php | 2 +- tests/Module/ModuleInfoTest.php | 2 +- tests/Module/ModuleManagerTest.php | 2 +- tests/Module/NullModuleTest.php | 2 +- tests/Module/PackageManagerTest.php | 2 +- tests/Module/StatusAbstractTest.php | 2 +- tests/Module/Test/Theme/Mytheme/Lang/en.lang.php | 2 +- tests/Module/Testmodule/Admin/Installer.php | 4 ++-- tests/Module/UninstallerAbstractTest.php | 2 +- tests/Preload0.php | 4 ++-- tests/PreloadTest/Preload1.php | 4 ++-- tests/PreloadTest/Sub/Preload2.php | 4 ++-- tests/PreloadTest/Sub/Preload3.php | 4 ++-- tests/PreloaderTest.php | 2 +- tests/Router/RouteVerbTest.php | 2 +- tests/Router/SocketRouterTest.php | 2 +- tests/Router/WebRouterTest.php | 2 +- tests/Security/PhpCodeTest.php | 2 +- tests/Socket/Client/ClientConnectionTest.php | 2 +- tests/Socket/Client/ClientTest.php | 2 +- tests/Socket/Client/NullClientConnectionTest.php | 2 +- tests/Socket/Server/ClientManagerTest.php | 2 +- tests/Socket/Server/ServerTest.php | 2 +- tests/Stdlib/Base/AddressTest.php | 2 +- tests/Stdlib/Base/AddressTypeTest.php | 2 +- tests/Stdlib/Base/EnumArrayDemo.php | 2 +- tests/Stdlib/Base/EnumArrayTest.php | 2 +- tests/Stdlib/Base/EnumDemo.php | 2 +- tests/Stdlib/Base/EnumTest.php | 2 +- tests/Stdlib/Base/Exception/InvalidEnumNameTest.php | 2 +- tests/Stdlib/Base/Exception/InvalidEnumValueTest.php | 2 +- tests/Stdlib/Base/HeapItem.php | 2 +- tests/Stdlib/Base/HeapTest.php | 2 +- tests/Stdlib/Base/IbanTest.php | 2 +- tests/Stdlib/Base/LocationTest.php | 2 +- tests/Stdlib/Base/NullLocationTest.php | 2 +- tests/Stdlib/Base/PhoneTypeTest.php | 2 +- tests/Stdlib/Base/SmartDateTimeTest.php | 2 +- tests/Stdlib/Graph/BinaryTreeTest.php | 2 +- tests/Stdlib/Graph/EdgeTest.php | 2 +- tests/Stdlib/Graph/GraphTest.php | 2 +- tests/Stdlib/Graph/NodeTest.php | 2 +- tests/Stdlib/Graph/TreeTest.php | 2 +- tests/Stdlib/Map/KeyTypeTest.php | 2 +- tests/Stdlib/Map/MultiMapTest.php | 2 +- tests/Stdlib/Map/OrderTypeTest.php | 2 +- tests/Stdlib/Queue/PriorityModeTest.php | 2 +- tests/Stdlib/Queue/PriorityQueueTest.php | 2 +- tests/System/CharsetTypeTest.php | 2 +- tests/System/File/ContentPutModeTest.php | 2 +- tests/System/File/ExtensionTypeTest.php | 2 +- tests/System/File/FileUtilsTest.php | 2 +- tests/System/File/Ftp/DirectoryTest.php | 2 +- tests/System/File/Ftp/FileTest.php | 2 +- tests/System/File/Ftp/FtpStorageTest.php | 2 +- tests/System/File/Local/DirectoryTest.php | 2 +- tests/System/File/Local/FileTest.php | 2 +- tests/System/File/Local/LocalStorageTest.php | 2 +- tests/System/File/PathExceptionTest.php | 2 +- tests/System/File/PermissionExceptionTest.php | 2 +- tests/System/File/StorageTest.php | 2 +- tests/System/MimeTypeTest.php | 2 +- tests/System/OperatingSystemTest.php | 2 +- tests/System/Search/StringSearchTest.php | 2 +- tests/System/SystemTypeTest.php | 2 +- tests/System/SystemUtilsTest.php | 2 +- tests/TestLoad.php | 4 ++-- tests/TestLoad2.php | 4 ++-- tests/TestLoad3.php | 4 ++-- tests/TestLoad4.php | 4 ++-- tests/UnhandledHandlerTest.php | 2 +- tests/Uri/ArgumentTest.php | 2 +- tests/Uri/HttpUriTest.php | 2 +- tests/Uri/InvalidUriExceptionTest.php | 2 +- tests/Uri/UriFactoryTest.php | 2 +- tests/Uri/UriSchemeTest.php | 2 +- tests/Utils/ArrayUtilsTest.php | 2 +- tests/Utils/Barcode/AztecTest.php | 2 +- tests/Utils/Barcode/C128AbstractTest.php | 2 +- tests/Utils/Barcode/C128aTest.php | 2 +- tests/Utils/Barcode/C128bTest.php | 2 +- tests/Utils/Barcode/C128cTest.php | 2 +- tests/Utils/Barcode/C25Test.php | 2 +- tests/Utils/Barcode/C39Test.php | 2 +- tests/Utils/Barcode/CodebarTest.php | 2 +- tests/Utils/Barcode/DatamatrixTest.php | 2 +- tests/Utils/Barcode/HIBCCTest.php | 2 +- tests/Utils/Barcode/OrientationTypeTest.php | 2 +- tests/Utils/Barcode/QRTest.php | 2 +- tests/Utils/ColorUtilsTest.php | 2 +- tests/Utils/Compression/LZWTest.php | 2 +- tests/Utils/Converter/AngleTypeTest.php | 2 +- tests/Utils/Converter/AreaTypeTest.php | 2 +- tests/Utils/Converter/CurrencyTest.php | 2 +- tests/Utils/Converter/EnergyPowerTypeTest.php | 2 +- tests/Utils/Converter/FileSizeTypeTest.php | 2 +- tests/Utils/Converter/FileTest.php | 2 +- tests/Utils/Converter/IpTest.php | 2 +- tests/Utils/Converter/LengthTypeTest.php | 2 +- tests/Utils/Converter/MeasurementTest.php | 2 +- tests/Utils/Converter/NumericTest.php | 2 +- tests/Utils/Converter/PressureTypeTest.php | 2 +- tests/Utils/Converter/SpeedTypeTest.php | 2 +- tests/Utils/Converter/TemperatureTypeTest.php | 2 +- tests/Utils/Converter/TimeTypeTest.php | 2 +- tests/Utils/Converter/VolumeTypeTest.php | 2 +- tests/Utils/Converter/WeightTypeTest.php | 2 +- tests/Utils/Encoding/CaesarTest.php | 2 +- tests/Utils/Encoding/GrayTest.php | 2 +- tests/Utils/Encoding/Huffman/DictionaryTest.php | 2 +- tests/Utils/Encoding/Huffman/HuffmanTest.php | 2 +- tests/Utils/Encoding/XorEncodingTest.php | 2 +- tests/Utils/Excel/ExcelTest.php | 2 +- tests/Utils/Git/AuthorTest.php | 2 +- tests/Utils/Git/BranchTest.php | 2 +- tests/Utils/Git/CommitTest.php | 2 +- tests/Utils/Git/GitTest.php | 2 +- tests/Utils/Git/RepositoryTest.php | 2 +- tests/Utils/Git/TagTest.php | 2 +- tests/Utils/IO/Csv/CsvSettingsTest.php | 2 +- tests/Utils/IO/IODatabaseMapperTest.php | 2 +- tests/Utils/IO/Json/InvalidJsonExceptionTest.php | 2 +- .../IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php | 2 +- tests/Utils/IO/Zip/GzTest.php | 2 +- tests/Utils/IO/Zip/TarGzTest.php | 2 +- tests/Utils/IO/Zip/TarTest.php | 2 +- tests/Utils/IO/Zip/ZipTest.php | 2 +- tests/Utils/ImageUtilsTest.php | 2 +- tests/Utils/MbStringUtilsTest.php | 2 +- tests/Utils/NumericUtilsTest.php | 2 +- tests/Utils/PDF/PdfTest.php | 2 +- tests/Utils/Parser/Markdown/MarkdownTest.php | 2 +- tests/Utils/Parser/Php/ArrayParserTest.php | 2 +- tests/Utils/PermutationTest.php | 2 +- tests/Utils/RnG/ArrayRandomizeTest.php | 2 +- tests/Utils/RnG/DateTimeTest.php | 2 +- tests/Utils/RnG/DistributionTypeTest.php | 2 +- tests/Utils/RnG/FileTest.php | 2 +- tests/Utils/RnG/LinearCongruentialGeneratorTest.php | 2 +- tests/Utils/RnG/NameTest.php | 2 +- tests/Utils/RnG/PhoneTest.php | 2 +- tests/Utils/RnG/StringUtilsTest.php | 2 +- tests/Utils/RnG/TextTest.php | 2 +- tests/Utils/StringCompareTest.php | 2 +- tests/Utils/StringUtilsTest.php | 2 +- tests/Utils/TaskSchedule/CronJobTest.php | 2 +- tests/Utils/TaskSchedule/CronTest.php | 2 +- tests/Utils/TaskSchedule/IntervalTest.php | 2 +- tests/Utils/TaskSchedule/ScheduleTest.php | 2 +- tests/Utils/TaskSchedule/SchedulerAbstractTest.php | 2 +- tests/Utils/TaskSchedule/SchedulerFactoryTest.php | 2 +- tests/Utils/TaskSchedule/TaskAbstractTest.php | 2 +- tests/Utils/TaskSchedule/TaskFactoryTest.php | 2 +- tests/Utils/TaskSchedule/TaskSchedulerTest.php | 2 +- tests/Utils/TestUtilsClass.php | 2 +- tests/Utils/TestUtilsTest.php | 2 +- tests/Validation/Base/DateTimeTest.php | 2 +- tests/Validation/Base/JsonTest.php | 2 +- tests/Validation/Finance/BICTest.php | 2 +- tests/Validation/Finance/CreditCardTest.php | 2 +- tests/Validation/Finance/IbanEnumTest.php | 2 +- tests/Validation/Finance/IbanErrorTypeTest.php | 2 +- tests/Validation/Finance/IbanTest.php | 2 +- tests/Validation/Network/EmailTest.php | 2 +- tests/Validation/Network/HostnameTest.php | 2 +- tests/Validation/Network/IpTest.php | 2 +- tests/Validation/ValidatorTest.php | 2 +- tests/Version/VersionTest.php | 2 +- tests/Views/PaginationViewTest.php | 2 +- tests/Views/ViewTest.php | 2 +- tests/Views/testArray.tpl.php | 2 +- tests/Views/testReturnTemplate.tpl.php | 2 +- 1026 files changed, 1587 insertions(+), 1587 deletions(-) diff --git a/Account/Account.php b/Account/Account.php index 2368176f2..06f5c4fe4 100755 --- a/Account/Account.php +++ b/Account/Account.php @@ -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 diff --git a/Account/AccountManager.php b/Account/AccountManager.php index db6ed5184..65ad61385 100755 --- a/Account/AccountManager.php +++ b/Account/AccountManager.php @@ -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 diff --git a/Account/AccountStatus.php b/Account/AccountStatus.php index 303505d7f..f61266acb 100755 --- a/Account/AccountStatus.php +++ b/Account/AccountStatus.php @@ -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 diff --git a/Account/AccountType.php b/Account/AccountType.php index 7aae7d438..b4e1a4877 100755 --- a/Account/AccountType.php +++ b/Account/AccountType.php @@ -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 diff --git a/Account/Group.php b/Account/Group.php index 8e292dd1d..0bc186cc3 100755 --- a/Account/Group.php +++ b/Account/Group.php @@ -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 diff --git a/Account/GroupStatus.php b/Account/GroupStatus.php index c6bea43db..08bdcb465 100755 --- a/Account/GroupStatus.php +++ b/Account/GroupStatus.php @@ -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 diff --git a/Account/NullAccount.php b/Account/NullAccount.php index c06930624..9504760b0 100755 --- a/Account/NullAccount.php +++ b/Account/NullAccount.php @@ -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 diff --git a/Account/NullGroup.php b/Account/NullGroup.php index 24f711dc9..a3a92f093 100755 --- a/Account/NullGroup.php +++ b/Account/NullGroup.php @@ -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 diff --git a/Account/PermissionAbstract.php b/Account/PermissionAbstract.php index 7a1af0c29..7fd765276 100755 --- a/Account/PermissionAbstract.php +++ b/Account/PermissionAbstract.php @@ -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 diff --git a/Account/PermissionHandlingTrait.php b/Account/PermissionHandlingTrait.php index ae1581253..593817320 100755 --- a/Account/PermissionHandlingTrait.php +++ b/Account/PermissionHandlingTrait.php @@ -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 diff --git a/Account/PermissionOwner.php b/Account/PermissionOwner.php index e6a847989..31a7f1913 100755 --- a/Account/PermissionOwner.php +++ b/Account/PermissionOwner.php @@ -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 diff --git a/Account/PermissionType.php b/Account/PermissionType.php index b16905b15..a46afc38a 100755 --- a/Account/PermissionType.php +++ b/Account/PermissionType.php @@ -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 diff --git a/Ai/NeuralNetwork/Neuron.php b/Ai/NeuralNetwork/Neuron.php index df414972a..d1057fda5 100755 --- a/Ai/NeuralNetwork/Neuron.php +++ b/Ai/NeuralNetwork/Neuron.php @@ -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 diff --git a/Ai/Ocr/BasicOcr.php b/Ai/Ocr/BasicOcr.php index 68baaa8b2..d32c6e111 100755 --- a/Ai/Ocr/BasicOcr.php +++ b/Ai/Ocr/BasicOcr.php @@ -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 diff --git a/Ai/Ocr/Tesseract/TesseractOcr.php b/Ai/Ocr/Tesseract/TesseractOcr.php index 959ef09a6..29e77da2d 100755 --- a/Ai/Ocr/Tesseract/TesseractOcr.php +++ b/Ai/Ocr/Tesseract/TesseractOcr.php @@ -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 diff --git a/Algorithm/Clustering/Kmeans.php b/Algorithm/Clustering/Kmeans.php index 11b04c2d0..a068d9926 100755 --- a/Algorithm/Clustering/Kmeans.php +++ b/Algorithm/Clustering/Kmeans.php @@ -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 diff --git a/Algorithm/Clustering/Point.php b/Algorithm/Clustering/Point.php index b24684ef7..d946c8552 100755 --- a/Algorithm/Clustering/Point.php +++ b/Algorithm/Clustering/Point.php @@ -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 diff --git a/Algorithm/Clustering/PointInterface.php b/Algorithm/Clustering/PointInterface.php index 58b754e9f..8118af2d1 100755 --- a/Algorithm/Clustering/PointInterface.php +++ b/Algorithm/Clustering/PointInterface.php @@ -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 diff --git a/Algorithm/CoinMatching/MinimumCoinProblem.php b/Algorithm/CoinMatching/MinimumCoinProblem.php index fbe2743e9..1b0096eb3 100755 --- a/Algorithm/CoinMatching/MinimumCoinProblem.php +++ b/Algorithm/CoinMatching/MinimumCoinProblem.php @@ -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 diff --git a/Algorithm/Graph/DependencyResolver.php b/Algorithm/Graph/DependencyResolver.php index fc65ef606..cb8dbeb05 100755 --- a/Algorithm/Graph/DependencyResolver.php +++ b/Algorithm/Graph/DependencyResolver.php @@ -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 diff --git a/Algorithm/JobScheduling/Job.php b/Algorithm/JobScheduling/Job.php index 7675d86ab..fdc295cde 100755 --- a/Algorithm/JobScheduling/Job.php +++ b/Algorithm/JobScheduling/Job.php @@ -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 diff --git a/Algorithm/JobScheduling/JobInterface.php b/Algorithm/JobScheduling/JobInterface.php index 8d3d0f87c..819b71699 100755 --- a/Algorithm/JobScheduling/JobInterface.php +++ b/Algorithm/JobScheduling/JobInterface.php @@ -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 diff --git a/Algorithm/JobScheduling/Weighted.php b/Algorithm/JobScheduling/Weighted.php index a3e3635c1..79121fad1 100755 --- a/Algorithm/JobScheduling/Weighted.php +++ b/Algorithm/JobScheduling/Weighted.php @@ -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 diff --git a/Algorithm/Knapsack/Backpack.php b/Algorithm/Knapsack/Backpack.php index f04a02744..5cb68b437 100755 --- a/Algorithm/Knapsack/Backpack.php +++ b/Algorithm/Knapsack/Backpack.php @@ -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 diff --git a/Algorithm/Knapsack/BackpackInterface.php b/Algorithm/Knapsack/BackpackInterface.php index 389069097..d6b8334bf 100755 --- a/Algorithm/Knapsack/BackpackInterface.php +++ b/Algorithm/Knapsack/BackpackInterface.php @@ -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 diff --git a/Algorithm/Knapsack/Bounded.php b/Algorithm/Knapsack/Bounded.php index 8f0f8fcd8..d5f15e2ea 100755 --- a/Algorithm/Knapsack/Bounded.php +++ b/Algorithm/Knapsack/Bounded.php @@ -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 diff --git a/Algorithm/Knapsack/Continuous.php b/Algorithm/Knapsack/Continuous.php index 79f6c23b7..b1f052a8c 100755 --- a/Algorithm/Knapsack/Continuous.php +++ b/Algorithm/Knapsack/Continuous.php @@ -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 diff --git a/Algorithm/Knapsack/Item.php b/Algorithm/Knapsack/Item.php index 5d243d610..e9c8e926f 100755 --- a/Algorithm/Knapsack/Item.php +++ b/Algorithm/Knapsack/Item.php @@ -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 diff --git a/Algorithm/Knapsack/ItemInterface.php b/Algorithm/Knapsack/ItemInterface.php index c7ea9f7c1..7f23172c9 100755 --- a/Algorithm/Knapsack/ItemInterface.php +++ b/Algorithm/Knapsack/ItemInterface.php @@ -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 diff --git a/Algorithm/Maze/MazeGenerator.php b/Algorithm/Maze/MazeGenerator.php index 1745f215e..e23573046 100755 --- a/Algorithm/Maze/MazeGenerator.php +++ b/Algorithm/Maze/MazeGenerator.php @@ -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 diff --git a/Algorithm/PathFinding/AStar.php b/Algorithm/PathFinding/AStar.php index de20b9505..05e51fc86 100755 --- a/Algorithm/PathFinding/AStar.php +++ b/Algorithm/PathFinding/AStar.php @@ -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 diff --git a/Algorithm/PathFinding/AStarNode.php b/Algorithm/PathFinding/AStarNode.php index 2b1c267e3..efeaa3ed2 100755 --- a/Algorithm/PathFinding/AStarNode.php +++ b/Algorithm/PathFinding/AStarNode.php @@ -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 diff --git a/Algorithm/PathFinding/Grid.php b/Algorithm/PathFinding/Grid.php index 041de756c..86af51953 100755 --- a/Algorithm/PathFinding/Grid.php +++ b/Algorithm/PathFinding/Grid.php @@ -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 diff --git a/Algorithm/PathFinding/Heuristic.php b/Algorithm/PathFinding/Heuristic.php index 385674328..d3c202462 100755 --- a/Algorithm/PathFinding/Heuristic.php +++ b/Algorithm/PathFinding/Heuristic.php @@ -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 diff --git a/Algorithm/PathFinding/HeuristicType.php b/Algorithm/PathFinding/HeuristicType.php index 8baa9dd8d..6afc7ff60 100755 --- a/Algorithm/PathFinding/HeuristicType.php +++ b/Algorithm/PathFinding/HeuristicType.php @@ -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 diff --git a/Algorithm/PathFinding/JumpPointNode.php b/Algorithm/PathFinding/JumpPointNode.php index 2e97bbb51..575595c43 100755 --- a/Algorithm/PathFinding/JumpPointNode.php +++ b/Algorithm/PathFinding/JumpPointNode.php @@ -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 diff --git a/Algorithm/PathFinding/JumpPointSearch.php b/Algorithm/PathFinding/JumpPointSearch.php index eb2db09d9..ed8561e4a 100755 --- a/Algorithm/PathFinding/JumpPointSearch.php +++ b/Algorithm/PathFinding/JumpPointSearch.php @@ -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 diff --git a/Algorithm/PathFinding/MovementType.php b/Algorithm/PathFinding/MovementType.php index 1cfe68798..5d54e51d8 100755 --- a/Algorithm/PathFinding/MovementType.php +++ b/Algorithm/PathFinding/MovementType.php @@ -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 diff --git a/Algorithm/PathFinding/Node.php b/Algorithm/PathFinding/Node.php index d46f32c2c..2d550ddda 100755 --- a/Algorithm/PathFinding/Node.php +++ b/Algorithm/PathFinding/Node.php @@ -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 diff --git a/Algorithm/PathFinding/NullJumpPointNode.php b/Algorithm/PathFinding/NullJumpPointNode.php index d9a967cdb..dd9e1a81e 100755 --- a/Algorithm/PathFinding/NullJumpPointNode.php +++ b/Algorithm/PathFinding/NullJumpPointNode.php @@ -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 diff --git a/Algorithm/PathFinding/NullNode.php b/Algorithm/PathFinding/NullNode.php index 33ab5f33a..a5f521547 100755 --- a/Algorithm/PathFinding/NullNode.php +++ b/Algorithm/PathFinding/NullNode.php @@ -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 diff --git a/Algorithm/PathFinding/Path.php b/Algorithm/PathFinding/Path.php index 884a449ca..733bf71ae 100755 --- a/Algorithm/PathFinding/Path.php +++ b/Algorithm/PathFinding/Path.php @@ -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 diff --git a/Algorithm/PathFinding/PathFinderInterface.php b/Algorithm/PathFinding/PathFinderInterface.php index 50f088f2f..8f08f7b24 100755 --- a/Algorithm/PathFinding/PathFinderInterface.php +++ b/Algorithm/PathFinding/PathFinderInterface.php @@ -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 diff --git a/Algorithm/Sort/BitonicSort.php b/Algorithm/Sort/BitonicSort.php index 3c4025dc3..b120e3ff0 100755 --- a/Algorithm/Sort/BitonicSort.php +++ b/Algorithm/Sort/BitonicSort.php @@ -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 diff --git a/Algorithm/Sort/BubbleSort.php b/Algorithm/Sort/BubbleSort.php index 2421239b2..53b7ac30e 100755 --- a/Algorithm/Sort/BubbleSort.php +++ b/Algorithm/Sort/BubbleSort.php @@ -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 diff --git a/Algorithm/Sort/BucketSort.php b/Algorithm/Sort/BucketSort.php index 226a14a33..79d861e82 100755 --- a/Algorithm/Sort/BucketSort.php +++ b/Algorithm/Sort/BucketSort.php @@ -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 diff --git a/Algorithm/Sort/CocktailShakerSort.php b/Algorithm/Sort/CocktailShakerSort.php index e52823cd8..e5792123c 100755 --- a/Algorithm/Sort/CocktailShakerSort.php +++ b/Algorithm/Sort/CocktailShakerSort.php @@ -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 diff --git a/Algorithm/Sort/CombSort.php b/Algorithm/Sort/CombSort.php index d91d02b66..99077c1b2 100755 --- a/Algorithm/Sort/CombSort.php +++ b/Algorithm/Sort/CombSort.php @@ -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 diff --git a/Algorithm/Sort/CycleSort.php b/Algorithm/Sort/CycleSort.php index 522d69f5c..28bcbb49c 100755 --- a/Algorithm/Sort/CycleSort.php +++ b/Algorithm/Sort/CycleSort.php @@ -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 diff --git a/Algorithm/Sort/GnomeSort.php b/Algorithm/Sort/GnomeSort.php index 4a5c396a3..c6510b0cb 100755 --- a/Algorithm/Sort/GnomeSort.php +++ b/Algorithm/Sort/GnomeSort.php @@ -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 diff --git a/Algorithm/Sort/HeapSort.php b/Algorithm/Sort/HeapSort.php index 1462ed9b9..a942e4cba 100755 --- a/Algorithm/Sort/HeapSort.php +++ b/Algorithm/Sort/HeapSort.php @@ -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 diff --git a/Algorithm/Sort/InsertionSort.php b/Algorithm/Sort/InsertionSort.php index 48b1d09cf..65da97708 100755 --- a/Algorithm/Sort/InsertionSort.php +++ b/Algorithm/Sort/InsertionSort.php @@ -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 diff --git a/Algorithm/Sort/IntroSort.php b/Algorithm/Sort/IntroSort.php index c15e42e16..ebf49997f 100755 --- a/Algorithm/Sort/IntroSort.php +++ b/Algorithm/Sort/IntroSort.php @@ -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 diff --git a/Algorithm/Sort/MergeSort.php b/Algorithm/Sort/MergeSort.php index be8a8d436..eb98e9cc9 100755 --- a/Algorithm/Sort/MergeSort.php +++ b/Algorithm/Sort/MergeSort.php @@ -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 diff --git a/Algorithm/Sort/OddEvenSort.php b/Algorithm/Sort/OddEvenSort.php index 11565e750..510ee9987 100755 --- a/Algorithm/Sort/OddEvenSort.php +++ b/Algorithm/Sort/OddEvenSort.php @@ -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 diff --git a/Algorithm/Sort/PancakeSort.php b/Algorithm/Sort/PancakeSort.php index e03e7d013..0c8d9b30e 100755 --- a/Algorithm/Sort/PancakeSort.php +++ b/Algorithm/Sort/PancakeSort.php @@ -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 diff --git a/Algorithm/Sort/QuickSort.php b/Algorithm/Sort/QuickSort.php index 00a78dfe0..df8b803f3 100755 --- a/Algorithm/Sort/QuickSort.php +++ b/Algorithm/Sort/QuickSort.php @@ -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 diff --git a/Algorithm/Sort/SelectionSort.php b/Algorithm/Sort/SelectionSort.php index f9d5591f9..e1cf0a1bb 100755 --- a/Algorithm/Sort/SelectionSort.php +++ b/Algorithm/Sort/SelectionSort.php @@ -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 diff --git a/Algorithm/Sort/ShellSort.php b/Algorithm/Sort/ShellSort.php index 65d7a2ca5..72b4666bd 100755 --- a/Algorithm/Sort/ShellSort.php +++ b/Algorithm/Sort/ShellSort.php @@ -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 diff --git a/Algorithm/Sort/SortInterface.php b/Algorithm/Sort/SortInterface.php index 7919aa333..d08570079 100755 --- a/Algorithm/Sort/SortInterface.php +++ b/Algorithm/Sort/SortInterface.php @@ -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 diff --git a/Algorithm/Sort/SortOrder.php b/Algorithm/Sort/SortOrder.php index 594bb6a26..a3894dbe3 100755 --- a/Algorithm/Sort/SortOrder.php +++ b/Algorithm/Sort/SortOrder.php @@ -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 diff --git a/Algorithm/Sort/SortableInterface.php b/Algorithm/Sort/SortableInterface.php index beca2e95e..05f13af22 100755 --- a/Algorithm/Sort/SortableInterface.php +++ b/Algorithm/Sort/SortableInterface.php @@ -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 diff --git a/Algorithm/Sort/StoogeSort.php b/Algorithm/Sort/StoogeSort.php index 73d70bf62..3f8a373f1 100755 --- a/Algorithm/Sort/StoogeSort.php +++ b/Algorithm/Sort/StoogeSort.php @@ -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 diff --git a/Algorithm/Sort/TimSort.php b/Algorithm/Sort/TimSort.php index 027ade45d..6f149d264 100755 --- a/Algorithm/Sort/TimSort.php +++ b/Algorithm/Sort/TimSort.php @@ -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 diff --git a/Application/ApplicationAbstract.php b/Application/ApplicationAbstract.php index 3fad23a80..391bff7f7 100755 --- a/Application/ApplicationAbstract.php +++ b/Application/ApplicationAbstract.php @@ -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 diff --git a/Application/ApplicationInfo.php b/Application/ApplicationInfo.php index defad60f0..90ae0df59 100755 --- a/Application/ApplicationInfo.php +++ b/Application/ApplicationInfo.php @@ -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 diff --git a/Application/ApplicationManager.php b/Application/ApplicationManager.php index cbd635d14..1482e72a8 100755 --- a/Application/ApplicationManager.php +++ b/Application/ApplicationManager.php @@ -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 diff --git a/Application/ApplicationStatus.php b/Application/ApplicationStatus.php index 9a8217211..e9241b313 100755 --- a/Application/ApplicationStatus.php +++ b/Application/ApplicationStatus.php @@ -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 diff --git a/Application/InstallerAbstract.php b/Application/InstallerAbstract.php index a7993191a..28793ad43 100755 --- a/Application/InstallerAbstract.php +++ b/Application/InstallerAbstract.php @@ -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 diff --git a/Application/StatusAbstract.php b/Application/StatusAbstract.php index 525d720a1..38fa1fc73 100755 --- a/Application/StatusAbstract.php +++ b/Application/StatusAbstract.php @@ -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 diff --git a/Application/UninstallerAbstract.php b/Application/UninstallerAbstract.php index 25c3919d6..bf1516a3d 100755 --- a/Application/UninstallerAbstract.php +++ b/Application/UninstallerAbstract.php @@ -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 diff --git a/Asset/AssetManager.php b/Asset/AssetManager.php index 4a8e64517..7a531db59 100755 --- a/Asset/AssetManager.php +++ b/Asset/AssetManager.php @@ -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 diff --git a/Asset/AssetType.php b/Asset/AssetType.php index f8c0daf29..d7c89cd79 100755 --- a/Asset/AssetType.php +++ b/Asset/AssetType.php @@ -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 diff --git a/Auth/Auth.php b/Auth/Auth.php index e7147507c..134d9870b 100755 --- a/Auth/Auth.php +++ b/Auth/Auth.php @@ -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 diff --git a/Auth/LoginReturnType.php b/Auth/LoginReturnType.php index 3607f53c6..1967252c4 100755 --- a/Auth/LoginReturnType.php +++ b/Auth/LoginReturnType.php @@ -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 diff --git a/AutoloadException.php b/AutoloadException.php index fc2748474..ee730a84c 100755 --- a/AutoloadException.php +++ b/AutoloadException.php @@ -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 diff --git a/Autoloader.php b/Autoloader.php index 9aa80f488..0ca579eb8 100755 --- a/Autoloader.php +++ b/Autoloader.php @@ -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 diff --git a/Business/Finance/Depreciation.php b/Business/Finance/Depreciation.php index 35f0ad8b0..6333e89d0 100755 --- a/Business/Finance/Depreciation.php +++ b/Business/Finance/Depreciation.php @@ -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 diff --git a/Business/Finance/FinanceFormulas.php b/Business/Finance/FinanceFormulas.php index 09a5bf4c8..1e56b90cc 100755 --- a/Business/Finance/FinanceFormulas.php +++ b/Business/Finance/FinanceFormulas.php @@ -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) diff --git a/Business/Finance/Loan.php b/Business/Finance/Loan.php index 623ed5d3a..a7a1a47d8 100755 --- a/Business/Finance/Loan.php +++ b/Business/Finance/Loan.php @@ -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) diff --git a/Business/Finance/Lorenzkurve.php b/Business/Finance/Lorenzkurve.php index 19c6c8525..f19f4a9d8 100755 --- a/Business/Finance/Lorenzkurve.php +++ b/Business/Finance/Lorenzkurve.php @@ -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 diff --git a/Business/Finance/StockBonds.php b/Business/Finance/StockBonds.php index e5a7b281d..5f75181cd 100755 --- a/Business/Finance/StockBonds.php +++ b/Business/Finance/StockBonds.php @@ -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) diff --git a/Business/Marketing/ArticleCorrelationAffinity.php b/Business/Marketing/ArticleCorrelationAffinity.php index 76103d7e0..15cc5ddf7 100755 --- a/Business/Marketing/ArticleCorrelationAffinity.php +++ b/Business/Marketing/ArticleCorrelationAffinity.php @@ -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 diff --git a/Business/Marketing/CustomerValue.php b/Business/Marketing/CustomerValue.php index 84eb958d3..3ed47dedc 100755 --- a/Business/Marketing/CustomerValue.php +++ b/Business/Marketing/CustomerValue.php @@ -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 diff --git a/Business/Marketing/Metrics.php b/Business/Marketing/Metrics.php index e0e1b9786..8c74a8cce 100755 --- a/Business/Marketing/Metrics.php +++ b/Business/Marketing/Metrics.php @@ -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 diff --git a/Business/Marketing/NetPromoterScore.php b/Business/Marketing/NetPromoterScore.php index 69f3e724f..1ef7687ef 100755 --- a/Business/Marketing/NetPromoterScore.php +++ b/Business/Marketing/NetPromoterScore.php @@ -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 diff --git a/Business/Marketing/PageRank.php b/Business/Marketing/PageRank.php index 5f1ed90c6..92fcc57c2 100755 --- a/Business/Marketing/PageRank.php +++ b/Business/Marketing/PageRank.php @@ -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 diff --git a/Business/Programming/Metrics.php b/Business/Programming/Metrics.php index 09d293494..c3a3ae880 100755 --- a/Business/Programming/Metrics.php +++ b/Business/Programming/Metrics.php @@ -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 diff --git a/Business/Sales/MarketShareEstimation.php b/Business/Sales/MarketShareEstimation.php index b50295a44..77f241bb2 100755 --- a/Business/Sales/MarketShareEstimation.php +++ b/Business/Sales/MarketShareEstimation.php @@ -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 diff --git a/Config/OptionsInterface.php b/Config/OptionsInterface.php index dd1214748..23218a59a 100755 --- a/Config/OptionsInterface.php +++ b/Config/OptionsInterface.php @@ -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 diff --git a/Config/OptionsTrait.php b/Config/OptionsTrait.php index f921478a5..3f309ceb4 100755 --- a/Config/OptionsTrait.php +++ b/Config/OptionsTrait.php @@ -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 diff --git a/Config/SettingsInterface.php b/Config/SettingsInterface.php index 0511b4a11..a09803061 100755 --- a/Config/SettingsInterface.php +++ b/Config/SettingsInterface.php @@ -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 diff --git a/Contract/ArrayableInterface.php b/Contract/ArrayableInterface.php index 9813d9e84..4c413ce25 100755 --- a/Contract/ArrayableInterface.php +++ b/Contract/ArrayableInterface.php @@ -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 diff --git a/Contract/RenderableInterface.php b/Contract/RenderableInterface.php index 5ef7d1364..48535787c 100755 --- a/Contract/RenderableInterface.php +++ b/Contract/RenderableInterface.php @@ -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 diff --git a/Contract/SerializableInterface.php b/Contract/SerializableInterface.php index 047e0a81b..8dd4578a7 100755 --- a/Contract/SerializableInterface.php +++ b/Contract/SerializableInterface.php @@ -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 diff --git a/Contract/StreamInterface.php b/Contract/StreamInterface.php index 164028e26..f9d57e7f5 100755 --- a/Contract/StreamInterface.php +++ b/Contract/StreamInterface.php @@ -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 diff --git a/DataStorage/Cache/CachePool.php b/DataStorage/Cache/CachePool.php index ae52caaeb..e973e5c48 100755 --- a/DataStorage/Cache/CachePool.php +++ b/DataStorage/Cache/CachePool.php @@ -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 diff --git a/DataStorage/Cache/CacheStatus.php b/DataStorage/Cache/CacheStatus.php index 4890285e7..65bce1ee5 100755 --- a/DataStorage/Cache/CacheStatus.php +++ b/DataStorage/Cache/CacheStatus.php @@ -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 diff --git a/DataStorage/Cache/CacheType.php b/DataStorage/Cache/CacheType.php index cb4e9f636..1783f6b78 100755 --- a/DataStorage/Cache/CacheType.php +++ b/DataStorage/Cache/CacheType.php @@ -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 diff --git a/DataStorage/Cache/Connection/CacheValueType.php b/DataStorage/Cache/Connection/CacheValueType.php index 87f390ffd..800fcdd82 100755 --- a/DataStorage/Cache/Connection/CacheValueType.php +++ b/DataStorage/Cache/Connection/CacheValueType.php @@ -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 diff --git a/DataStorage/Cache/Connection/ConnectionAbstract.php b/DataStorage/Cache/Connection/ConnectionAbstract.php index e3c1454bf..bb03002c6 100755 --- a/DataStorage/Cache/Connection/ConnectionAbstract.php +++ b/DataStorage/Cache/Connection/ConnectionAbstract.php @@ -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\Cache\CacheType; * * @package phpOMS\DataStorage\Cache\Connection * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class ConnectionAbstract implements ConnectionInterface diff --git a/DataStorage/Cache/Connection/ConnectionFactory.php b/DataStorage/Cache/Connection/ConnectionFactory.php index bf1d1667d..94124870c 100755 --- a/DataStorage/Cache/Connection/ConnectionFactory.php +++ b/DataStorage/Cache/Connection/ConnectionFactory.php @@ -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\DataStorage\Cache\CacheType; * * @package phpOMS\DataStorage\Cache\Connection * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class ConnectionFactory diff --git a/DataStorage/Cache/Connection/ConnectionInterface.php b/DataStorage/Cache/Connection/ConnectionInterface.php index 57fb2ab55..526468601 100755 --- a/DataStorage/Cache/Connection/ConnectionInterface.php +++ b/DataStorage/Cache/Connection/ConnectionInterface.php @@ -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\DataStorage\DataStorageConnectionInterface; * * @package phpOMS\DataStorage\Cache\Connection * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface ConnectionInterface extends DataStorageConnectionInterface diff --git a/DataStorage/Cache/Connection/FileCache.php b/DataStorage/Cache/Connection/FileCache.php index 6cc00df5e..d9d5875e6 100755 --- a/DataStorage/Cache/Connection/FileCache.php +++ b/DataStorage/Cache/Connection/FileCache.php @@ -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); @@ -37,7 +37,7 @@ use phpOMS\System\File\Local\File; * * @package phpOMS\DataStorage\Cache\Connection * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class FileCache extends ConnectionAbstract diff --git a/DataStorage/Cache/Connection/MemCached.php b/DataStorage/Cache/Connection/MemCached.php index 08a73c4ea..ee3fb7ada 100755 --- a/DataStorage/Cache/Connection/MemCached.php +++ b/DataStorage/Cache/Connection/MemCached.php @@ -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\Cache\Exception\InvalidConnectionConfigException; * * @package phpOMS\DataStorage\Cache\Connection * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class MemCached extends ConnectionAbstract diff --git a/DataStorage/Cache/Connection/NullCache.php b/DataStorage/Cache/Connection/NullCache.php index 85700757a..e09ab73b4 100755 --- a/DataStorage/Cache/Connection/NullCache.php +++ b/DataStorage/Cache/Connection/NullCache.php @@ -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\DataStorage\Cache\Connection; * * @package phpOMS\DataStorage\Cache\Connection * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullCache extends ConnectionAbstract diff --git a/DataStorage/Cache/Connection/RedisCache.php b/DataStorage/Cache/Connection/RedisCache.php index 7fbabd009..fe6e217ab 100755 --- a/DataStorage/Cache/Connection/RedisCache.php +++ b/DataStorage/Cache/Connection/RedisCache.php @@ -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\Stdlib\Base\Exception\InvalidEnumValue; * * @package phpOMS\DataStorage\Cache\Connection * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class RedisCache extends ConnectionAbstract diff --git a/DataStorage/Cache/Exception/InvalidConnectionConfigException.php b/DataStorage/Cache/Exception/InvalidConnectionConfigException.php index 5427a440d..ae0a7a3db 100755 --- a/DataStorage/Cache/Exception/InvalidConnectionConfigException.php +++ b/DataStorage/Cache/Exception/InvalidConnectionConfigException.php @@ -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\DataStorage\Cache\Exception; * * @package phpOMS\DataStorage\Cache\Exception * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class InvalidConnectionConfigException extends \InvalidArgumentException diff --git a/DataStorage/Cookie/CookieJar.php b/DataStorage/Cookie/CookieJar.php index 15d9674b9..174782c17 100755 --- a/DataStorage/Cookie/CookieJar.php +++ b/DataStorage/Cookie/CookieJar.php @@ -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\DataStorage\LockException; * * @package phpOMS\DataStorage\Cookie * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class CookieJar diff --git a/DataStorage/DataMapperInterface.php b/DataStorage/DataMapperInterface.php index 344e8360f..0251bfcb0 100755 --- a/DataStorage/DataMapperInterface.php +++ b/DataStorage/DataMapperInterface.php @@ -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\DataStorage; * * @package phpOMS\DataStorage * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface DataMapperInterface diff --git a/DataStorage/DataStorageConnectionInterface.php b/DataStorage/DataStorageConnectionInterface.php index 99bb4051d..40a9a9421 100755 --- a/DataStorage/DataStorageConnectionInterface.php +++ b/DataStorage/DataStorageConnectionInterface.php @@ -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\DataStorage; * * @package phpOMS\DataStorage * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface DataStorageConnectionInterface diff --git a/DataStorage/DataStoragePoolInterface.php b/DataStorage/DataStoragePoolInterface.php index 258c699ab..06792d021 100755 --- a/DataStorage/DataStoragePoolInterface.php +++ b/DataStorage/DataStoragePoolInterface.php @@ -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\DataStorage; * * @package phpOMS\DataStorage * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface DataStoragePoolInterface diff --git a/DataStorage/Database/BuilderAbstract.php b/DataStorage/Database/BuilderAbstract.php index cc5de135a..64a095d84 100755 --- a/DataStorage/Database/BuilderAbstract.php +++ b/DataStorage/Database/BuilderAbstract.php @@ -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\DataStorage\Database\Query\QueryType; * * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class BuilderAbstract diff --git a/DataStorage/Database/Connection/ConnectionAbstract.php b/DataStorage/Database/Connection/ConnectionAbstract.php index da00d95a9..185ede627 100755 --- a/DataStorage/Database/Connection/ConnectionAbstract.php +++ b/DataStorage/Database/Connection/ConnectionAbstract.php @@ -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); @@ -29,7 +29,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\Grammar as SchemaGrammar; * * @package phpOMS\DataStorage\Database\Connection * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class ConnectionAbstract implements ConnectionInterface diff --git a/DataStorage/Database/Connection/ConnectionFactory.php b/DataStorage/Database/Connection/ConnectionFactory.php index 41b7358bd..3c22cdb27 100755 --- a/DataStorage/Database/Connection/ConnectionFactory.php +++ b/DataStorage/Database/Connection/ConnectionFactory.php @@ -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\DataStorage\Database\DatabaseType; * * @package phpOMS\DataStorage\Database\Connection * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class ConnectionFactory diff --git a/DataStorage/Database/Connection/ConnectionInterface.php b/DataStorage/Database/Connection/ConnectionInterface.php index 3fa43181a..b2c00afaa 100755 --- a/DataStorage/Database/Connection/ConnectionInterface.php +++ b/DataStorage/Database/Connection/ConnectionInterface.php @@ -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\DataStorageConnectionInterface; * * @package phpOMS\DataStorage\Database\Connection * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface ConnectionInterface extends DataStorageConnectionInterface diff --git a/DataStorage/Database/Connection/MysqlConnection.php b/DataStorage/Database/Connection/MysqlConnection.php index f85fc51b4..9bc050f33 100755 --- a/DataStorage/Database/Connection/MysqlConnection.php +++ b/DataStorage/Database/Connection/MysqlConnection.php @@ -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); @@ -27,7 +27,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\MysqlGrammar as MysqlSchemaGramma * * @package phpOMS\DataStorage\Database\Connection * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class MysqlConnection extends ConnectionAbstract diff --git a/DataStorage/Database/Connection/NullConnection.php b/DataStorage/Database/Connection/NullConnection.php index 03cf913ea..7c68396ac 100755 --- a/DataStorage/Database/Connection/NullConnection.php +++ b/DataStorage/Database/Connection/NullConnection.php @@ -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\DataStorage\Database\Connection; * * @package phpOMS\DataStorage\Database\Connection * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullConnection extends ConnectionAbstract diff --git a/DataStorage/Database/Connection/NullPDO.php b/DataStorage/Database/Connection/NullPDO.php index a4d91b5f1..8f031947c 100755 --- a/DataStorage/Database/Connection/NullPDO.php +++ b/DataStorage/Database/Connection/NullPDO.php @@ -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\DataStorage\Database\Connection; * * @package phpOMS\DataStorage\Database\Connection * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullPDO extends \PDO diff --git a/DataStorage/Database/Connection/PostgresConnection.php b/DataStorage/Database/Connection/PostgresConnection.php index 8e098baa1..0aaef6cc4 100755 --- a/DataStorage/Database/Connection/PostgresConnection.php +++ b/DataStorage/Database/Connection/PostgresConnection.php @@ -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); @@ -28,7 +28,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\PostgresGrammar as PostgresSchema * * @package phpOMS\DataStorage\Database\Connection * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class PostgresConnection extends ConnectionAbstract diff --git a/DataStorage/Database/Connection/SQLiteConnection.php b/DataStorage/Database/Connection/SQLiteConnection.php index 050285ac1..7e95a3968 100755 --- a/DataStorage/Database/Connection/SQLiteConnection.php +++ b/DataStorage/Database/Connection/SQLiteConnection.php @@ -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); @@ -28,7 +28,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\SQLiteGrammar as SQLiteSchemaGram * * @package phpOMS\DataStorage\Database\Connection * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class SQLiteConnection extends ConnectionAbstract diff --git a/DataStorage/Database/Connection/SqlServerConnection.php b/DataStorage/Database/Connection/SqlServerConnection.php index f32e17e2b..ca66e484a 100755 --- a/DataStorage/Database/Connection/SqlServerConnection.php +++ b/DataStorage/Database/Connection/SqlServerConnection.php @@ -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); @@ -28,7 +28,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\SqlServerGrammar as SqlServerSche * * @package phpOMS\DataStorage\Database\Connection * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class SqlServerConnection extends ConnectionAbstract diff --git a/DataStorage/Database/DatabasePool.php b/DataStorage/Database/DatabasePool.php index 27d9dec5d..5648adef5 100755 --- a/DataStorage/Database/DatabasePool.php +++ b/DataStorage/Database/DatabasePool.php @@ -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\DataStorage\DataStoragePoolInterface; * * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class DatabasePool implements DataStoragePoolInterface diff --git a/DataStorage/Database/DatabaseStatus.php b/DataStorage/Database/DatabaseStatus.php index f2706a127..a19b72e7b 100755 --- a/DataStorage/Database/DatabaseStatus.php +++ b/DataStorage/Database/DatabaseStatus.php @@ -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\Database * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class DatabaseStatus extends Enum diff --git a/DataStorage/Database/DatabaseType.php b/DataStorage/Database/DatabaseType.php index 299150895..5086b0c03 100755 --- a/DataStorage/Database/DatabaseType.php +++ b/DataStorage/Database/DatabaseType.php @@ -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\Database * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class DatabaseType extends Enum diff --git a/DataStorage/Database/Exception/InvalidConnectionConfigException.php b/DataStorage/Database/Exception/InvalidConnectionConfigException.php index 5703bb48b..97c7b4507 100755 --- a/DataStorage/Database/Exception/InvalidConnectionConfigException.php +++ b/DataStorage/Database/Exception/InvalidConnectionConfigException.php @@ -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\DataStorage\Database\Exception; * * @package phpOMS\DataStorage\Database\Exception * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class InvalidConnectionConfigException extends \InvalidArgumentException diff --git a/DataStorage/Database/Exception/InvalidDatabaseTypeException.php b/DataStorage/Database/Exception/InvalidDatabaseTypeException.php index 30c291699..a776c4d9b 100755 --- a/DataStorage/Database/Exception/InvalidDatabaseTypeException.php +++ b/DataStorage/Database/Exception/InvalidDatabaseTypeException.php @@ -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\DataStorage\Database\Exception; * * @package phpOMS\DataStorage\Database\Exception * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class InvalidDatabaseTypeException extends \InvalidArgumentException diff --git a/DataStorage/Database/Exception/InvalidMapperException.php b/DataStorage/Database/Exception/InvalidMapperException.php index dfeb71671..b706d5471 100755 --- a/DataStorage/Database/Exception/InvalidMapperException.php +++ b/DataStorage/Database/Exception/InvalidMapperException.php @@ -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\DataStorage\Database\Exception; * * @package phpOMS\DataStorage\Database\Exception * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class InvalidMapperException extends \RuntimeException diff --git a/DataStorage/Database/GrammarAbstract.php b/DataStorage/Database/GrammarAbstract.php index d4c59e5a9..b2d9a6ce6 100755 --- a/DataStorage/Database/GrammarAbstract.php +++ b/DataStorage/Database/GrammarAbstract.php @@ -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\DataStorage\Database\Query\QueryType; * * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class GrammarAbstract diff --git a/DataStorage/Database/Mapper/DataMapperAbstract.php b/DataStorage/Database/Mapper/DataMapperAbstract.php index 382796471..069f6c266 100755 --- a/DataStorage/Database/Mapper/DataMapperAbstract.php +++ b/DataStorage/Database/Mapper/DataMapperAbstract.php @@ -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\Query\OrderType; * * @package phpOMS\DataStorage\Database\Mapper * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class DataMapperAbstract diff --git a/DataStorage/Database/Mapper/DataMapperFactory.php b/DataStorage/Database/Mapper/DataMapperFactory.php index b9f33250a..43fd780fd 100755 --- a/DataStorage/Database/Mapper/DataMapperFactory.php +++ b/DataStorage/Database/Mapper/DataMapperFactory.php @@ -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\Database\Query\Where; * * @package phpOMS\DataStorage\Database\Mapper * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class DataMapperFactory diff --git a/DataStorage/Database/Mapper/DeleteMapper.php b/DataStorage/Database/Mapper/DeleteMapper.php index 0f322f17e..1ac933b9c 100755 --- a/DataStorage/Database/Mapper/DeleteMapper.php +++ b/DataStorage/Database/Mapper/DeleteMapper.php @@ -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\DataStorage\Database\Query\Builder; * * @package phpOMS\DataStorage\Database\Mapper * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class DeleteMapper extends DataMapperAbstract diff --git a/DataStorage/Database/Mapper/MapperType.php b/DataStorage/Database/Mapper/MapperType.php index f2a770451..d88264bab 100755 --- a/DataStorage/Database/Mapper/MapperType.php +++ b/DataStorage/Database/Mapper/MapperType.php @@ -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\DataStorage\Database\Mapper * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class MapperType extends Enum diff --git a/DataStorage/Database/Mapper/ReadMapper.php b/DataStorage/Database/Mapper/ReadMapper.php index d1731e36a..27cfa0518 100755 --- a/DataStorage/Database/Mapper/ReadMapper.php +++ b/DataStorage/Database/Mapper/ReadMapper.php @@ -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\Utils\ArrayUtils; * * @package phpOMS\DataStorage\Database\Mapper * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class ReadMapper extends DataMapperAbstract diff --git a/DataStorage/Database/Mapper/UpdateMapper.php b/DataStorage/Database/Mapper/UpdateMapper.php index d5bf2f40e..34589e957 100755 --- a/DataStorage/Database/Mapper/UpdateMapper.php +++ b/DataStorage/Database/Mapper/UpdateMapper.php @@ -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\Utils\ArrayUtils; * * @package phpOMS\DataStorage\Database\Mapper * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class UpdateMapper extends DataMapperAbstract diff --git a/DataStorage/Database/Mapper/WriteMapper.php b/DataStorage/Database/Mapper/WriteMapper.php index 397d745a8..850bf7564 100755 --- a/DataStorage/Database/Mapper/WriteMapper.php +++ b/DataStorage/Database/Mapper/WriteMapper.php @@ -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\DataStorage\Database\Mapper * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class WriteMapper extends DataMapperAbstract diff --git a/DataStorage/Database/Query/Builder.php b/DataStorage/Database/Query/Builder.php index 1e851e306..f0d3cee8d 100755 --- a/DataStorage/Database/Query/Builder.php +++ b/DataStorage/Database/Query/Builder.php @@ -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\Database\Connection\ConnectionAbstract; * * @package phpOMS\DataStorage\Database\Query * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Builder extends BuilderAbstract diff --git a/DataStorage/Database/Query/Column.php b/DataStorage/Database/Query/Column.php index 4663179ad..f19e4e4b1 100755 --- a/DataStorage/Database/Query/Column.php +++ b/DataStorage/Database/Query/Column.php @@ -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\DataStorage\Database\Query; * * @package phpOMS\DataStorage\Database\Query * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Column extends Builder diff --git a/DataStorage/Database/Query/Count.php b/DataStorage/Database/Query/Count.php index f6d83a8ba..204a3769e 100755 --- a/DataStorage/Database/Query/Count.php +++ b/DataStorage/Database/Query/Count.php @@ -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\DataStorage\Database\Query; * * @package phpOMS\DataStorage\Database\Query * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Count extends Builder diff --git a/DataStorage/Database/Query/Expression.php b/DataStorage/Database/Query/Expression.php index df7f5e1a2..25875d8c8 100755 --- a/DataStorage/Database/Query/Expression.php +++ b/DataStorage/Database/Query/Expression.php @@ -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\DataStorage\Database\Query; * * @package phpOMS\DataStorage\Database\Query * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Expression extends Builder diff --git a/DataStorage/Database/Query/From.php b/DataStorage/Database/Query/From.php index cc0338636..f09cfc920 100755 --- a/DataStorage/Database/Query/From.php +++ b/DataStorage/Database/Query/From.php @@ -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\DataStorage\Database\Query; * * @package phpOMS\DataStorage\Database\Query * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class From extends Builder diff --git a/DataStorage/Database/Query/Grammar/Grammar.php b/DataStorage/Database/Query/Grammar/Grammar.php index 24bad2f8b..8d1027103 100755 --- a/DataStorage/Database/Query/Grammar/Grammar.php +++ b/DataStorage/Database/Query/Grammar/Grammar.php @@ -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); @@ -28,7 +28,7 @@ use phpOMS\DataStorage\Database\Query\Where; * * @package phpOMS\DataStorage\Database\Query\Grammar * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @todo Karaka/phpOMS#33 diff --git a/DataStorage/Database/Query/Grammar/GrammarInterface.php b/DataStorage/Database/Query/Grammar/GrammarInterface.php index cd60e5015..9718b1d6d 100755 --- a/DataStorage/Database/Query/Grammar/GrammarInterface.php +++ b/DataStorage/Database/Query/Grammar/GrammarInterface.php @@ -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\DataStorage\Database\Query\Grammar; * * @package phpOMS\DataStorage\Database\Query\Grammar * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface GrammarInterface diff --git a/DataStorage/Database/Query/Grammar/MysqlGrammar.php b/DataStorage/Database/Query/Grammar/MysqlGrammar.php index 4a34d1eb5..0b5e9e932 100755 --- a/DataStorage/Database/Query/Grammar/MysqlGrammar.php +++ b/DataStorage/Database/Query/Grammar/MysqlGrammar.php @@ -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\DataStorage\Database\Query\Builder; * * @package phpOMS\DataStorage\Database\Query\Grammar * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class MysqlGrammar extends Grammar diff --git a/DataStorage/Database/Query/Grammar/OracleGrammar.php b/DataStorage/Database/Query/Grammar/OracleGrammar.php index 142a1e4b5..1aea000da 100755 --- a/DataStorage/Database/Query/Grammar/OracleGrammar.php +++ b/DataStorage/Database/Query/Grammar/OracleGrammar.php @@ -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\DataStorage\Database\Query\Builder; * * @package phpOMS\DataStorage\Database\Query\Grammar * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class OracleGrammar extends Grammar diff --git a/DataStorage/Database/Query/Grammar/PostgresGrammar.php b/DataStorage/Database/Query/Grammar/PostgresGrammar.php index 5d1a04750..dbf186616 100755 --- a/DataStorage/Database/Query/Grammar/PostgresGrammar.php +++ b/DataStorage/Database/Query/Grammar/PostgresGrammar.php @@ -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\DataStorage\Database\Query\Builder; * * @package phpOMS\DataStorage\Database\Query\Grammar * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class PostgresGrammar extends Grammar diff --git a/DataStorage/Database/Query/Grammar/SQLiteGrammar.php b/DataStorage/Database/Query/Grammar/SQLiteGrammar.php index 1e27a0dbf..34ed78184 100755 --- a/DataStorage/Database/Query/Grammar/SQLiteGrammar.php +++ b/DataStorage/Database/Query/Grammar/SQLiteGrammar.php @@ -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\DataStorage\Database\Query\Builder; * * @package phpOMS\DataStorage\Database\Query\Grammar * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class SQLiteGrammar extends Grammar diff --git a/DataStorage/Database/Query/Grammar/SqlServerGrammar.php b/DataStorage/Database/Query/Grammar/SqlServerGrammar.php index 10b95a0ff..873d287fc 100755 --- a/DataStorage/Database/Query/Grammar/SqlServerGrammar.php +++ b/DataStorage/Database/Query/Grammar/SqlServerGrammar.php @@ -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\DataStorage\Database\Query\Builder; * * @package phpOMS\DataStorage\Database\Query\Grammar * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class SqlServerGrammar extends Grammar diff --git a/DataStorage/Database/Query/Into.php b/DataStorage/Database/Query/Into.php index 04f2c0df3..d713a78c3 100755 --- a/DataStorage/Database/Query/Into.php +++ b/DataStorage/Database/Query/Into.php @@ -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\DataStorage\Database\Query; * * @package phpOMS\DataStorage\Database\Query * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Into extends Builder diff --git a/DataStorage/Database/Query/JoinType.php b/DataStorage/Database/Query/JoinType.php index f52d0a28a..82f87bc79 100755 --- a/DataStorage/Database/Query/JoinType.php +++ b/DataStorage/Database/Query/JoinType.php @@ -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\DataStorage\Database\Query * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class JoinType extends Enum diff --git a/DataStorage/Database/Query/OrderType.php b/DataStorage/Database/Query/OrderType.php index dd4fb9836..4c0a33c72 100755 --- a/DataStorage/Database/Query/OrderType.php +++ b/DataStorage/Database/Query/OrderType.php @@ -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\DataStorage\Database\Query * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class OrderType extends Enum diff --git a/DataStorage/Database/Query/Parameter.php b/DataStorage/Database/Query/Parameter.php index 9868bcf3d..cd40dd789 100755 --- a/DataStorage/Database/Query/Parameter.php +++ b/DataStorage/Database/Query/Parameter.php @@ -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\DataStorage\Database\Query; * * @package phpOMS\DataStorage\Database\Query * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Parameter diff --git a/DataStorage/Database/Query/QueryType.php b/DataStorage/Database/Query/QueryType.php index 1e817be80..ce1adcabc 100755 --- a/DataStorage/Database/Query/QueryType.php +++ b/DataStorage/Database/Query/QueryType.php @@ -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\DataStorage\Database\Query * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class QueryType extends Enum diff --git a/DataStorage/Database/Query/Select.php b/DataStorage/Database/Query/Select.php index fc2945d45..8ebb415f6 100755 --- a/DataStorage/Database/Query/Select.php +++ b/DataStorage/Database/Query/Select.php @@ -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\DataStorage\Database\Query; * * @package phpOMS\DataStorage\Database\Query * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Select extends Builder diff --git a/DataStorage/Database/Query/Where.php b/DataStorage/Database/Query/Where.php index 2318f5351..241ffbf25 100755 --- a/DataStorage/Database/Query/Where.php +++ b/DataStorage/Database/Query/Where.php @@ -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\DataStorage\Database\Connection\ConnectionAbstract; * * @package phpOMS\DataStorage\Database\Query * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Where extends Builder diff --git a/DataStorage/Database/RelationType.php b/DataStorage/Database/RelationType.php index 15b66f6f2..ffe30c240 100755 --- a/DataStorage/Database/RelationType.php +++ b/DataStorage/Database/RelationType.php @@ -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\Database * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class RelationType extends Enum diff --git a/DataStorage/Database/Schema/Builder.php b/DataStorage/Database/Schema/Builder.php index 2e5972f31..b4f679a80 100755 --- a/DataStorage/Database/Schema/Builder.php +++ b/DataStorage/Database/Schema/Builder.php @@ -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\DataStorage\Database\Query\Builder as QueryBuilder; * * @package phpOMS\DataStorage\Database\Schema * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Builder extends QueryBuilder diff --git a/DataStorage/Database/Schema/Field.php b/DataStorage/Database/Schema/Field.php index 8e8420461..3a837cf6c 100755 --- a/DataStorage/Database/Schema/Field.php +++ b/DataStorage/Database/Schema/Field.php @@ -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\DataStorage\Database\Schema; * * @package phpOMS\DataStorage\Database\Schema * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Field diff --git a/DataStorage/Database/Schema/Grammar/Grammar.php b/DataStorage/Database/Schema/Grammar/Grammar.php index 92a0621c0..aad9c857c 100755 --- a/DataStorage/Database/Schema/Grammar/Grammar.php +++ b/DataStorage/Database/Schema/Grammar/Grammar.php @@ -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\QueryType; * * @package phpOMS\DataStorage\Database\Schema\Grammar * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Grammar extends QueryGrammar diff --git a/DataStorage/Database/Schema/Grammar/GrammarInterface.php b/DataStorage/Database/Schema/Grammar/GrammarInterface.php index fcc707c4f..cdaae0470 100755 --- a/DataStorage/Database/Schema/Grammar/GrammarInterface.php +++ b/DataStorage/Database/Schema/Grammar/GrammarInterface.php @@ -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\DataStorage\Database\Schema\Grammar; * * @package phpOMS\DataStorage\Database\Schema\Grammar * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface GrammarInterface diff --git a/DataStorage/Database/Schema/Grammar/MysqlGrammar.php b/DataStorage/Database/Schema/Grammar/MysqlGrammar.php index 5b054ac0d..b35a0b993 100755 --- a/DataStorage/Database/Schema/Grammar/MysqlGrammar.php +++ b/DataStorage/Database/Schema/Grammar/MysqlGrammar.php @@ -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\DataStorage\Database\Query\Builder; * * @package phpOMS\DataStorage\Database\Schema\Grammar * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class MysqlGrammar extends Grammar diff --git a/DataStorage/Database/Schema/Grammar/OracleGrammar.php b/DataStorage/Database/Schema/Grammar/OracleGrammar.php index 1f63418fb..4249a0c82 100755 --- a/DataStorage/Database/Schema/Grammar/OracleGrammar.php +++ b/DataStorage/Database/Schema/Grammar/OracleGrammar.php @@ -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\DataStorage\Database\Schema\Grammar; * * @package phpOMS\DataStorage\Database\Schema\Grammar * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class OracleGrammar extends Grammar diff --git a/DataStorage/Database/Schema/Grammar/PostgresGrammar.php b/DataStorage/Database/Schema/Grammar/PostgresGrammar.php index 3df24df21..6c56c7f2e 100755 --- a/DataStorage/Database/Schema/Grammar/PostgresGrammar.php +++ b/DataStorage/Database/Schema/Grammar/PostgresGrammar.php @@ -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\DataStorage\Database\Schema\Grammar; * * @package phpOMS\DataStorage\Database\Schema\Grammar * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class PostgresGrammar extends Grammar diff --git a/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php b/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php index 8b6df8b80..e69025c39 100755 --- a/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php +++ b/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php @@ -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\DataStorage\Database\Schema\Grammar; * * @package phpOMS\DataStorage\Database\Schema\Grammar * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class SQLiteGrammar extends Grammar diff --git a/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php b/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php index 8235ec034..bf3d6ec20 100755 --- a/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php +++ b/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php @@ -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\DataStorage\Database\Schema\Grammar; * * @package phpOMS\DataStorage\Database\Schema\Grammar * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class SqlServerGrammar extends Grammar diff --git a/DataStorage/Database/Schema/QueryType.php b/DataStorage/Database/Schema/QueryType.php index 7c29253b1..376d7b015 100755 --- a/DataStorage/Database/Schema/QueryType.php +++ b/DataStorage/Database/Schema/QueryType.php @@ -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\Query\QueryType as DefaultQueryType; * * @package phpOMS\DataStorage\Database\Schema * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class QueryType extends DefaultQueryType diff --git a/DataStorage/Database/Schema/Table.php b/DataStorage/Database/Schema/Table.php index a371adaf1..9ea8a9b36 100755 --- a/DataStorage/Database/Schema/Table.php +++ b/DataStorage/Database/Schema/Table.php @@ -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\DataStorage\Database\Schema; * * @package phpOMS\DataStorage\Database\Schema * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Table diff --git a/DataStorage/Database/SchemaMapper.php b/DataStorage/Database/SchemaMapper.php index b998a87e3..0ce6896cd 100755 --- a/DataStorage/Database/SchemaMapper.php +++ b/DataStorage/Database/SchemaMapper.php @@ -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\Database\Schema\Table; * * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class SchemaMapper diff --git a/DataStorage/LockException.php b/DataStorage/LockException.php index 7ae251c4f..acda2f460 100755 --- a/DataStorage/LockException.php +++ b/DataStorage/LockException.php @@ -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\DataStorage; * * @package phpOMS\DataStorage * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class LockException extends \RuntimeException diff --git a/DataStorage/Session/FileSession.php b/DataStorage/Session/FileSession.php index f32a0759e..a42689118 100755 --- a/DataStorage/Session/FileSession.php +++ b/DataStorage/Session/FileSession.php @@ -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\DataStorage\LockException; * * @package phpOMS\DataStorage\Session * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @SuppressWarnings(PHPMD.Superglobals) diff --git a/DataStorage/Session/FileSessionHandler.php b/DataStorage/Session/FileSessionHandler.php index 140c677af..7261240d2 100755 --- a/DataStorage/Session/FileSessionHandler.php +++ b/DataStorage/Session/FileSessionHandler.php @@ -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\DataStorage\Session; * * @package phpOMS\DataStorage\Session * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @SuppressWarnings(PHPMD.Superglobals) diff --git a/DataStorage/Session/HttpSession.php b/DataStorage/Session/HttpSession.php index 513e91e94..3f7fc29df 100755 --- a/DataStorage/Session/HttpSession.php +++ b/DataStorage/Session/HttpSession.php @@ -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\Uri\UriFactory; * * @package phpOMS\DataStorage\Session * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @SuppressWarnings(PHPMD.Superglobals) diff --git a/DataStorage/Session/SessionInterface.php b/DataStorage/Session/SessionInterface.php index 03e5a13dd..1cc010c9e 100755 --- a/DataStorage/Session/SessionInterface.php +++ b/DataStorage/Session/SessionInterface.php @@ -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\DataStorage\Session; * * @package phpOMS\DataStorage\Session * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface SessionInterface diff --git a/Dispatcher/Dispatcher.php b/Dispatcher/Dispatcher.php index c5f7a4c87..680a07ce2 100755 --- a/Dispatcher/Dispatcher.php +++ b/Dispatcher/Dispatcher.php @@ -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\System\File\PathException; * * @package phpOMS\Dispatcher * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Dispatcher implements DispatcherInterface diff --git a/Dispatcher/DispatcherInterface.php b/Dispatcher/DispatcherInterface.php index a3635c713..c29a7ace5 100755 --- a/Dispatcher/DispatcherInterface.php +++ b/Dispatcher/DispatcherInterface.php @@ -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\Dispatcher; * * @package phpOMS\Dispatcher * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface DispatcherInterface diff --git a/Event/EventManager.php b/Event/EventManager.php index 74ade4873..94c2f455c 100755 --- a/Event/EventManager.php +++ b/Event/EventManager.php @@ -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); @@ -28,7 +28,7 @@ use phpOMS\Dispatcher\DispatcherInterface; * * @package phpOMS\Event * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class EventManager implements \Countable diff --git a/Image/Kernel.php b/Image/Kernel.php index 6eee370c4..5c16ddedd 100755 --- a/Image/Kernel.php +++ b/Image/Kernel.php @@ -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\Utils\NumericUtils; * * @package phpOMS\Image * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Kernel diff --git a/Image/Skew.php b/Image/Skew.php index 58cb3f0a0..edf70c177 100755 --- a/Image/Skew.php +++ b/Image/Skew.php @@ -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\Image; * * @package phpOMS\Image * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Skew diff --git a/Image/Thresholding.php b/Image/Thresholding.php index 247cc59f3..ae15dd68b 100755 --- a/Image/Thresholding.php +++ b/Image/Thresholding.php @@ -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\Utils\ImageUtils; * * @package phpOMS\Image * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Thresholding diff --git a/Localization/Defaults/City.php b/Localization/Defaults/City.php index dee70af4a..32b1cce03 100755 --- a/Localization/Defaults/City.php +++ b/Localization/Defaults/City.php @@ -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\Localization\Defaults; * * @package phpOMS\Localization\Defaults * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class City diff --git a/Localization/Defaults/CityMapper.php b/Localization/Defaults/CityMapper.php index 6d252dcdd..63085a159 100755 --- a/Localization/Defaults/CityMapper.php +++ b/Localization/Defaults/CityMapper.php @@ -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\DataStorage\Database\Mapper\DataMapperFactory; * * @package phpOMS\Localization\Defaults * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class CityMapper extends DataMapperFactory diff --git a/Localization/Defaults/Country.php b/Localization/Defaults/Country.php index f2277aaf0..9f9c18f7f 100755 --- a/Localization/Defaults/Country.php +++ b/Localization/Defaults/Country.php @@ -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\Localization\Defaults; * * @package phpOMS\Localization\Defaults * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Country diff --git a/Localization/Defaults/CountryMapper.php b/Localization/Defaults/CountryMapper.php index f5d9dfca2..9fca6a59a 100755 --- a/Localization/Defaults/CountryMapper.php +++ b/Localization/Defaults/CountryMapper.php @@ -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\DataStorage\Database\Mapper\DataMapperFactory; * * @package phpOMS\Localization\Defaults * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class CountryMapper extends DataMapperFactory diff --git a/Localization/Defaults/Currency.php b/Localization/Defaults/Currency.php index 7637420e5..0a4dba314 100755 --- a/Localization/Defaults/Currency.php +++ b/Localization/Defaults/Currency.php @@ -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\Localization\Defaults; * * @package phpOMS\Localization\Defaults * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Currency diff --git a/Localization/Defaults/CurrencyMapper.php b/Localization/Defaults/CurrencyMapper.php index 6553d4665..e4f32cb00 100755 --- a/Localization/Defaults/CurrencyMapper.php +++ b/Localization/Defaults/CurrencyMapper.php @@ -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\DataStorage\Database\Mapper\DataMapperFactory; * * @package phpOMS\Localization\Defaults * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class CurrencyMapper extends DataMapperFactory diff --git a/Localization/Defaults/Iban.php b/Localization/Defaults/Iban.php index 5705864c2..dd3c59e0b 100755 --- a/Localization/Defaults/Iban.php +++ b/Localization/Defaults/Iban.php @@ -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\Localization\Defaults; * * @package phpOMS\Localization\Defaults * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Iban diff --git a/Localization/Defaults/IbanMapper.php b/Localization/Defaults/IbanMapper.php index 73cecd40c..55100317a 100755 --- a/Localization/Defaults/IbanMapper.php +++ b/Localization/Defaults/IbanMapper.php @@ -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\DataStorage\Database\Mapper\DataMapperFactory; * * @package phpOMS\Localization\Defaults * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class IbanMapper extends DataMapperFactory diff --git a/Localization/Defaults/Language.php b/Localization/Defaults/Language.php index 01cc341f2..c443eec2a 100755 --- a/Localization/Defaults/Language.php +++ b/Localization/Defaults/Language.php @@ -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\Localization\Defaults; * * @package phpOMS\Localization\Defaults * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Language diff --git a/Localization/Defaults/LanguageMapper.php b/Localization/Defaults/LanguageMapper.php index 9c3be433f..923d056a7 100755 --- a/Localization/Defaults/LanguageMapper.php +++ b/Localization/Defaults/LanguageMapper.php @@ -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\DataStorage\Database\Mapper\DataMapperFactory; * * @package phpOMS\Localization\Defaults * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class LanguageMapper extends DataMapperFactory diff --git a/Localization/Defaults/NullCity.php b/Localization/Defaults/NullCity.php index 866f03fa2..db0707130 100755 --- a/Localization/Defaults/NullCity.php +++ b/Localization/Defaults/NullCity.php @@ -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\Localization\Defaults; * * @package phpOMS\Localization\Defaults * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullCity extends City diff --git a/Localization/Defaults/NullCountry.php b/Localization/Defaults/NullCountry.php index 095cff58d..3cee8c825 100755 --- a/Localization/Defaults/NullCountry.php +++ b/Localization/Defaults/NullCountry.php @@ -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\Localization\Defaults; * * @package phpOMS\Localization\Defaults * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullCountry extends Country diff --git a/Localization/Defaults/NullCurrency.php b/Localization/Defaults/NullCurrency.php index 9bc9af077..8f2eb88f9 100755 --- a/Localization/Defaults/NullCurrency.php +++ b/Localization/Defaults/NullCurrency.php @@ -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\Localization\Defaults; * * @package phpOMS\Localization\Defaults * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullCurrency extends Currency diff --git a/Localization/Defaults/NullIban.php b/Localization/Defaults/NullIban.php index c2507f0ea..f73b7b8be 100755 --- a/Localization/Defaults/NullIban.php +++ b/Localization/Defaults/NullIban.php @@ -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\Localization\Defaults; * * @package phpOMS\Localization\Defaults * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullIban extends Iban diff --git a/Localization/Defaults/NullLanguage.php b/Localization/Defaults/NullLanguage.php index 9b152132b..1067f0b0f 100755 --- a/Localization/Defaults/NullLanguage.php +++ b/Localization/Defaults/NullLanguage.php @@ -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\Localization\Defaults; * * @package phpOMS\Localization\Defaults * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullLanguage extends Language diff --git a/Localization/ISO3166CharEnum.php b/Localization/ISO3166CharEnum.php index 8032d22d0..d27d1cac6 100755 --- a/Localization/ISO3166CharEnum.php +++ b/Localization/ISO3166CharEnum.php @@ -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\Localization * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class ISO3166CharEnum extends Enum diff --git a/Localization/ISO3166NameEnum.php b/Localization/ISO3166NameEnum.php index 03c29dbe6..cd7e3d260 100755 --- a/Localization/ISO3166NameEnum.php +++ b/Localization/ISO3166NameEnum.php @@ -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\Localization * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class ISO3166NameEnum extends Enum diff --git a/Localization/ISO3166NumEnum.php b/Localization/ISO3166NumEnum.php index 7ec3a8916..423373486 100755 --- a/Localization/ISO3166NumEnum.php +++ b/Localization/ISO3166NumEnum.php @@ -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\Localization * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class ISO3166NumEnum extends Enum diff --git a/Localization/ISO3166TwoEnum.php b/Localization/ISO3166TwoEnum.php index cd786144c..fbb56a080 100755 --- a/Localization/ISO3166TwoEnum.php +++ b/Localization/ISO3166TwoEnum.php @@ -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\Localization * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class ISO3166TwoEnum extends Enum diff --git a/Localization/ISO4217CharEnum.php b/Localization/ISO4217CharEnum.php index ef308a70c..577bf28d2 100755 --- a/Localization/ISO4217CharEnum.php +++ b/Localization/ISO4217CharEnum.php @@ -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\Localization * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class ISO4217CharEnum extends Enum diff --git a/Localization/ISO4217DecimalEnum.php b/Localization/ISO4217DecimalEnum.php index d159debbb..e53480e06 100755 --- a/Localization/ISO4217DecimalEnum.php +++ b/Localization/ISO4217DecimalEnum.php @@ -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\Localization * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class ISO4217DecimalEnum extends Enum diff --git a/Localization/ISO4217Enum.php b/Localization/ISO4217Enum.php index 8bcd8618e..520e7dbb7 100755 --- a/Localization/ISO4217Enum.php +++ b/Localization/ISO4217Enum.php @@ -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\Localization * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class ISO4217Enum extends Enum diff --git a/Localization/ISO4217NumEnum.php b/Localization/ISO4217NumEnum.php index b5c3cb8c0..450e9266b 100755 --- a/Localization/ISO4217NumEnum.php +++ b/Localization/ISO4217NumEnum.php @@ -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\Localization * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class ISO4217NumEnum extends Enum diff --git a/Localization/ISO4217SubUnitEnum.php b/Localization/ISO4217SubUnitEnum.php index 52b7e63a9..4cdd464a6 100755 --- a/Localization/ISO4217SubUnitEnum.php +++ b/Localization/ISO4217SubUnitEnum.php @@ -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\Localization * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class ISO4217SubUnitEnum extends Enum diff --git a/Localization/ISO4217SymbolEnum.php b/Localization/ISO4217SymbolEnum.php index dcca3691f..496e68d30 100755 --- a/Localization/ISO4217SymbolEnum.php +++ b/Localization/ISO4217SymbolEnum.php @@ -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\Localization * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class ISO4217SymbolEnum extends Enum diff --git a/Localization/ISO639Enum.php b/Localization/ISO639Enum.php index c18556bcb..83e987148 100755 --- a/Localization/ISO639Enum.php +++ b/Localization/ISO639Enum.php @@ -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\Localization * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class ISO639Enum extends Enum diff --git a/Localization/ISO639x1Enum.php b/Localization/ISO639x1Enum.php index 0cf5df5eb..9499207f5 100755 --- a/Localization/ISO639x1Enum.php +++ b/Localization/ISO639x1Enum.php @@ -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\Localization * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class ISO639x1Enum extends Enum diff --git a/Localization/ISO639x2Enum.php b/Localization/ISO639x2Enum.php index 5c9f445be..50cbcaafd 100755 --- a/Localization/ISO639x2Enum.php +++ b/Localization/ISO639x2Enum.php @@ -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\Localization * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class ISO639x2Enum extends Enum diff --git a/Localization/ISO8601EnumArray.php b/Localization/ISO8601EnumArray.php index 6bf378e66..9cf52b5d8 100755 --- a/Localization/ISO8601EnumArray.php +++ b/Localization/ISO8601EnumArray.php @@ -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\Stdlib\Base\EnumArray; * * @package phpOMS\Localization * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class ISO8601EnumArray extends EnumArray diff --git a/Localization/L11nManager.php b/Localization/L11nManager.php index 28c7d21ba..a777a4ff9 100755 --- a/Localization/L11nManager.php +++ b/Localization/L11nManager.php @@ -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\Module\ModuleAbstract; * * @package phpOMS\Localization * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class L11nManager diff --git a/Localization/LegalEntityType.php b/Localization/LegalEntityType.php index f79f4aef3..5b38c630e 100755 --- a/Localization/LegalEntityType.php +++ b/Localization/LegalEntityType.php @@ -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\Localization * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class LegalEntityEnum extends Enum diff --git a/Localization/Localization.php b/Localization/Localization.php index 1518863e0..8749d9140 100755 --- a/Localization/Localization.php +++ b/Localization/Localization.php @@ -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\Utils\Converter\TemperatureType; * * @package phpOMS\Localization * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Localization implements \JsonSerializable diff --git a/Localization/Money.php b/Localization/Money.php index 88ed7e778..52bd7e4a8 100755 --- a/Localization/Money.php +++ b/Localization/Money.php @@ -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\FloatInt; * * @package phpOMS\Localization * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Money extends FloatInt diff --git a/Localization/NullLocalization.php b/Localization/NullLocalization.php index 7a1dd8d89..131eee5b5 100755 --- a/Localization/NullLocalization.php +++ b/Localization/NullLocalization.php @@ -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\Localization; * * @package phpOMS\Localization * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullLocalization extends Localization diff --git a/Localization/PhoneEnum.php b/Localization/PhoneEnum.php index dfc7cbddd..d64ecb73a 100755 --- a/Localization/PhoneEnum.php +++ b/Localization/PhoneEnum.php @@ -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\Localization * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class PhoneEnum extends Enum diff --git a/Localization/TimeZoneEnumArray.php b/Localization/TimeZoneEnumArray.php index bdb223fbb..ade27f510 100755 --- a/Localization/TimeZoneEnumArray.php +++ b/Localization/TimeZoneEnumArray.php @@ -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\EnumArray; * * @package phpOMS\Localization * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class TimeZoneEnumArray extends EnumArray diff --git a/Log/FileLogger.php b/Log/FileLogger.php index fb67dc8e1..cdc24a6f1 100755 --- a/Log/FileLogger.php +++ b/Log/FileLogger.php @@ -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\Local\File; * * @package phpOMS\Log * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @SuppressWarnings(PHPMD.Superglobals) diff --git a/Log/LogLevel.php b/Log/LogLevel.php index 6914728df..0bd44e144 100755 --- a/Log/LogLevel.php +++ b/Log/LogLevel.php @@ -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\Log * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class LogLevel extends Enum diff --git a/Log/LoggerInterface.php b/Log/LoggerInterface.php index cf1ea1842..03d76902d 100755 --- a/Log/LoggerInterface.php +++ b/Log/LoggerInterface.php @@ -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\Log; * * @package phpOMS\Log * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface LoggerInterface diff --git a/Math/Exception/ZeroDivisionException.php b/Math/Exception/ZeroDivisionException.php index 82275a1dc..82d766c73 100755 --- a/Math/Exception/ZeroDivisionException.php +++ b/Math/Exception/ZeroDivisionException.php @@ -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\Math\Exception; * * @package phpOMS\Math\Exception * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class ZeroDivisionException extends \UnexpectedValueException diff --git a/Math/Functions/Beta.php b/Math/Functions/Beta.php index 385ddeba5..b530a3e80 100755 --- a/Math/Functions/Beta.php +++ b/Math/Functions/Beta.php @@ -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\Math\Functions; * * @package phpOMS\Math\Functions * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Beta diff --git a/Math/Functions/Fibonacci.php b/Math/Functions/Fibonacci.php index 28ae6459d..3c2f9664c 100755 --- a/Math/Functions/Fibonacci.php +++ b/Math/Functions/Fibonacci.php @@ -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\Number\Numbers; * * @package phpOMS\Math\Functions * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Fibonacci diff --git a/Math/Functions/Functions.php b/Math/Functions/Functions.php index 0125ba931..8bd13e090 100755 --- a/Math/Functions/Functions.php +++ b/Math/Functions/Functions.php @@ -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\Math\Functions; * * @package phpOMS\Math\Functions * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Functions diff --git a/Math/Functions/Gamma.php b/Math/Functions/Gamma.php index e26fe0f65..fa868dcc7 100755 --- a/Math/Functions/Gamma.php +++ b/Math/Functions/Gamma.php @@ -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\Math\Functions; * * @package phpOMS\Math\Functions * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Gamma diff --git a/Math/Geometry/ConvexHull/MonotoneChain.php b/Math/Geometry/ConvexHull/MonotoneChain.php index 14d765288..0f4cb6039 100755 --- a/Math/Geometry/ConvexHull/MonotoneChain.php +++ b/Math/Geometry/ConvexHull/MonotoneChain.php @@ -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\Math\Geometry\ConvexHull; * * @package phpOMS\Math\Geometry\ConvexHull * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class MonotoneChain diff --git a/Math/Geometry/Shape/D2/Circle.php b/Math/Geometry/Shape/D2/Circle.php index 2a341ea3a..211bdb2a6 100755 --- a/Math/Geometry/Shape/D2/Circle.php +++ b/Math/Geometry/Shape/D2/Circle.php @@ -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\Math\Geometry\Shape\D2; * * @package phpOMS\Math\Geometry\Shape\D2 * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Circle implements D2ShapeInterface diff --git a/Math/Geometry/Shape/D2/D2ShapeInterface.php b/Math/Geometry/Shape/D2/D2ShapeInterface.php index eab3d9fc4..18f6ef3f7 100755 --- a/Math/Geometry/Shape/D2/D2ShapeInterface.php +++ b/Math/Geometry/Shape/D2/D2ShapeInterface.php @@ -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\Geometry\Shape\ShapeInterface; * * @package phpOMS\Math\Geometry\Shape\D2 * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface D2ShapeInterface extends ShapeInterface diff --git a/Math/Geometry/Shape/D2/Ellipse.php b/Math/Geometry/Shape/D2/Ellipse.php index 16710b464..8a26fcd20 100755 --- a/Math/Geometry/Shape/D2/Ellipse.php +++ b/Math/Geometry/Shape/D2/Ellipse.php @@ -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\Math\Geometry\Shape\D2; * * @package phpOMS\Math\Geometry\Shape\D2 * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Ellipse implements D2ShapeInterface diff --git a/Math/Geometry/Shape/D2/Polygon.php b/Math/Geometry/Shape/D2/Polygon.php index 5f5026f7e..0a6d3b879 100755 --- a/Math/Geometry/Shape/D2/Polygon.php +++ b/Math/Geometry/Shape/D2/Polygon.php @@ -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\Math\Geometry\Shape\D2; * * @package phpOMS\Math\Geometry\Shape\D2 * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Polygon implements D2ShapeInterface diff --git a/Math/Geometry/Shape/D2/Quadrilateral.php b/Math/Geometry/Shape/D2/Quadrilateral.php index d3358e331..b408a8b20 100755 --- a/Math/Geometry/Shape/D2/Quadrilateral.php +++ b/Math/Geometry/Shape/D2/Quadrilateral.php @@ -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\Math\Geometry\Shape\D2; * * @package phpOMS\Math\Geometry\Shape\D2 * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Quadrilateral implements D2ShapeInterface diff --git a/Math/Geometry/Shape/D2/Rectangle.php b/Math/Geometry/Shape/D2/Rectangle.php index 38c1c5848..aa408e78a 100755 --- a/Math/Geometry/Shape/D2/Rectangle.php +++ b/Math/Geometry/Shape/D2/Rectangle.php @@ -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\Math\Geometry\Shape\D2; * * @package phpOMS\Math\Geometry\Shape\D2 * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Rectangle implements D2ShapeInterface diff --git a/Math/Geometry/Shape/D2/Trapezoid.php b/Math/Geometry/Shape/D2/Trapezoid.php index 1c232c069..c438455d7 100755 --- a/Math/Geometry/Shape/D2/Trapezoid.php +++ b/Math/Geometry/Shape/D2/Trapezoid.php @@ -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\Math\Geometry\Shape\D2; * * @package phpOMS\Math\Geometry\Shape\D2 * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Trapezoid implements D2ShapeInterface diff --git a/Math/Geometry/Shape/D2/Triangle.php b/Math/Geometry/Shape/D2/Triangle.php index ebd36f6f9..f8b9ddd8a 100755 --- a/Math/Geometry/Shape/D2/Triangle.php +++ b/Math/Geometry/Shape/D2/Triangle.php @@ -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\Math\Geometry\Shape\D2; * * @package phpOMS\Math\Geometry\Shape\D2 * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Triangle implements D2ShapeInterface diff --git a/Math/Geometry/Shape/D3/Cone.php b/Math/Geometry/Shape/D3/Cone.php index 9f3c9c9df..009901320 100755 --- a/Math/Geometry/Shape/D3/Cone.php +++ b/Math/Geometry/Shape/D3/Cone.php @@ -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\Math\Geometry\Shape\D3; * * @package phpOMS\Math\Geometry\Shape\D3 * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Cone implements D3ShapeInterface diff --git a/Math/Geometry/Shape/D3/Cuboid.php b/Math/Geometry/Shape/D3/Cuboid.php index 7d19dae9a..75f3fa083 100755 --- a/Math/Geometry/Shape/D3/Cuboid.php +++ b/Math/Geometry/Shape/D3/Cuboid.php @@ -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\Math\Geometry\Shape\D3; * * @package phpOMS\Math\Geometry\Shape\D3 * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Cuboid implements D3ShapeInterface diff --git a/Math/Geometry/Shape/D3/Cylinder.php b/Math/Geometry/Shape/D3/Cylinder.php index b8dfdfce5..74d47cf7b 100755 --- a/Math/Geometry/Shape/D3/Cylinder.php +++ b/Math/Geometry/Shape/D3/Cylinder.php @@ -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\Math\Geometry\Shape\D3; * * @package phpOMS\Math\Geometry\Shape\D3 * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Cylinder implements D3ShapeInterface diff --git a/Math/Geometry/Shape/D3/D3ShapeInterface.php b/Math/Geometry/Shape/D3/D3ShapeInterface.php index ed4535f45..7339e2e98 100755 --- a/Math/Geometry/Shape/D3/D3ShapeInterface.php +++ b/Math/Geometry/Shape/D3/D3ShapeInterface.php @@ -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\Geometry\Shape\ShapeInterface; * * @package phpOMS\Math\Geometry\Shape\D3 * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface D3ShapeInterface extends ShapeInterface diff --git a/Math/Geometry/Shape/D3/Prism.php b/Math/Geometry/Shape/D3/Prism.php index bc3b69ea6..6600cd352 100755 --- a/Math/Geometry/Shape/D3/Prism.php +++ b/Math/Geometry/Shape/D3/Prism.php @@ -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\Geometry\Shape\D2\Polygon; * * @package phpOMS\Math\Geometry\Shape\D3 * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Prism implements D3ShapeInterface diff --git a/Math/Geometry/Shape/D3/RectangularPyramid.php b/Math/Geometry/Shape/D3/RectangularPyramid.php index 4ead83248..38768c040 100755 --- a/Math/Geometry/Shape/D3/RectangularPyramid.php +++ b/Math/Geometry/Shape/D3/RectangularPyramid.php @@ -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\Math\Geometry\Shape\D3; * * @package phpOMS\Math\Geometry\Shape\D3 * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class RectangularPyramid implements D3ShapeInterface diff --git a/Math/Geometry/Shape/D3/Sphere.php b/Math/Geometry/Shape/D3/Sphere.php index e03876c80..602a6d78f 100755 --- a/Math/Geometry/Shape/D3/Sphere.php +++ b/Math/Geometry/Shape/D3/Sphere.php @@ -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\Math\Geometry\Shape\D3; * * @package phpOMS\Math\Geometry\Shape\D3 * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Sphere implements D3ShapeInterface diff --git a/Math/Geometry/Shape/D3/Tetrahedron.php b/Math/Geometry/Shape/D3/Tetrahedron.php index 737e4c47f..34cc91678 100755 --- a/Math/Geometry/Shape/D3/Tetrahedron.php +++ b/Math/Geometry/Shape/D3/Tetrahedron.php @@ -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\Math\Geometry\Shape\D3; * * @package phpOMS\Math\Geometry\Shape\D3 * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Tetrahedron implements D3ShapeInterface diff --git a/Math/Geometry/Shape/ShapeInterface.php b/Math/Geometry/Shape/ShapeInterface.php index 8134104f5..46015cf5e 100755 --- a/Math/Geometry/Shape/ShapeInterface.php +++ b/Math/Geometry/Shape/ShapeInterface.php @@ -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\Math\Geometry\Shape; * * @package phpOMS\Math\Geometry\Shape * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface ShapeInterface diff --git a/Math/Matrix/CholeskyDecomposition.php b/Math/Matrix/CholeskyDecomposition.php index 1e5060c7b..6d9ce07d1 100755 --- a/Math/Matrix/CholeskyDecomposition.php +++ b/Math/Matrix/CholeskyDecomposition.php @@ -9,7 +9,7 @@ * @copyright JAMA - https://math.nist.gov/javanumerics/jama/ * @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\Math\Matrix\Exception\InvalidDimensionException; * * @package phpOMS\Math\Matrix * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class CholeskyDecomposition diff --git a/Math/Matrix/EigenvalueDecomposition.php b/Math/Matrix/EigenvalueDecomposition.php index 89c0224ff..86be6ebc5 100755 --- a/Math/Matrix/EigenvalueDecomposition.php +++ b/Math/Matrix/EigenvalueDecomposition.php @@ -9,7 +9,7 @@ * @copyright JAMA - https://math.nist.gov/javanumerics/jama/ * @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\Geometry\Shape\D2\Triangle; * * @package phpOMS\Math\Matrix * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class EigenvalueDecomposition diff --git a/Math/Matrix/Exception/InvalidDimensionException.php b/Math/Matrix/Exception/InvalidDimensionException.php index 2d1a62afb..2cf5ff47b 100755 --- a/Math/Matrix/Exception/InvalidDimensionException.php +++ b/Math/Matrix/Exception/InvalidDimensionException.php @@ -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\Math\Matrix\Exception; * * @package phpOMS\Math\Matrix\Exception * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class InvalidDimensionException extends \UnexpectedValueException diff --git a/Math/Matrix/IdentityMatrix.php b/Math/Matrix/IdentityMatrix.php index 15fdb8c3c..59d307663 100755 --- a/Math/Matrix/IdentityMatrix.php +++ b/Math/Matrix/IdentityMatrix.php @@ -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\Math\Matrix; * * @package phpOMS\Math\Matrix * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class IdentityMatrix extends Matrix diff --git a/Math/Matrix/LUDecomposition.php b/Math/Matrix/LUDecomposition.php index d881b64fa..29e4dd6cc 100755 --- a/Math/Matrix/LUDecomposition.php +++ b/Math/Matrix/LUDecomposition.php @@ -9,7 +9,7 @@ * @copyright JAMA - https://math.nist.gov/javanumerics/jama/ * @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\Math\Matrix\Exception\InvalidDimensionException; * * @package phpOMS\Math\Matrix * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class LUDecomposition diff --git a/Math/Matrix/Matrix.php b/Math/Matrix/Matrix.php index e7423dc3c..3b93f7102 100755 --- a/Math/Matrix/Matrix.php +++ b/Math/Matrix/Matrix.php @@ -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\Matrix\Exception\InvalidDimensionException; * * @package phpOMS\Math\Matrix * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @phpstan-implements \ArrayAccess diff --git a/Math/Matrix/QRDecomposition.php b/Math/Matrix/QRDecomposition.php index 0d950f443..bb60d9771 100755 --- a/Math/Matrix/QRDecomposition.php +++ b/Math/Matrix/QRDecomposition.php @@ -9,7 +9,7 @@ * @copyright JAMA - https://math.nist.gov/javanumerics/jama/ * @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\Exception\InvalidDimensionException; * * @package phpOMS\Math\Matrix * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class QRDecomposition diff --git a/Math/Matrix/Vector.php b/Math/Matrix/Vector.php index f31429210..be481a597 100755 --- a/Math/Matrix/Vector.php +++ b/Math/Matrix/Vector.php @@ -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\Math\Matrix; * * @package phpOMS\Math\Matrix * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Vector extends Matrix diff --git a/Math/Number/Complex.php b/Math/Number/Complex.php index a10b55cc6..9b4ecd29e 100755 --- a/Math/Number/Complex.php +++ b/Math/Number/Complex.php @@ -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\Math\Number; * * @package phpOMS\Math\Number * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Complex diff --git a/Math/Number/Integer.php b/Math/Number/Integer.php index d7f9c88ec..f98153583 100755 --- a/Math/Number/Integer.php +++ b/Math/Number/Integer.php @@ -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\Math\Number; * * @package phpOMS\Math\Number * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Integer diff --git a/Math/Number/Natural.php b/Math/Number/Natural.php index c1f245344..728ffccfd 100755 --- a/Math/Number/Natural.php +++ b/Math/Number/Natural.php @@ -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\Math\Number; * * @package phpOMS\Math\Number * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Natural diff --git a/Math/Number/NumberType.php b/Math/Number/NumberType.php index d7f99c398..13844232b 100755 --- a/Math/Number/NumberType.php +++ b/Math/Number/NumberType.php @@ -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\Math\Number * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class NumberType extends Enum diff --git a/Math/Number/Numbers.php b/Math/Number/Numbers.php index e3364b4bb..72bb3d046 100755 --- a/Math/Number/Numbers.php +++ b/Math/Number/Numbers.php @@ -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\Math\Number; * * @package phpOMS\Math\Number * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Numbers diff --git a/Math/Number/OperationInterface.php b/Math/Number/OperationInterface.php index b94e4d29e..4300c57ed 100755 --- a/Math/Number/OperationInterface.php +++ b/Math/Number/OperationInterface.php @@ -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\Math\Number; * * @package phpOMS\Math\Number * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface OperationInterface diff --git a/Math/Number/Prime.php b/Math/Number/Prime.php index 6861cd989..3f930468b 100755 --- a/Math/Number/Prime.php +++ b/Math/Number/Prime.php @@ -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\Math\Number; * * @package phpOMS\Math\Number * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Prime diff --git a/Math/Numerics/Integration.php b/Math/Numerics/Integration.php index 6d12195b6..9ea3af484 100755 --- a/Math/Numerics/Integration.php +++ b/Math/Numerics/Integration.php @@ -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\Math\Numerics; * * @package phpOMS\Math\Numerics * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Integration diff --git a/Math/Numerics/Interpolation/CubicSplineInterpolation.php b/Math/Numerics/Interpolation/CubicSplineInterpolation.php index 22212a375..0b2510a5a 100755 --- a/Math/Numerics/Interpolation/CubicSplineInterpolation.php +++ b/Math/Numerics/Interpolation/CubicSplineInterpolation.php @@ -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\Math\Matrix\Vector; * * @package phpOMS\Math\Numerics\Interpolation * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class CubicSplineInterpolation implements InterpolationInterface diff --git a/Math/Numerics/Interpolation/DerivativeType.php b/Math/Numerics/Interpolation/DerivativeType.php index 5dffab0c9..0ea4b43b5 100755 --- a/Math/Numerics/Interpolation/DerivativeType.php +++ b/Math/Numerics/Interpolation/DerivativeType.php @@ -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\Math\Numerics\Interpolation * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class DerivativeType extends Enum diff --git a/Math/Numerics/Interpolation/InterpolationInterface.php b/Math/Numerics/Interpolation/InterpolationInterface.php index 4748c4c0d..4d66ed8bd 100755 --- a/Math/Numerics/Interpolation/InterpolationInterface.php +++ b/Math/Numerics/Interpolation/InterpolationInterface.php @@ -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\Math\Numerics\Interpolation; * * @package phpOMS\Math\Numerics\Interpolation * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface InterpolationInterface diff --git a/Math/Numerics/Interpolation/LagrangeInterpolation.php b/Math/Numerics/Interpolation/LagrangeInterpolation.php index fa09788d6..c94c4d9ab 100755 --- a/Math/Numerics/Interpolation/LagrangeInterpolation.php +++ b/Math/Numerics/Interpolation/LagrangeInterpolation.php @@ -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\Math\Numerics\Interpolation; * * @package phpOMS\Math\Numerics\Interpolation * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class LagrangeInterpolation implements InterpolationInterface diff --git a/Math/Numerics/Interpolation/LinearInterpolation.php b/Math/Numerics/Interpolation/LinearInterpolation.php index 0c455c6d7..c923444f9 100755 --- a/Math/Numerics/Interpolation/LinearInterpolation.php +++ b/Math/Numerics/Interpolation/LinearInterpolation.php @@ -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\Matrix\Vector; * * @package phpOMS\Math\Numerics\Interpolation * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class LinearInterpolation implements InterpolationInterface diff --git a/Math/Parser/Evaluator.php b/Math/Parser/Evaluator.php index 2713909fd..15ece64c4 100755 --- a/Math/Parser/Evaluator.php +++ b/Math/Parser/Evaluator.php @@ -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\Math\Parser; * * @package phpOMS\Math\Parser * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Evaluator diff --git a/Math/Statistic/Average.php b/Math/Statistic/Average.php index ff046ad1b..c4fa13c7b 100755 --- a/Math/Statistic/Average.php +++ b/Math/Statistic/Average.php @@ -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\Math\Matrix\Exception\InvalidDimensionException; * * @package phpOMS\Math\Statistic * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Average diff --git a/Math/Statistic/Basic.php b/Math/Statistic/Basic.php index d99fe79bc..7f8d8401b 100755 --- a/Math/Statistic/Basic.php +++ b/Math/Statistic/Basic.php @@ -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\Math\Statistic; * * @package phpOMS\Math\Statistic * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Basic diff --git a/Math/Statistic/Correlation.php b/Math/Statistic/Correlation.php index 6d38faecf..d6b560408 100755 --- a/Math/Statistic/Correlation.php +++ b/Math/Statistic/Correlation.php @@ -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\Math\Statistic; * * @package phpOMS\Math\Statistic * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Correlation diff --git a/Math/Statistic/Forecast/Error.php b/Math/Statistic/Forecast/Error.php index 955763447..f9a6d20bb 100755 --- a/Math/Statistic/Forecast/Error.php +++ b/Math/Statistic/Forecast/Error.php @@ -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\Math\Statistic\Forecast * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Error diff --git a/Math/Statistic/Forecast/Forecasts.php b/Math/Statistic/Forecast/Forecasts.php index 971d09118..bc40a77fe 100755 --- a/Math/Statistic/Forecast/Forecasts.php +++ b/Math/Statistic/Forecast/Forecasts.php @@ -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\Math\Statistic\Forecast; * * @package phpOMS\Math\Statistic\Forecast * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Forecasts diff --git a/Math/Statistic/Forecast/Regression/LevelLevelRegression.php b/Math/Statistic/Forecast/Regression/LevelLevelRegression.php index 018009631..085f685f2 100755 --- a/Math/Statistic/Forecast/Regression/LevelLevelRegression.php +++ b/Math/Statistic/Forecast/Regression/LevelLevelRegression.php @@ -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\Math\Statistic\Forecast\Regression; * * @package phpOMS\Math\Statistic\Forecast\Regression * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class LevelLevelRegression extends RegressionAbstract diff --git a/Math/Statistic/Forecast/Regression/LevelLogRegression.php b/Math/Statistic/Forecast/Regression/LevelLogRegression.php index a8b01f43c..23c33eb09 100755 --- a/Math/Statistic/Forecast/Regression/LevelLogRegression.php +++ b/Math/Statistic/Forecast/Regression/LevelLogRegression.php @@ -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\Matrix\Exception\InvalidDimensionException; * * @package phpOMS\Math\Statistic\Forecast\Regression * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class LevelLogRegression extends RegressionAbstract diff --git a/Math/Statistic/Forecast/Regression/LogLevelRegression.php b/Math/Statistic/Forecast/Regression/LogLevelRegression.php index 3245b943a..999be1f84 100755 --- a/Math/Statistic/Forecast/Regression/LogLevelRegression.php +++ b/Math/Statistic/Forecast/Regression/LogLevelRegression.php @@ -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\Matrix\Exception\InvalidDimensionException; * * @package phpOMS\Math\Statistic\Forecast\Regression * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class LogLevelRegression extends RegressionAbstract diff --git a/Math/Statistic/Forecast/Regression/LogLogRegression.php b/Math/Statistic/Forecast/Regression/LogLogRegression.php index 7d91601bd..5314a7cc4 100755 --- a/Math/Statistic/Forecast/Regression/LogLogRegression.php +++ b/Math/Statistic/Forecast/Regression/LogLogRegression.php @@ -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\Matrix\Exception\InvalidDimensionException; * * @package phpOMS\Math\Statistic\Forecast\Regression * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class LogLogRegression extends RegressionAbstract diff --git a/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php b/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php index 91153d16e..17ce6a66c 100755 --- a/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php +++ b/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php @@ -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\Matrix\Matrix; * * @package phpOMS\Math\Statistic\Forecast\Regression * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class MultipleLinearRegression extends RegressionAbstract diff --git a/Math/Statistic/Forecast/Regression/PolynomialRegression.php b/Math/Statistic/Forecast/Regression/PolynomialRegression.php index 46ab9cf7a..42e62865c 100755 --- a/Math/Statistic/Forecast/Regression/PolynomialRegression.php +++ b/Math/Statistic/Forecast/Regression/PolynomialRegression.php @@ -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\Math\Statistic\Average; * * @package phpOMS\Math\Statistic\Forecast\Regression * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class PolynomialRegression diff --git a/Math/Statistic/Forecast/Regression/RegressionAbstract.php b/Math/Statistic/Forecast/Regression/RegressionAbstract.php index e4a339bfa..9748efb7e 100755 --- a/Math/Statistic/Forecast/Regression/RegressionAbstract.php +++ b/Math/Statistic/Forecast/Regression/RegressionAbstract.php @@ -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\Math\Statistic\Average; * * @package phpOMS\Math\Statistic\Forecast\Regression * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class RegressionAbstract diff --git a/Math/Statistic/MeasureOfDispersion.php b/Math/Statistic/MeasureOfDispersion.php index e9e3356b5..64e63d31c 100755 --- a/Math/Statistic/MeasureOfDispersion.php +++ b/Math/Statistic/MeasureOfDispersion.php @@ -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\Math\Matrix\Exception\InvalidDimensionException; * * @package phpOMS\Math\Statistic * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class MeasureOfDispersion diff --git a/Math/Stochastic/Distribution/BernoulliDistribution.php b/Math/Stochastic/Distribution/BernoulliDistribution.php index 88dd3acc4..794ca6292 100755 --- a/Math/Stochastic/Distribution/BernoulliDistribution.php +++ b/Math/Stochastic/Distribution/BernoulliDistribution.php @@ -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\Math\Stochastic\Distribution; * * @package phpOMS\Math\Stochastic\Distribution * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class BernoulliDistribution diff --git a/Math/Stochastic/Distribution/BetaDistribution.php b/Math/Stochastic/Distribution/BetaDistribution.php index 85bd946ba..376f6c23c 100755 --- a/Math/Stochastic/Distribution/BetaDistribution.php +++ b/Math/Stochastic/Distribution/BetaDistribution.php @@ -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\Math\Functions\Functions; * * @package phpOMS\Math\Stochastic\Distribution * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class BetaDistribution diff --git a/Math/Stochastic/Distribution/BinomialDistribution.php b/Math/Stochastic/Distribution/BinomialDistribution.php index 7236e0107..0a44e70d3 100755 --- a/Math/Stochastic/Distribution/BinomialDistribution.php +++ b/Math/Stochastic/Distribution/BinomialDistribution.php @@ -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\Functions\Functions; * * @package phpOMS\Math\Stochastic\Distribution * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class BinomialDistribution diff --git a/Math/Stochastic/Distribution/CauchyDistribution.php b/Math/Stochastic/Distribution/CauchyDistribution.php index 8eba95db4..b874769b4 100755 --- a/Math/Stochastic/Distribution/CauchyDistribution.php +++ b/Math/Stochastic/Distribution/CauchyDistribution.php @@ -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\Math\Stochastic\Distribution; * * @package phpOMS\Math\Stochastic\Distribution * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class CauchyDistribution diff --git a/Math/Stochastic/Distribution/ChiSquaredDistribution.php b/Math/Stochastic/Distribution/ChiSquaredDistribution.php index bf7651b48..2904485be 100755 --- a/Math/Stochastic/Distribution/ChiSquaredDistribution.php +++ b/Math/Stochastic/Distribution/ChiSquaredDistribution.php @@ -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\Functions\Gamma; * * @package phpOMS\Math\Stochastic\Distribution * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class ChiSquaredDistribution diff --git a/Math/Stochastic/Distribution/ExponentialDistribution.php b/Math/Stochastic/Distribution/ExponentialDistribution.php index 003274828..a04ae4f7e 100755 --- a/Math/Stochastic/Distribution/ExponentialDistribution.php +++ b/Math/Stochastic/Distribution/ExponentialDistribution.php @@ -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\Math\Stochastic\Distribution; * * @package phpOMS\Math\Stochastic\Distribution * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class ExponentialDistribution diff --git a/Math/Stochastic/Distribution/FDistribution.php b/Math/Stochastic/Distribution/FDistribution.php index ce1bd0248..df70a9423 100755 --- a/Math/Stochastic/Distribution/FDistribution.php +++ b/Math/Stochastic/Distribution/FDistribution.php @@ -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\Functions\Beta; * * @package phpOMS\Math\Stochastic\Distribution * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class FDistribution diff --git a/Math/Stochastic/Distribution/GammaDistribution.php b/Math/Stochastic/Distribution/GammaDistribution.php index 258a26fcb..9f5d42fda 100755 --- a/Math/Stochastic/Distribution/GammaDistribution.php +++ b/Math/Stochastic/Distribution/GammaDistribution.php @@ -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\Functions\Gamma; * * @package phpOMS\Math\Stochastic\Distribution * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class GammaDistribution diff --git a/Math/Stochastic/Distribution/GeometricDistribution.php b/Math/Stochastic/Distribution/GeometricDistribution.php index f4b305f92..e09216e15 100755 --- a/Math/Stochastic/Distribution/GeometricDistribution.php +++ b/Math/Stochastic/Distribution/GeometricDistribution.php @@ -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\Math\Stochastic\Distribution; * * @package phpOMS\Math\Stochastic\Distribution * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class GeometricDistribution diff --git a/Math/Stochastic/Distribution/HypergeometricDistribution.php b/Math/Stochastic/Distribution/HypergeometricDistribution.php index 7f8546f82..72d6dc017 100755 --- a/Math/Stochastic/Distribution/HypergeometricDistribution.php +++ b/Math/Stochastic/Distribution/HypergeometricDistribution.php @@ -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\Functions\Functions; * * @package phpOMS\Math\Stochastic\Distribution * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class HypergeometricDistribution diff --git a/Math/Stochastic/Distribution/LaplaceDistribution.php b/Math/Stochastic/Distribution/LaplaceDistribution.php index 731b1a6f9..7978b92b7 100755 --- a/Math/Stochastic/Distribution/LaplaceDistribution.php +++ b/Math/Stochastic/Distribution/LaplaceDistribution.php @@ -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\Math\Stochastic\Distribution; * * @package phpOMS\Math\Stochastic\Distribution * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class LaplaceDistribution diff --git a/Math/Stochastic/Distribution/LogDistribution.php b/Math/Stochastic/Distribution/LogDistribution.php index e52ac32b1..da62a5e6f 100755 --- a/Math/Stochastic/Distribution/LogDistribution.php +++ b/Math/Stochastic/Distribution/LogDistribution.php @@ -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\Functions\Beta; * * @package phpOMS\Math\Stochastic\Distribution * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class LogDistribution diff --git a/Math/Stochastic/Distribution/LogNormalDistribution.php b/Math/Stochastic/Distribution/LogNormalDistribution.php index cc9a5ff04..d2b6ae1a0 100755 --- a/Math/Stochastic/Distribution/LogNormalDistribution.php +++ b/Math/Stochastic/Distribution/LogNormalDistribution.php @@ -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\Functions\Functions; * * @package phpOMS\Math\Stochastic\Distribution * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class LogNormalDistribution diff --git a/Math/Stochastic/Distribution/LogisticDistribution.php b/Math/Stochastic/Distribution/LogisticDistribution.php index c65841302..7cb69fee4 100755 --- a/Math/Stochastic/Distribution/LogisticDistribution.php +++ b/Math/Stochastic/Distribution/LogisticDistribution.php @@ -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\Math\Stochastic\Distribution; * * @package phpOMS\Math\Stochastic\Distribution * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class LogisticDistribution diff --git a/Math/Stochastic/Distribution/NormalDistribution.php b/Math/Stochastic/Distribution/NormalDistribution.php index 61f9c0488..599913b0a 100755 --- a/Math/Stochastic/Distribution/NormalDistribution.php +++ b/Math/Stochastic/Distribution/NormalDistribution.php @@ -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\Functions\Functions; * * @package phpOMS\Math\Stochastic\Distribution * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NormalDistribution diff --git a/Math/Stochastic/Distribution/ParetoDistribution.php b/Math/Stochastic/Distribution/ParetoDistribution.php index 2f54ed1c2..badfb16a8 100755 --- a/Math/Stochastic/Distribution/ParetoDistribution.php +++ b/Math/Stochastic/Distribution/ParetoDistribution.php @@ -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\Math\Stochastic\Distribution; * * @package phpOMS\Math\Stochastic\Distribution * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class ParetoDistribution diff --git a/Math/Stochastic/Distribution/PoissonDistribution.php b/Math/Stochastic/Distribution/PoissonDistribution.php index d89b2b89d..360cc2433 100755 --- a/Math/Stochastic/Distribution/PoissonDistribution.php +++ b/Math/Stochastic/Distribution/PoissonDistribution.php @@ -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\Math\Functions\Gamma; * * @package phpOMS\Math\Stochastic\Distribution * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class PoissonDistribution diff --git a/Math/Stochastic/Distribution/TDistribution.php b/Math/Stochastic/Distribution/TDistribution.php index c0ee2bf70..af38d50b6 100755 --- a/Math/Stochastic/Distribution/TDistribution.php +++ b/Math/Stochastic/Distribution/TDistribution.php @@ -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\Math\Stochastic\Distribution; * * @package phpOMS\Math\Stochastic\Distribution * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class TDistribution diff --git a/Math/Stochastic/Distribution/UniformDistributionContinuous.php b/Math/Stochastic/Distribution/UniformDistributionContinuous.php index 6fe976241..1ef56910c 100755 --- a/Math/Stochastic/Distribution/UniformDistributionContinuous.php +++ b/Math/Stochastic/Distribution/UniformDistributionContinuous.php @@ -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\Math\Stochastic\Distribution; * * @package phpOMS\Math\Stochastic\Distribution * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class UniformDistributionContinuous diff --git a/Math/Stochastic/Distribution/UniformDistributionDiscrete.php b/Math/Stochastic/Distribution/UniformDistributionDiscrete.php index 70ac0de0b..94cfebf74 100755 --- a/Math/Stochastic/Distribution/UniformDistributionDiscrete.php +++ b/Math/Stochastic/Distribution/UniformDistributionDiscrete.php @@ -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\Math\Stochastic\Distribution; * * @package phpOMS\Math\Stochastic\Distribution * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class UniformDistributionDiscrete diff --git a/Math/Stochastic/Distribution/WeibullDistribution.php b/Math/Stochastic/Distribution/WeibullDistribution.php index 5cfd21a0d..0a9d7ad6b 100755 --- a/Math/Stochastic/Distribution/WeibullDistribution.php +++ b/Math/Stochastic/Distribution/WeibullDistribution.php @@ -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\Functions\Gamma; * * @package phpOMS\Math\Stochastic\Distribution * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class WeibullDistribution diff --git a/Math/Stochastic/Distribution/ZTesting.php b/Math/Stochastic/Distribution/ZTesting.php index ce148cccd..881447783 100755 --- a/Math/Stochastic/Distribution/ZTesting.php +++ b/Math/Stochastic/Distribution/ZTesting.php @@ -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\Math\Statistic\MeasureOfDispersion; * * @package phpOMS\Math\Stochastic\Distribution * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @internal diff --git a/Math/Stochastic/NaiveBayesClassifier.php b/Math/Stochastic/NaiveBayesClassifier.php index 3098b6206..bf6a362a2 100755 --- a/Math/Stochastic/NaiveBayesClassifier.php +++ b/Math/Stochastic/NaiveBayesClassifier.php @@ -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\Math\Statistic\MeasureOfDispersion; * * @package phpOMS\Math\Stochastic * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NaiveBayesClassifier diff --git a/Math/Topology/Metrics2D.php b/Math/Topology/Metrics2D.php index bd375089b..c5b9feba7 100755 --- a/Math/Topology/Metrics2D.php +++ b/Math/Topology/Metrics2D.php @@ -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\Math\Matrix\Exception\InvalidDimensionException; * * @package phpOMS\Math\Topology * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Metrics2D diff --git a/Math/Topology/MetricsND.php b/Math/Topology/MetricsND.php index 3ebf2e1e9..5ed3a7b6a 100755 --- a/Math/Topology/MetricsND.php +++ b/Math/Topology/MetricsND.php @@ -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\Math\Matrix\Exception\InvalidDimensionException; * * @package phpOMS\Math\Topology * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class MetricsND diff --git a/Message/Console/ConsoleHeader.php b/Message/Console/ConsoleHeader.php index 691cab8aa..203107121 100755 --- a/Message/Console/ConsoleHeader.php +++ b/Message/Console/ConsoleHeader.php @@ -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\Message\HeaderAbstract; * * @package phpOMS\Message\Console * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @SuppressWarnings(PHPMD.Superglobals) diff --git a/Message/Console/ConsoleRequest.php b/Message/Console/ConsoleRequest.php index ef85ba34d..30e67eafb 100755 --- a/Message/Console/ConsoleRequest.php +++ b/Message/Console/ConsoleRequest.php @@ -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); @@ -27,7 +27,7 @@ use phpOMS\Utils\ArrayUtils; * * @package phpOMS\Message\Console * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @SuppressWarnings(PHPMD.Superglobals) diff --git a/Message/Console/ConsoleResponse.php b/Message/Console/ConsoleResponse.php index bac69d2c4..79e5f82fc 100755 --- a/Message/Console/ConsoleResponse.php +++ b/Message/Console/ConsoleResponse.php @@ -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); @@ -28,7 +28,7 @@ use phpOMS\Views\View; * * @package phpOMS\Message\Console * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class ConsoleResponse extends ResponseAbstract implements RenderableInterface diff --git a/Message/HeaderAbstract.php b/Message/HeaderAbstract.php index f7a43ceb7..6e92c0da7 100755 --- a/Message/HeaderAbstract.php +++ b/Message/HeaderAbstract.php @@ -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\Localization\Localization; * * @package phpOMS\Message * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class HeaderAbstract diff --git a/Message/Http/BrowserType.php b/Message/Http/BrowserType.php index 1c6296407..03ae28056 100755 --- a/Message/Http/BrowserType.php +++ b/Message/Http/BrowserType.php @@ -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\Message\Http * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class BrowserType extends Enum diff --git a/Message/Http/HttpHeader.php b/Message/Http/HttpHeader.php index 769961a6c..39ee4ca24 100755 --- a/Message/Http/HttpHeader.php +++ b/Message/Http/HttpHeader.php @@ -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\MimeType; * * @package phpOMS\Message\Http * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @SuppressWarnings(PHPMD.Superglobals) diff --git a/Message/Http/HttpRequest.php b/Message/Http/HttpRequest.php index 20d2b5ee9..a93e20576 100755 --- a/Message/Http/HttpRequest.php +++ b/Message/Http/HttpRequest.php @@ -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\Uri\UriInterface; * * @package phpOMS\Message\Http * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @SuppressWarnings(PHPMD.Superglobals) diff --git a/Message/Http/HttpResponse.php b/Message/Http/HttpResponse.php index a2f545a35..37a2be353 100755 --- a/Message/Http/HttpResponse.php +++ b/Message/Http/HttpResponse.php @@ -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); @@ -29,7 +29,7 @@ use phpOMS\Views\View; * * @package phpOMS\Message\Http * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class HttpResponse extends ResponseAbstract implements RenderableInterface diff --git a/Message/Http/OSType.php b/Message/Http/OSType.php index 56e720fc1..3b568ef50 100755 --- a/Message/Http/OSType.php +++ b/Message/Http/OSType.php @@ -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\Message\Http * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class OSType extends Enum diff --git a/Message/Http/RequestMethod.php b/Message/Http/RequestMethod.php index 111e551ea..76e3f6c69 100755 --- a/Message/Http/RequestMethod.php +++ b/Message/Http/RequestMethod.php @@ -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\Message\Http * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class RequestMethod extends Enum diff --git a/Message/Http/RequestStatus.php b/Message/Http/RequestStatus.php index a938c16df..6f6f77d7f 100755 --- a/Message/Http/RequestStatus.php +++ b/Message/Http/RequestStatus.php @@ -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\Message\Http * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class RequestStatus extends Enum diff --git a/Message/Http/RequestStatusCode.php b/Message/Http/RequestStatusCode.php index 7f077a356..46e9bd816 100755 --- a/Message/Http/RequestStatusCode.php +++ b/Message/Http/RequestStatusCode.php @@ -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\Message\Http * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class RequestStatusCode extends Enum diff --git a/Message/Http/Rest.php b/Message/Http/Rest.php index 062384d60..3b12b113f 100755 --- a/Message/Http/Rest.php +++ b/Message/Http/Rest.php @@ -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\System\MimeType; * * @package phpOMS\Message\Http * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Rest diff --git a/Message/Mail/DispositionType.php b/Message/Mail/DispositionType.php index 890ee10da..fef6eb36b 100755 --- a/Message/Mail/DispositionType.php +++ b/Message/Mail/DispositionType.php @@ -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\Message\Mail * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class DispositionType extends Enum diff --git a/Message/Mail/DsnNotificationType.php b/Message/Mail/DsnNotificationType.php index eaa1ce5be..de4551036 100755 --- a/Message/Mail/DsnNotificationType.php +++ b/Message/Mail/DsnNotificationType.php @@ -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\Message\Mail * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class DsnNotificationType extends Enum diff --git a/Message/Mail/Email.php b/Message/Mail/Email.php index 2abd0f367..8a534daa6 100755 --- a/Message/Mail/Email.php +++ b/Message/Mail/Email.php @@ -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: * GLGPL 2.1 License @@ -31,7 +31,7 @@ use phpOMS\Validation\Network\Email as EmailValidator; * * @package phpOMS\Message\Mail * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Email implements MessageInterface diff --git a/Message/Mail/EncodingType.php b/Message/Mail/EncodingType.php index f0c18aaf2..d625076ae 100755 --- a/Message/Mail/EncodingType.php +++ b/Message/Mail/EncodingType.php @@ -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\Message\Mail * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class EncodingType extends Enum diff --git a/Message/Mail/EncryptionType.php b/Message/Mail/EncryptionType.php index 5415cc939..4c4132d39 100755 --- a/Message/Mail/EncryptionType.php +++ b/Message/Mail/EncryptionType.php @@ -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\Message\Mail * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class EncryptionType extends Enum diff --git a/Message/Mail/HeaderContext.php b/Message/Mail/HeaderContext.php index 645bcf393..3d0be48a2 100755 --- a/Message/Mail/HeaderContext.php +++ b/Message/Mail/HeaderContext.php @@ -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\Message\Mail * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class HeaderContext extends Enum diff --git a/Message/Mail/ICALMethodType.php b/Message/Mail/ICALMethodType.php index 0b88ef654..f8f25ccba 100755 --- a/Message/Mail/ICALMethodType.php +++ b/Message/Mail/ICALMethodType.php @@ -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\Message\Mail * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class ICALMethodType extends Enum diff --git a/Message/Mail/Imap.php b/Message/Mail/Imap.php index 6f499be5c..5b8de0369 100755 --- a/Message/Mail/Imap.php +++ b/Message/Mail/Imap.php @@ -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\Message\Mail; * * @package phpOMS\Message\Mail * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Imap implements MailBoxInterface diff --git a/Message/Mail/MailBoxInterface.php b/Message/Mail/MailBoxInterface.php index fe8f70c39..bb7b115cb 100755 --- a/Message/Mail/MailBoxInterface.php +++ b/Message/Mail/MailBoxInterface.php @@ -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\Message\Mail; * * @package phpOMS\Message\Mail * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface MailBoxInterface diff --git a/Message/Mail/MailHandler.php b/Message/Mail/MailHandler.php index fc8a2e41d..4998f7e45 100755 --- a/Message/Mail/MailHandler.php +++ b/Message/Mail/MailHandler.php @@ -7,7 +7,7 @@ * @package phpOMS\Message\Mail * @license GLGPL 2.1 License * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app * * Extended based on: * GLGPL 2.1 License @@ -28,7 +28,7 @@ use phpOMS\Validation\Network\Hostname; * * @package phpOMS\Message\Mail * @license GLGPL 2.1 License - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class MailHandler diff --git a/Message/Mail/MessageInterface.php b/Message/Mail/MessageInterface.php index 9c5d781d7..8516ffe87 100755 --- a/Message/Mail/MessageInterface.php +++ b/Message/Mail/MessageInterface.php @@ -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\Message\Mail; * * @package phpOMS\Uri * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface MessageInterface diff --git a/Message/Mail/Pop3.php b/Message/Mail/Pop3.php index a7b2f6dc0..d098377a1 100755 --- a/Message/Mail/Pop3.php +++ b/Message/Mail/Pop3.php @@ -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\Message\Mail; * * @package phpOMS\Message\Mail * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Pop3 implements MailBoxInterface diff --git a/Message/Mail/SMTPAuthType.php b/Message/Mail/SMTPAuthType.php index 3f916d58f..a28e0dc43 100755 --- a/Message/Mail/SMTPAuthType.php +++ b/Message/Mail/SMTPAuthType.php @@ -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\Message\Mail * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class SMTPAuthType extends Enum diff --git a/Message/Mail/Smtp.php b/Message/Mail/Smtp.php index 70ae37514..8307ed959 100755 --- a/Message/Mail/Smtp.php +++ b/Message/Mail/Smtp.php @@ -7,7 +7,7 @@ * @package phpOMS\Message\Mail * @license GLGPL 2.1 License * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app * * Extended based on: * GLGPL 2.1 License @@ -23,7 +23,7 @@ namespace phpOMS\Message\Mail; * * @package phpOMS\Message\Mail * @license GLGPL 2.1 License - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Smtp diff --git a/Message/Mail/SmtpTransactionPattern.php b/Message/Mail/SmtpTransactionPattern.php index fd0812fb7..9ea6970f1 100755 --- a/Message/Mail/SmtpTransactionPattern.php +++ b/Message/Mail/SmtpTransactionPattern.php @@ -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\Message\Mail * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class SmtpTransactionPattern extends Enum diff --git a/Message/Mail/SubmitType.php b/Message/Mail/SubmitType.php index 23c7e91e2..638a4d7ef 100755 --- a/Message/Mail/SubmitType.php +++ b/Message/Mail/SubmitType.php @@ -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\Message\Mail * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class SubmitType extends Enum diff --git a/Message/MessageInterface.php b/Message/MessageInterface.php index 41a807296..d5bfd0736 100755 --- a/Message/MessageInterface.php +++ b/Message/MessageInterface.php @@ -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\Message; * * @package phpOMS\Message * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface MessageInterface diff --git a/Message/NotificationLevel.php b/Message/NotificationLevel.php index 87029873f..ca66670db 100755 --- a/Message/NotificationLevel.php +++ b/Message/NotificationLevel.php @@ -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\Message * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class NotificationLevel extends Enum diff --git a/Message/RequestAbstract.php b/Message/RequestAbstract.php index cb942f273..eb4411a9c 100755 --- a/Message/RequestAbstract.php +++ b/Message/RequestAbstract.php @@ -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\Uri\UriInterface; * * @package phpOMS\Message * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class RequestAbstract implements MessageInterface diff --git a/Message/ResponseAbstract.php b/Message/ResponseAbstract.php index 8b6d7b5fa..73ab0cf53 100755 --- a/Message/ResponseAbstract.php +++ b/Message/ResponseAbstract.php @@ -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\Localization\ISO639x1Enum; * * @package phpOMS\Message * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class ResponseAbstract implements \JsonSerializable, MessageInterface diff --git a/Message/Socket/PacketManager.php b/Message/Socket/PacketManager.php index 8d939f38a..37ef4ec70 100755 --- a/Message/Socket/PacketManager.php +++ b/Message/Socket/PacketManager.php @@ -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\Router\SocketRouter; * * @package phpOMS\Message\Socket * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class PacketManager diff --git a/Message/Socket/PacketType.php b/Message/Socket/PacketType.php index 44a45d238..d4da50507 100755 --- a/Message/Socket/PacketType.php +++ b/Message/Socket/PacketType.php @@ -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\Message\Socket * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class PacketType extends Enum diff --git a/Message/Socket/SocketHeader.php b/Message/Socket/SocketHeader.php index 912b365cd..daf4c6b22 100755 --- a/Message/Socket/SocketHeader.php +++ b/Message/Socket/SocketHeader.php @@ -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\Message\HeaderAbstract; * * @package phpOMS\Message\Socket * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class SocketHeader extends HeaderAbstract implements SerializableInterface diff --git a/Message/Socket/SocketRequest.php b/Message/Socket/SocketRequest.php index c028732fc..ce99a399e 100755 --- a/Message/Socket/SocketRequest.php +++ b/Message/Socket/SocketRequest.php @@ -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\Router\RouteVerb; * * @package phpOMS\Message\Socket * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class SocketRequest extends RequestAbstract diff --git a/Message/Socket/SocketResponse.php b/Message/Socket/SocketResponse.php index e7a22b4fa..6c8b8fe65 100755 --- a/Message/Socket/SocketResponse.php +++ b/Message/Socket/SocketResponse.php @@ -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\Views\View; * * @package phpOMS\Message\Socket * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class SocketResponse extends ResponseAbstract implements RenderableInterface diff --git a/Message/UploadedFileInterface.php b/Message/UploadedFileInterface.php index 160f4b8be..4cd3aa1fb 100755 --- a/Message/UploadedFileInterface.php +++ b/Message/UploadedFileInterface.php @@ -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\Contract\StreamInterface; * * @package phpOMS\Message * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface UploadedFileInterface diff --git a/Model/Html/FormElementGenerator.php b/Model/Html/FormElementGenerator.php index aa99974fa..1d6936b67 100755 --- a/Model/Html/FormElementGenerator.php +++ b/Model/Html/FormElementGenerator.php @@ -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\SmartDateTime; * * @package phpOMS\Model\Html * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class FormElementGenerator diff --git a/Model/Html/Head.php b/Model/Html/Head.php index 5fc9a8dad..bb49130a0 100755 --- a/Model/Html/Head.php +++ b/Model/Html/Head.php @@ -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\Localization\ISO639x1Enum; * * @package phpOMS\Model\Html * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Head implements RenderableInterface diff --git a/Model/Html/Meta.php b/Model/Html/Meta.php index 187ee2e06..64029b9b3 100755 --- a/Model/Html/Meta.php +++ b/Model/Html/Meta.php @@ -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\Views\ViewAbstract; * * @package phpOMS\Model\Html * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Meta implements RenderableInterface diff --git a/Model/Message/Dom.php b/Model/Message/Dom.php index a81f55422..d4f7e86a9 100755 --- a/Model/Message/Dom.php +++ b/Model/Message/Dom.php @@ -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\Contract\SerializableInterface; * * @package phpOMS\Model\Message * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Dom implements SerializableInterface diff --git a/Model/Message/DomAction.php b/Model/Message/DomAction.php index 01fb31337..b221af790 100755 --- a/Model/Message/DomAction.php +++ b/Model/Message/DomAction.php @@ -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\Model\Message * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class DomAction extends Enum diff --git a/Model/Message/DynamicList.php b/Model/Message/DynamicList.php index 1500c9a14..2e66f6c7c 100755 --- a/Model/Message/DynamicList.php +++ b/Model/Message/DynamicList.php @@ -8,6 +8,6 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Model/Message/FormValidation.php b/Model/Message/FormValidation.php index 1a93597df..e498eee2b 100755 --- a/Model/Message/FormValidation.php +++ b/Model/Message/FormValidation.php @@ -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\Contract\SerializableInterface; * * @package phpOMS\Model\Message * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class FormValidation implements \JsonSerializable, SerializableInterface diff --git a/Model/Message/Notify.php b/Model/Message/Notify.php index 5e61f1dd8..0272648ce 100755 --- a/Model/Message/Notify.php +++ b/Model/Message/Notify.php @@ -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\Contract\SerializableInterface; * * @package phpOMS\Model\Message * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Notify implements \JsonSerializable, SerializableInterface diff --git a/Model/Message/NotifyType.php b/Model/Message/NotifyType.php index eb2aae6c7..d70406df8 100755 --- a/Model/Message/NotifyType.php +++ b/Model/Message/NotifyType.php @@ -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\Model\Message * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class NotifyType extends Enum diff --git a/Model/Message/Redirect.php b/Model/Message/Redirect.php index f4e56babe..80a143452 100755 --- a/Model/Message/Redirect.php +++ b/Model/Message/Redirect.php @@ -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\Contract\SerializableInterface; * * @package phpOMS\Model\Message * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Redirect implements \JsonSerializable, SerializableInterface diff --git a/Model/Message/Reload.php b/Model/Message/Reload.php index bfadc75c2..3e4b8a03d 100755 --- a/Model/Message/Reload.php +++ b/Model/Message/Reload.php @@ -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\Contract\SerializableInterface; * * @package phpOMS\Model\Message * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Reload implements \JsonSerializable, SerializableInterface diff --git a/Module/ConsoleInterface.php b/Module/ConsoleInterface.php index a4186e273..a16ddfb6d 100755 --- a/Module/ConsoleInterface.php +++ b/Module/ConsoleInterface.php @@ -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\Module; * * @package phpOMS\Module * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface ConsoleInterface diff --git a/Module/Exception/InvalidModuleException.php b/Module/Exception/InvalidModuleException.php index 3bd68b2aa..c28ba38c8 100755 --- a/Module/Exception/InvalidModuleException.php +++ b/Module/Exception/InvalidModuleException.php @@ -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\Module\Exception; * * @package phpOMS\Module\Exception * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class InvalidModuleException extends \UnexpectedValueException diff --git a/Module/Exception/InvalidThemeException.php b/Module/Exception/InvalidThemeException.php index a58a544f9..e845153c5 100755 --- a/Module/Exception/InvalidThemeException.php +++ b/Module/Exception/InvalidThemeException.php @@ -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\Module\Exception; * * @package phpOMS\Module\Exception * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class InvalidThemeException extends \UnexpectedValueException diff --git a/Module/InstallerAbstract.php b/Module/InstallerAbstract.php index ac8f2842c..0031bdfe6 100755 --- a/Module/InstallerAbstract.php +++ b/Module/InstallerAbstract.php @@ -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\Database\Schema\Builder as SchemaBuilder; * * @package phpOMS\Module * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class InstallerAbstract diff --git a/Module/ModuleAbstract.php b/Module/ModuleAbstract.php index 438dc6203..5c1099d45 100755 --- a/Module/ModuleAbstract.php +++ b/Module/ModuleAbstract.php @@ -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); @@ -27,7 +27,7 @@ use phpOMS\Utils\StringUtils; * * @package phpOMS\Module * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class ModuleAbstract diff --git a/Module/ModuleInfo.php b/Module/ModuleInfo.php index c43e27a53..2147ff73b 100755 --- a/Module/ModuleInfo.php +++ b/Module/ModuleInfo.php @@ -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\Module * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class ModuleInfo diff --git a/Module/ModuleManager.php b/Module/ModuleManager.php index 8c7d4ab31..98ede1efa 100755 --- a/Module/ModuleManager.php +++ b/Module/ModuleManager.php @@ -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); @@ -28,7 +28,7 @@ use phpOMS\Module\Exception\InvalidModuleException; * * @package phpOMS\Module * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class ModuleManager diff --git a/Module/ModuleStatus.php b/Module/ModuleStatus.php index a51cc7314..558d62163 100755 --- a/Module/ModuleStatus.php +++ b/Module/ModuleStatus.php @@ -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\Module * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class ModuleStatus extends Enum diff --git a/Module/NullModule.php b/Module/NullModule.php index 7f89ad9a9..32e193b25 100755 --- a/Module/NullModule.php +++ b/Module/NullModule.php @@ -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\Log\FileLogger; * * @package phpOMS\Module * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullModule extends ModuleAbstract diff --git a/Module/PackageManager.php b/Module/PackageManager.php index f012681a3..35ebbd872 100755 --- a/Module/PackageManager.php +++ b/Module/PackageManager.php @@ -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); @@ -30,7 +30,7 @@ use phpOMS\Utils\StringUtils; * * @package phpOMS\Module * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class PackageManager diff --git a/Module/SocketInterface.php b/Module/SocketInterface.php index 697839b17..0e6304e28 100755 --- a/Module/SocketInterface.php +++ b/Module/SocketInterface.php @@ -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\Module; * * @package phpOMS\Module * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface SocketInterface diff --git a/Module/StatusAbstract.php b/Module/StatusAbstract.php index 1ebbdbfa9..e5b4aa2d7 100755 --- a/Module/StatusAbstract.php +++ b/Module/StatusAbstract.php @@ -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); @@ -30,7 +30,7 @@ use phpOMS\Utils\Parser\Php\ArrayParser; * * @package phpOMS\Module * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class StatusAbstract diff --git a/Module/UninstallerAbstract.php b/Module/UninstallerAbstract.php index 4ef3470e8..3fdab7531 100755 --- a/Module/UninstallerAbstract.php +++ b/Module/UninstallerAbstract.php @@ -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\Database\Schema\Builder as SchemaBuilder; * * @package phpOMS\Module * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class UninstallerAbstract diff --git a/Module/UpdaterAbstract.php b/Module/UpdaterAbstract.php index c6b9c1322..4ad28a39d 100755 --- a/Module/UpdaterAbstract.php +++ b/Module/UpdaterAbstract.php @@ -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\DataStorage\Database\DatabasePool; * * @package phpOMS\Module * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class UpdaterAbstract diff --git a/Module/WebInterface.php b/Module/WebInterface.php index 182752ff3..539579614 100755 --- a/Module/WebInterface.php +++ b/Module/WebInterface.php @@ -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\Module; * * @package phpOMS\Module * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface WebInterface diff --git a/Preloader.php b/Preloader.php index f6320914b..86b2e8da9 100755 --- a/Preloader.php +++ b/Preloader.php @@ -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; * * @package phpOMS * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Preloader diff --git a/README.md b/README.md index 5ac0c2af0..a554c0131 100755 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ You can find a freely available online demo at https://demo.karaka.app (user: ad Currently Karaka is still developing the first Alpha version. As soon as we have a running Beta version we are allowing external testers to use our software and a selected amount of inhouse developed modules. -General updates can be found in our info section at https://karaka.app/info and developer updates can be found in our developer section at https://karaka.app/dev. In our developer section you can also check out the automatically generated reports such as code coverage, code style, static analysis etc. as well as our code style guide lines and developer documentation. +General updates can be found in our info section at https://jingga.app/info and developer updates can be found in our developer section at https://jingga.app/dev. In our developer section you can also check out the automatically generated reports such as code coverage, code style, static analysis etc. as well as our code style guide lines and developer documentation. * [Project Status](https://github.com/Karaka-Management/Organization-Guide/blob/master/Project/PROJECT.md) @@ -69,7 +69,7 @@ Karaka has a very open culture and we always welcome new people who share our ph * End-User documentation: https://github.com/Karaka-Management/Documentation * Developer documentation: https://github.com/Karaka-Management/Developer-Guide * Organization documentation: https://github.com/Karaka-Management/Organization-Guide -* Website: [https://karaka.app](https://karaka.app) -* Demo: [https://karaka.app](https://karaka.app) (user: admin, pass: orange) -* Dev: [https://karaka.app/dev](https://karaka.app/dev) +* Website: [https://jingga.app](https://jingga.app) +* Demo: [https://jingga.app](https://jingga.app) (user: admin, pass: orange) +* Dev: [https://jingga.app/dev](https://jingga.app/dev) * Contact: dennis@karaka.app diff --git a/Router/RouteStatus.php b/Router/RouteStatus.php index 8c6bb6bb2..b1ef059da 100644 --- a/Router/RouteStatus.php +++ b/Router/RouteStatus.php @@ -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\Router * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class RouteStatus extends Enum diff --git a/Router/RouteVerb.php b/Router/RouteVerb.php index 517250e93..b86e2ae0b 100755 --- a/Router/RouteVerb.php +++ b/Router/RouteVerb.php @@ -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\Router * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class RouteVerb extends Enum diff --git a/Router/RouterInterface.php b/Router/RouterInterface.php index ca2dd9237..02833fbc6 100755 --- a/Router/RouterInterface.php +++ b/Router/RouterInterface.php @@ -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\Router; * * @package phpOMS\Router * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface RouterInterface diff --git a/Router/SocketRouter.php b/Router/SocketRouter.php index f52bb38a8..31c5c4724 100755 --- a/Router/SocketRouter.php +++ b/Router/SocketRouter.php @@ -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\Account\NullAccount; * * @package phpOMS\Router * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class SocketRouter implements RouterInterface diff --git a/Router/WebRouter.php b/Router/WebRouter.php index ea489c10e..4b2d6b128 100755 --- a/Router/WebRouter.php +++ b/Router/WebRouter.php @@ -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\Account\NullAccount; * * @package phpOMS\Router * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class WebRouter implements RouterInterface diff --git a/Security/PhpCode.php b/Security/PhpCode.php index 1ebdd88fa..82f803af5 100755 --- a/Security/PhpCode.php +++ b/Security/PhpCode.php @@ -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\Security; * * @package phpOMS\Security * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class PhpCode diff --git a/Socket/Client/Client.php b/Socket/Client/Client.php index 30868b162..d9b20888b 100755 --- a/Socket/Client/Client.php +++ b/Socket/Client/Client.php @@ -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\Socket\SocketAbstract; * * @package phpOMS\Socket\Client * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Client extends SocketAbstract diff --git a/Socket/Client/ClientConnection.php b/Socket/Client/ClientConnection.php index 861703661..70b3456a6 100755 --- a/Socket/Client/ClientConnection.php +++ b/Socket/Client/ClientConnection.php @@ -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\Account\Account; * * @package phpOMS\Socket\Client * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class ClientConnection diff --git a/Socket/Client/NullClientConnection.php b/Socket/Client/NullClientConnection.php index 66cdf4823..2d98f2ffd 100755 --- a/Socket/Client/NullClientConnection.php +++ b/Socket/Client/NullClientConnection.php @@ -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\Socket\Client; * * @package phpOMS\Socket\Client * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullClientConnection extends ClientConnection diff --git a/Socket/Server/ClientManager.php b/Socket/Server/ClientManager.php index 3b5a16894..eb2d4dda9 100755 --- a/Socket/Server/ClientManager.php +++ b/Socket/Server/ClientManager.php @@ -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\Socket\Client\NullClientConnection; * * @package phpOMS\Socket\Server * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class ClientManager diff --git a/Socket/Server/Server.php b/Socket/Server/Server.php index 06425fdaa..3d0aa5236 100755 --- a/Socket/Server/Server.php +++ b/Socket/Server/Server.php @@ -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\Socket\SocketAbstract; * * @package phpOMS\Socket\Server * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Server extends SocketAbstract diff --git a/Socket/SocketAbstract.php b/Socket/SocketAbstract.php index 0d4befc1f..114296dd2 100755 --- a/Socket/SocketAbstract.php +++ b/Socket/SocketAbstract.php @@ -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\Socket; * * @package phpOMS\Socket * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class SocketAbstract implements SocketInterface diff --git a/Socket/SocketInterface.php b/Socket/SocketInterface.php index c0a1c3541..73780d1f4 100755 --- a/Socket/SocketInterface.php +++ b/Socket/SocketInterface.php @@ -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\Socket; * * @package phpOMS\Socket * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface SocketInterface diff --git a/Stdlib/Base/Address.php b/Stdlib/Base/Address.php index 2e67294be..0f60d3c6b 100755 --- a/Stdlib/Base/Address.php +++ b/Stdlib/Base/Address.php @@ -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\Stdlib\Base; * * @package phpOMS\Stdlib\Base * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Address implements \JsonSerializable diff --git a/Stdlib/Base/AddressType.php b/Stdlib/Base/AddressType.php index 2ae7ced19..d5c432859 100755 --- a/Stdlib/Base/AddressType.php +++ b/Stdlib/Base/AddressType.php @@ -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\Stdlib\Base; * * @package phpOMS\Stdlib\Base * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class AddressType extends Enum diff --git a/Stdlib/Base/Enum.php b/Stdlib/Base/Enum.php index 47cd1a736..b482f1a3d 100755 --- a/Stdlib/Base/Enum.php +++ b/Stdlib/Base/Enum.php @@ -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\Stdlib\Base; * * @package phpOMS\Stdlib\Base * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class Enum diff --git a/Stdlib/Base/EnumArray.php b/Stdlib/Base/EnumArray.php index 8746be99a..3d22fad6d 100755 --- a/Stdlib/Base/EnumArray.php +++ b/Stdlib/Base/EnumArray.php @@ -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\Stdlib\Base; * * @package phpOMS\Stdlib\Base * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class EnumArray diff --git a/Stdlib/Base/Exception/InvalidEnumName.php b/Stdlib/Base/Exception/InvalidEnumName.php index b410be48d..6b5893bde 100755 --- a/Stdlib/Base/Exception/InvalidEnumName.php +++ b/Stdlib/Base/Exception/InvalidEnumName.php @@ -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\Stdlib\Base\Exception; * * @package phpOMS\Stdlib\Base\Exception * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class InvalidEnumName extends \UnexpectedValueException diff --git a/Stdlib/Base/Exception/InvalidEnumValue.php b/Stdlib/Base/Exception/InvalidEnumValue.php index 3cdd5843e..68fa5e925 100755 --- a/Stdlib/Base/Exception/InvalidEnumValue.php +++ b/Stdlib/Base/Exception/InvalidEnumValue.php @@ -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\Stdlib\Base\Exception; * * @package phpOMS\Stdlib\Base\Exception * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class InvalidEnumValue extends \UnexpectedValueException diff --git a/Stdlib/Base/FloatInt.php b/Stdlib/Base/FloatInt.php index 874048d0f..64b06b0cc 100755 --- a/Stdlib/Base/FloatInt.php +++ b/Stdlib/Base/FloatInt.php @@ -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\Contract\SerializableInterface; * * @package phpOMS\Stdlib * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class FloatInt implements SerializableInterface diff --git a/Stdlib/Base/Heap.php b/Stdlib/Base/Heap.php index 683d3b36d..29e9f66bd 100755 --- a/Stdlib/Base/Heap.php +++ b/Stdlib/Base/Heap.php @@ -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\Stdlib\Base; * * @package phpOMS\Stdlib\Base * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Heap diff --git a/Stdlib/Base/HeapItemInterface.php b/Stdlib/Base/HeapItemInterface.php index 32d8d5b60..865977149 100755 --- a/Stdlib/Base/HeapItemInterface.php +++ b/Stdlib/Base/HeapItemInterface.php @@ -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\Stdlib\Base; * * @package phpOMS\Stdlib\Base * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface HeapItemInterface diff --git a/Stdlib/Base/Iban.php b/Stdlib/Base/Iban.php index 51b0f2ccd..6bb4e5b52 100755 --- a/Stdlib/Base/Iban.php +++ b/Stdlib/Base/Iban.php @@ -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\Validation\Finance\IbanEnum; * * @package phpOMS\Stdlib\Base * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Iban implements SerializableInterface diff --git a/Stdlib/Base/Location.php b/Stdlib/Base/Location.php index 29ded4f97..9353d7b48 100755 --- a/Stdlib/Base/Location.php +++ b/Stdlib/Base/Location.php @@ -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\Localization\ISO3166TwoEnum; * * @package phpOMS\Stdlib\Base * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Location implements \JsonSerializable, SerializableInterface diff --git a/Stdlib/Base/NullLocation.php b/Stdlib/Base/NullLocation.php index 9dbf94336..8b271641f 100755 --- a/Stdlib/Base/NullLocation.php +++ b/Stdlib/Base/NullLocation.php @@ -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\Stdlib\Base; * * @package phpOMS\Stdlib\Base * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullLocation extends Location diff --git a/Stdlib/Base/PhoneType.php b/Stdlib/Base/PhoneType.php index a2a32f587..f739bae6c 100755 --- a/Stdlib/Base/PhoneType.php +++ b/Stdlib/Base/PhoneType.php @@ -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\Stdlib\Base; * * @package phpOMS\Stdlib\Base * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class PhoneType extends Enum diff --git a/Stdlib/Base/SmartDateTime.php b/Stdlib/Base/SmartDateTime.php index 49da2ed2a..93a6b416e 100755 --- a/Stdlib/Base/SmartDateTime.php +++ b/Stdlib/Base/SmartDateTime.php @@ -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\Functions\Functions; * * @package phpOMS\Stdlib\Base * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class SmartDateTime extends \DateTime diff --git a/Stdlib/Graph/Edge.php b/Stdlib/Graph/Edge.php index b8a16e687..ec74115df 100755 --- a/Stdlib/Graph/Edge.php +++ b/Stdlib/Graph/Edge.php @@ -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\Stdlib\Graph; * * @package phpOMS\Stdlib\Graph * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Edge diff --git a/Stdlib/Graph/Graph.php b/Stdlib/Graph/Graph.php index b1b518550..c2f7ab1d9 100755 --- a/Stdlib/Graph/Graph.php +++ b/Stdlib/Graph/Graph.php @@ -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\Stdlib\Graph; * * @package phpOMS\Stdlib\Graph * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Graph diff --git a/Stdlib/Graph/Node.php b/Stdlib/Graph/Node.php index a138c40d3..b8e9b4886 100755 --- a/Stdlib/Graph/Node.php +++ b/Stdlib/Graph/Node.php @@ -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\Stdlib\Graph; * * @package phpOMS\Stdlib\Graph * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Node diff --git a/Stdlib/Map/KeyType.php b/Stdlib/Map/KeyType.php index 4b650244d..afc820e72 100755 --- a/Stdlib/Map/KeyType.php +++ b/Stdlib/Map/KeyType.php @@ -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\Stdlib\Map * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class KeyType extends Enum diff --git a/Stdlib/Map/MultiMap.php b/Stdlib/Map/MultiMap.php index 220ad9145..d68519405 100755 --- a/Stdlib/Map/MultiMap.php +++ b/Stdlib/Map/MultiMap.php @@ -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\Utils\Permutation; * * @package phpOMS\Stdlib\Map * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class MultiMap implements \Countable diff --git a/Stdlib/Map/OrderType.php b/Stdlib/Map/OrderType.php index 9ba650fd5..fa320cf00 100755 --- a/Stdlib/Map/OrderType.php +++ b/Stdlib/Map/OrderType.php @@ -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\Stdlib\Map * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class OrderType extends Enum diff --git a/Stdlib/Queue/PriorityMode.php b/Stdlib/Queue/PriorityMode.php index d3cb02d8c..b6da2c4b0 100755 --- a/Stdlib/Queue/PriorityMode.php +++ b/Stdlib/Queue/PriorityMode.php @@ -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\Stdlib\Queue * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class PriorityMode extends Enum diff --git a/Stdlib/Queue/PriorityQueue.php b/Stdlib/Queue/PriorityQueue.php index 084f92e44..673370594 100755 --- a/Stdlib/Queue/PriorityQueue.php +++ b/Stdlib/Queue/PriorityQueue.php @@ -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\Stdlib\Base\Exception\InvalidEnumValue; * * @package phpOMS\Stdlib\Queue * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class PriorityQueue implements \Countable, SerializableInterface diff --git a/System/CharsetType.php b/System/CharsetType.php index bd532c638..b75cd0089 100755 --- a/System/CharsetType.php +++ b/System/CharsetType.php @@ -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\System * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class CharsetType extends Enum diff --git a/System/File/ContainerInterface.php b/System/File/ContainerInterface.php index 67091997e..b4adb5853 100755 --- a/System/File/ContainerInterface.php +++ b/System/File/ContainerInterface.php @@ -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\System\File; * * @package phpOMS\System\File * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface ContainerInterface diff --git a/System/File/ContentPutMode.php b/System/File/ContentPutMode.php index 0955638a4..965d90d81 100755 --- a/System/File/ContentPutMode.php +++ b/System/File/ContentPutMode.php @@ -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\System\File * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class ContentPutMode extends Enum diff --git a/System/File/DirectoryInterface.php b/System/File/DirectoryInterface.php index a9a2c4bb7..2647f417e 100755 --- a/System/File/DirectoryInterface.php +++ b/System/File/DirectoryInterface.php @@ -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\System\File; * * @package phpOMS\System\File * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @phpstan-extends \ArrayAccess diff --git a/System/File/ExtensionType.php b/System/File/ExtensionType.php index 8887a8bc0..8e5cbb64e 100755 --- a/System/File/ExtensionType.php +++ b/System/File/ExtensionType.php @@ -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\System\File * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class ExtensionType extends Enum diff --git a/System/File/FileInterface.php b/System/File/FileInterface.php index a98c9ef36..ff742ef5d 100755 --- a/System/File/FileInterface.php +++ b/System/File/FileInterface.php @@ -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\System\File; * * @package phpOMS\System\File * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface FileInterface extends ContainerInterface diff --git a/System/File/FileUtils.php b/System/File/FileUtils.php index 54e46ab68..46acc7c54 100755 --- a/System/File/FileUtils.php +++ b/System/File/FileUtils.php @@ -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\System\File; * * @package phpOMS\System\File * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class FileUtils diff --git a/System/File/Ftp/Directory.php b/System/File/Ftp/Directory.php index 64fca6dba..3210ceced 100755 --- a/System/File/Ftp/Directory.php +++ b/System/File/Ftp/Directory.php @@ -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); @@ -29,7 +29,7 @@ use phpOMS\Utils\StringUtils; * * @package phpOMS\System\File\Ftp * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Directory extends FileAbstract implements DirectoryInterface diff --git a/System/File/Ftp/File.php b/System/File/Ftp/File.php index 286c2db62..65e675e4f 100755 --- a/System/File/Ftp/File.php +++ b/System/File/Ftp/File.php @@ -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); @@ -31,7 +31,7 @@ use phpOMS\Uri\HttpUri; * * @package phpOMS\System\File\Ftp * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class File extends FileAbstract implements FileInterface diff --git a/System/File/Ftp/FileAbstract.php b/System/File/Ftp/FileAbstract.php index 21ca6e828..23f5625d9 100755 --- a/System/File/Ftp/FileAbstract.php +++ b/System/File/Ftp/FileAbstract.php @@ -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\Uri\HttpUri; * * @package phpOMS\System\File\Ftp * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class FileAbstract implements FtpContainerInterface diff --git a/System/File/Ftp/FtpContainerInterface.php b/System/File/Ftp/FtpContainerInterface.php index df05deb2c..25fe89921 100755 --- a/System/File/Ftp/FtpContainerInterface.php +++ b/System/File/Ftp/FtpContainerInterface.php @@ -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\System\File\ContainerInterface; * * @package phpOMS\System\File * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface FtpContainerInterface extends ContainerInterface diff --git a/System/File/Ftp/FtpStorage.php b/System/File/Ftp/FtpStorage.php index be9ea6769..86ad332bf 100755 --- a/System/File/Ftp/FtpStorage.php +++ b/System/File/Ftp/FtpStorage.php @@ -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\System\File\StorageAbstract; * * @package phpOMS\System\File\Ftp * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class FtpStorage extends StorageAbstract diff --git a/System/File/Local/Directory.php b/System/File/Local/Directory.php index 24059a7c7..68a03bd7e 100755 --- a/System/File/Local/Directory.php +++ b/System/File/Local/Directory.php @@ -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\Utils\StringUtils; * * @package phpOMS\System\File\Local * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Directory extends FileAbstract implements DirectoryInterface diff --git a/System/File/Local/File.php b/System/File/Local/File.php index 82b6d70aa..71d3fb67d 100755 --- a/System/File/Local/File.php +++ b/System/File/Local/File.php @@ -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\System\File\PathException; * * @package phpOMS\System\File\Local * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class File extends FileAbstract implements FileInterface diff --git a/System/File/Local/FileAbstract.php b/System/File/Local/FileAbstract.php index 305f81d2b..dbda205d2 100755 --- a/System/File/Local/FileAbstract.php +++ b/System/File/Local/FileAbstract.php @@ -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\System\File\PathException; * * @package phpOMS\System\File\Local * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class FileAbstract implements LocalContainerInterface diff --git a/System/File/Local/LocalContainerInterface.php b/System/File/Local/LocalContainerInterface.php index cd3441291..3d6774963 100755 --- a/System/File/Local/LocalContainerInterface.php +++ b/System/File/Local/LocalContainerInterface.php @@ -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\System\File\ContainerInterface; * * @package phpOMS\System\File * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface LocalContainerInterface extends ContainerInterface diff --git a/System/File/Local/LocalStorage.php b/System/File/Local/LocalStorage.php index 074fb503c..7a9b4bd72 100755 --- a/System/File/Local/LocalStorage.php +++ b/System/File/Local/LocalStorage.php @@ -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\System\File\StorageAbstract; * * @package phpOMS\System\File\Local * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class LocalStorage extends StorageAbstract diff --git a/System/File/PathException.php b/System/File/PathException.php index 205d98392..77320ef3b 100755 --- a/System/File/PathException.php +++ b/System/File/PathException.php @@ -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\System\File; * * @package phpOMS\System\File * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class PathException extends \UnexpectedValueException diff --git a/System/File/PermissionException.php b/System/File/PermissionException.php index b50047b95..451241d06 100755 --- a/System/File/PermissionException.php +++ b/System/File/PermissionException.php @@ -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\System\File; * * @package phpOMS\System\File * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class PermissionException extends \RuntimeException diff --git a/System/File/Storage.php b/System/File/Storage.php index e2f934bd0..dcd13c418 100755 --- a/System/File/Storage.php +++ b/System/File/Storage.php @@ -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\System\File; * * @package phpOMS\System\File * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Storage diff --git a/System/File/StorageAbstract.php b/System/File/StorageAbstract.php index 632d8401b..e7530c1a5 100755 --- a/System/File/StorageAbstract.php +++ b/System/File/StorageAbstract.php @@ -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\System\File; * * @package phpOMS\System\File * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class StorageAbstract diff --git a/System/MimeType.php b/System/MimeType.php index 729d8f6b2..87dd50f9e 100755 --- a/System/MimeType.php +++ b/System/MimeType.php @@ -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\System * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class MimeType extends Enum diff --git a/System/OperatingSystem.php b/System/OperatingSystem.php index dcf89a1c1..288e43bb2 100755 --- a/System/OperatingSystem.php +++ b/System/OperatingSystem.php @@ -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\System; * * @package phpOMS\System * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class OperatingSystem diff --git a/System/Search/StringSearch.php b/System/Search/StringSearch.php index 09482e766..41d2a619b 100755 --- a/System/Search/StringSearch.php +++ b/System/Search/StringSearch.php @@ -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\System\Search; * * @package phpOMS\System\Search * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class StringSearch diff --git a/System/SystemType.php b/System/SystemType.php index 896b4697a..c7b689bab 100755 --- a/System/SystemType.php +++ b/System/SystemType.php @@ -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\System * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class SystemType extends Enum diff --git a/System/SystemUtils.php b/System/SystemUtils.php index 7c143072b..feda801f5 100755 --- a/System/SystemUtils.php +++ b/System/SystemUtils.php @@ -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\System; * * @package phpOMS\System * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class SystemUtils diff --git a/UnhandledHandler.php b/UnhandledHandler.php index b301114d2..dbb9181a3 100755 --- a/UnhandledHandler.php +++ b/UnhandledHandler.php @@ -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\Log\FileLogger; * * @package phpOMS * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class UnhandledHandler diff --git a/Uri/Argument.php b/Uri/Argument.php index b0060398f..0a2da7e3f 100755 --- a/Uri/Argument.php +++ b/Uri/Argument.php @@ -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\Uri; * * @package phpOMS\Uri * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @SuppressWarnings(PHPMD.Superglobals) diff --git a/Uri/HttpUri.php b/Uri/HttpUri.php index 3c7887453..7e9f53263 100755 --- a/Uri/HttpUri.php +++ b/Uri/HttpUri.php @@ -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\Utils\StringUtils; * * @package phpOMS\Uri * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @SuppressWarnings(PHPMD.Superglobals) diff --git a/Uri/InvalidUriException.php b/Uri/InvalidUriException.php index fbee1a296..0fb484836 100755 --- a/Uri/InvalidUriException.php +++ b/Uri/InvalidUriException.php @@ -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\Uri; * * @package phpOMS\Uri * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class InvalidUriException extends \UnexpectedValueException diff --git a/Uri/UriFactory.php b/Uri/UriFactory.php index e56f8b99b..94b99d3ae 100755 --- a/Uri/UriFactory.php +++ b/Uri/UriFactory.php @@ -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\Uri; * * @package phpOMS\Uri * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class UriFactory diff --git a/Uri/UriInterface.php b/Uri/UriInterface.php index 21b184427..c46fd0fbc 100755 --- a/Uri/UriInterface.php +++ b/Uri/UriInterface.php @@ -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); @@ -27,7 +27,7 @@ namespace phpOMS\Uri; * * @package phpOMS\Uri * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface UriInterface diff --git a/Uri/UriScheme.php b/Uri/UriScheme.php index 8eed71c68..922d419e7 100755 --- a/Uri/UriScheme.php +++ b/Uri/UriScheme.php @@ -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\Uri * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class UriScheme extends Enum diff --git a/Utils/ArrayUtils.php b/Utils/ArrayUtils.php index dc144169a..a2e8c9c62 100755 --- a/Utils/ArrayUtils.php +++ b/Utils/ArrayUtils.php @@ -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\Matrix\Exception\InvalidDimensionException; * * @package phpOMS\Utils * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class ArrayUtils diff --git a/Utils/Barcode/Aztec.php b/Utils/Barcode/Aztec.php index 918c54f8b..cfd725d50 100755 --- a/Utils/Barcode/Aztec.php +++ b/Utils/Barcode/Aztec.php @@ -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\Utils\Barcode; * * @package phpOMS\Utils\Barcode * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Aztec diff --git a/Utils/Barcode/C128Abstract.php b/Utils/Barcode/C128Abstract.php index ebd7da5b3..0ab732c6c 100755 --- a/Utils/Barcode/C128Abstract.php +++ b/Utils/Barcode/C128Abstract.php @@ -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\Utils\Barcode * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @SuppressWarnings(PHPMD.CamelCasePropertyName) diff --git a/Utils/Barcode/C128a.php b/Utils/Barcode/C128a.php index aa301120f..8ced0e4c3 100755 --- a/Utils/Barcode/C128a.php +++ b/Utils/Barcode/C128a.php @@ -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\Utils\Barcode; * * @package phpOMS\Utils\Barcode * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @SuppressWarnings(PHPMD.CamelCasePropertyName) diff --git a/Utils/Barcode/C128b.php b/Utils/Barcode/C128b.php index da0c31c91..f24a5a3fb 100755 --- a/Utils/Barcode/C128b.php +++ b/Utils/Barcode/C128b.php @@ -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\Utils\Barcode; * * @package phpOMS\Utils\Barcode * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @SuppressWarnings(PHPMD.CamelCasePropertyName) diff --git a/Utils/Barcode/C128c.php b/Utils/Barcode/C128c.php index 2bb06b7fd..4bd6b2444 100755 --- a/Utils/Barcode/C128c.php +++ b/Utils/Barcode/C128c.php @@ -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\Utils\Barcode; * * @package phpOMS\Utils\Barcode * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @SuppressWarnings(PHPMD.CamelCasePropertyName) diff --git a/Utils/Barcode/C25.php b/Utils/Barcode/C25.php index 61fa79c11..28bf77c77 100755 --- a/Utils/Barcode/C25.php +++ b/Utils/Barcode/C25.php @@ -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\Utils\Barcode; * * @package phpOMS\Utils\Barcode * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @SuppressWarnings(PHPMD.CamelCasePropertyName) diff --git a/Utils/Barcode/C39.php b/Utils/Barcode/C39.php index a13ae3bbb..eb584150f 100755 --- a/Utils/Barcode/C39.php +++ b/Utils/Barcode/C39.php @@ -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\Utils\Barcode; * * @package phpOMS\Utils\Barcode * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @SuppressWarnings(PHPMD.CamelCasePropertyName) diff --git a/Utils/Barcode/Codebar.php b/Utils/Barcode/Codebar.php index b4d3e760f..b4b9f72a9 100755 --- a/Utils/Barcode/Codebar.php +++ b/Utils/Barcode/Codebar.php @@ -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\Utils\Barcode; * * @package phpOMS\Utils\Barcode * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @SuppressWarnings(PHPMD.CamelCasePropertyName) diff --git a/Utils/Barcode/Datamatrix.php b/Utils/Barcode/Datamatrix.php index 4f911ca19..bbfdac27f 100755 --- a/Utils/Barcode/Datamatrix.php +++ b/Utils/Barcode/Datamatrix.php @@ -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\Utils\Barcode; * * @package phpOMS\Utils\Barcode * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Datamatrix diff --git a/Utils/Barcode/HIBCC.php b/Utils/Barcode/HIBCC.php index f078a2663..cb60712a2 100755 --- a/Utils/Barcode/HIBCC.php +++ b/Utils/Barcode/HIBCC.php @@ -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\Utils\Barcode; * * @package phpOMS\Utils\Barcode * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class HIBCC diff --git a/Utils/Barcode/OrientationType.php b/Utils/Barcode/OrientationType.php index e52f8fcc1..9f05219ef 100755 --- a/Utils/Barcode/OrientationType.php +++ b/Utils/Barcode/OrientationType.php @@ -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\Utils\Barcode * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class OrientationType extends Enum diff --git a/Utils/Barcode/QR.php b/Utils/Barcode/QR.php index 58cac13c4..62d850947 100755 --- a/Utils/Barcode/QR.php +++ b/Utils/Barcode/QR.php @@ -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\Utils\Barcode; * * @package phpOMS\Utils\Barcode * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class QR diff --git a/Utils/ColorUtils.php b/Utils/ColorUtils.php index 1486ff7f8..8da365709 100755 --- a/Utils/ColorUtils.php +++ b/Utils/ColorUtils.php @@ -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\Utils; * * @package phpOMS\Utils * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class ColorUtils diff --git a/Utils/Compression/CompressionInterface.php b/Utils/Compression/CompressionInterface.php index 427091761..49c00be5e 100755 --- a/Utils/Compression/CompressionInterface.php +++ b/Utils/Compression/CompressionInterface.php @@ -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\Utils\Compression; * * @package phpOMS\Utils\Compression * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface CompressionInterface diff --git a/Utils/Compression/LZW.php b/Utils/Compression/LZW.php index 0575818c1..d30f6fd0e 100755 --- a/Utils/Compression/LZW.php +++ b/Utils/Compression/LZW.php @@ -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\Utils\Compression; * * @package phpOMS\Utils\Compression * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class LZW implements CompressionInterface diff --git a/Utils/Converter/AngleType.php b/Utils/Converter/AngleType.php index 20da28f1e..7f34b05a5 100755 --- a/Utils/Converter/AngleType.php +++ b/Utils/Converter/AngleType.php @@ -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\Utils\Converter * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class AngleType extends Enum diff --git a/Utils/Converter/AreaType.php b/Utils/Converter/AreaType.php index 2e782d52e..79e2fa458 100755 --- a/Utils/Converter/AreaType.php +++ b/Utils/Converter/AreaType.php @@ -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\Utils\Converter * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class AreaType extends Enum diff --git a/Utils/Converter/Currency.php b/Utils/Converter/Currency.php index 69b48f3dd..6cbaaeb46 100755 --- a/Utils/Converter/Currency.php +++ b/Utils/Converter/Currency.php @@ -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\Uri\HttpUri; * * @package phpOMS\Utils\Converter * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Currency diff --git a/Utils/Converter/EnergyPowerType.php b/Utils/Converter/EnergyPowerType.php index 77be40dc5..590ffb1c7 100755 --- a/Utils/Converter/EnergyPowerType.php +++ b/Utils/Converter/EnergyPowerType.php @@ -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\Utils\Converter * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class EnergyPowerType extends Enum diff --git a/Utils/Converter/File.php b/Utils/Converter/File.php index 7402e6e0a..faebae20f 100755 --- a/Utils/Converter/File.php +++ b/Utils/Converter/File.php @@ -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\Utils\Converter; * * @package phpOMS\Utils\Converter * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class File diff --git a/Utils/Converter/FileSizeType.php b/Utils/Converter/FileSizeType.php index 76b7eeeb0..1665aacf8 100755 --- a/Utils/Converter/FileSizeType.php +++ b/Utils/Converter/FileSizeType.php @@ -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\Utils\Converter * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class FileSizeType extends Enum diff --git a/Utils/Converter/Ip.php b/Utils/Converter/Ip.php index e0ea9bff6..de1fdbb1a 100755 --- a/Utils/Converter/Ip.php +++ b/Utils/Converter/Ip.php @@ -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\Utils\Converter; * * @package phpOMS\Utils\Converter * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Ip diff --git a/Utils/Converter/LengthType.php b/Utils/Converter/LengthType.php index 2a82b88b8..edf768cd7 100755 --- a/Utils/Converter/LengthType.php +++ b/Utils/Converter/LengthType.php @@ -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\Utils\Converter * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class LengthType extends Enum diff --git a/Utils/Converter/Measurement.php b/Utils/Converter/Measurement.php index f079565fe..fe98709eb 100755 --- a/Utils/Converter/Measurement.php +++ b/Utils/Converter/Measurement.php @@ -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\Utils\Converter; * * @package phpOMS\Utils\Converter * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Measurement diff --git a/Utils/Converter/Numeric.php b/Utils/Converter/Numeric.php index ee4fcd254..8fbcf82b8 100755 --- a/Utils/Converter/Numeric.php +++ b/Utils/Converter/Numeric.php @@ -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\Utils\Converter; * * @package phpOMS\Utils\Converter * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Numeric diff --git a/Utils/Converter/PressureType.php b/Utils/Converter/PressureType.php index d8ccb135b..7efa566a8 100755 --- a/Utils/Converter/PressureType.php +++ b/Utils/Converter/PressureType.php @@ -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\Utils\Converter * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class PressureType extends Enum diff --git a/Utils/Converter/SpeedType.php b/Utils/Converter/SpeedType.php index 6b7174e95..af3328807 100755 --- a/Utils/Converter/SpeedType.php +++ b/Utils/Converter/SpeedType.php @@ -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\Utils\Converter * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class SpeedType extends Enum diff --git a/Utils/Converter/TemperatureType.php b/Utils/Converter/TemperatureType.php index 558558a86..bdcf09bc7 100755 --- a/Utils/Converter/TemperatureType.php +++ b/Utils/Converter/TemperatureType.php @@ -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\Utils\Converter * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class TemperatureType extends Enum diff --git a/Utils/Converter/TimeType.php b/Utils/Converter/TimeType.php index 98fa2632e..8d7c56e77 100755 --- a/Utils/Converter/TimeType.php +++ b/Utils/Converter/TimeType.php @@ -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\Utils\Converter * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class TimeType extends Enum diff --git a/Utils/Converter/VolumeType.php b/Utils/Converter/VolumeType.php index e5703ece5..b48d6c190 100755 --- a/Utils/Converter/VolumeType.php +++ b/Utils/Converter/VolumeType.php @@ -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\Utils\Converter * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class VolumeType extends Enum diff --git a/Utils/Converter/WeightType.php b/Utils/Converter/WeightType.php index 6406f1303..f47d495e1 100755 --- a/Utils/Converter/WeightType.php +++ b/Utils/Converter/WeightType.php @@ -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\Utils\Converter * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class WeightType extends Enum diff --git a/Utils/Encoding/Caesar.php b/Utils/Encoding/Caesar.php index 022434db2..051200a39 100755 --- a/Utils/Encoding/Caesar.php +++ b/Utils/Encoding/Caesar.php @@ -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\Utils\Encoding; * * @package phpOMS\Utils\Encoding * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Caesar diff --git a/Utils/Encoding/EncodingInterface.php b/Utils/Encoding/EncodingInterface.php index 93ae49cd8..4aded1ad2 100755 --- a/Utils/Encoding/EncodingInterface.php +++ b/Utils/Encoding/EncodingInterface.php @@ -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\Utils\Encoding; * * @package phpOMS\Utils\Encoding * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface EncodingInterface diff --git a/Utils/Encoding/Gray.php b/Utils/Encoding/Gray.php index ae2adba4a..a7705a971 100755 --- a/Utils/Encoding/Gray.php +++ b/Utils/Encoding/Gray.php @@ -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\Utils\Encoding; * * @package phpOMS\Utils\Encoding * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Gray diff --git a/Utils/Encoding/Huffman/Dictionary.php b/Utils/Encoding/Huffman/Dictionary.php index 2aa15c95c..537d6996a 100755 --- a/Utils/Encoding/Huffman/Dictionary.php +++ b/Utils/Encoding/Huffman/Dictionary.php @@ -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\Utils\Encoding\Huffman; * * @package phpOMS\Utils\Encoding\Huffman * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Dictionary diff --git a/Utils/Encoding/Huffman/Huffman.php b/Utils/Encoding/Huffman/Huffman.php index 129f0f9ee..82771af71 100755 --- a/Utils/Encoding/Huffman/Huffman.php +++ b/Utils/Encoding/Huffman/Huffman.php @@ -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\Utils\Encoding\Huffman; * * @package phpOMS\Utils\Encoding\Huffman * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Huffman diff --git a/Utils/Encoding/XorEncoding.php b/Utils/Encoding/XorEncoding.php index 6bc50e570..ff3a01998 100755 --- a/Utils/Encoding/XorEncoding.php +++ b/Utils/Encoding/XorEncoding.php @@ -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\Utils\Encoding; * * @package phpOMS\Utils\Encoding * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class XorEncoding diff --git a/Utils/Git/Author.php b/Utils/Git/Author.php index bfe1d34cc..d2bbcb601 100755 --- a/Utils/Git/Author.php +++ b/Utils/Git/Author.php @@ -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\Utils\Git; * * @package phpOMS\Utils\Git * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Author diff --git a/Utils/Git/Branch.php b/Utils/Git/Branch.php index 6e3aa9fe7..08129961e 100755 --- a/Utils/Git/Branch.php +++ b/Utils/Git/Branch.php @@ -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\Utils\Git; * * @package phpOMS\Utils\Git * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Branch diff --git a/Utils/Git/Commit.php b/Utils/Git/Commit.php index 37e5f9ce7..d2981f543 100755 --- a/Utils/Git/Commit.php +++ b/Utils/Git/Commit.php @@ -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\Utils\Git; * * @package phpOMS\Utils\Git * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Commit diff --git a/Utils/Git/Git.php b/Utils/Git/Git.php index ad652ab7f..bed0085fb 100755 --- a/Utils/Git/Git.php +++ b/Utils/Git/Git.php @@ -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\System\File\PathException; * * @package phpOMS\Utils\Git * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * @codeCoverageIgnore */ diff --git a/Utils/Git/NullCommit.php b/Utils/Git/NullCommit.php index 715a634ec..d6078995b 100755 --- a/Utils/Git/NullCommit.php +++ b/Utils/Git/NullCommit.php @@ -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\Utils\Git; * * @package phpOMS\Utils\Git * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullCommit extends Commit diff --git a/Utils/Git/Repository.php b/Utils/Git/Repository.php index f9e82f5c2..4f163ce6a 100755 --- a/Utils/Git/Repository.php +++ b/Utils/Git/Repository.php @@ -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\Utils\StringUtils; * * @package phpOMS\Utils\Git * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * @codeCoverageIgnore */ diff --git a/Utils/Git/Tag.php b/Utils/Git/Tag.php index 7ddcacf6b..35372eabb 100755 --- a/Utils/Git/Tag.php +++ b/Utils/Git/Tag.php @@ -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\Utils\Git; * * @package phpOMS\Utils\Git * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Tag diff --git a/Utils/IO/Csv/CsvInterface.php b/Utils/IO/Csv/CsvInterface.php index 8a656fb76..8ed63ada1 100755 --- a/Utils/IO/Csv/CsvInterface.php +++ b/Utils/IO/Csv/CsvInterface.php @@ -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\Utils\IO\Csv; * * @package phpOMS\Utils\IO\Csv * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface CsvInterface diff --git a/Utils/IO/Csv/CsvSettings.php b/Utils/IO/Csv/CsvSettings.php index cb64bbc0e..c45167c99 100755 --- a/Utils/IO/Csv/CsvSettings.php +++ b/Utils/IO/Csv/CsvSettings.php @@ -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\Utils\IO\Csv; * * @package phpOMS\Utils\IO\Csv * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class CsvSettings diff --git a/Utils/IO/ExchangeInterface.php b/Utils/IO/ExchangeInterface.php index 18cd8eff2..8713a0f90 100755 --- a/Utils/IO/ExchangeInterface.php +++ b/Utils/IO/ExchangeInterface.php @@ -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\IO\Spreadsheet\SpreadsheetInterface; * * @package phpOMS\Utils\IO * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface ExchangeInterface extends CsvInterface, JsonInterface, PdfInterface, SpreadsheetInterface diff --git a/Utils/IO/IODatabaseMapper.php b/Utils/IO/IODatabaseMapper.php index a7e4766bc..dcddec909 100755 --- a/Utils/IO/IODatabaseMapper.php +++ b/Utils/IO/IODatabaseMapper.php @@ -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\Utils\IO; * * @package phpOMS\Utils\IO * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface IODatabaseMapper diff --git a/Utils/IO/Json/InvalidJsonException.php b/Utils/IO/Json/InvalidJsonException.php index 54f4f7525..8d7d41ae9 100755 --- a/Utils/IO/Json/InvalidJsonException.php +++ b/Utils/IO/Json/InvalidJsonException.php @@ -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\Utils\IO\Json; * * @package phpOMS\Utils\IO\Json * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class InvalidJsonException extends \UnexpectedValueException diff --git a/Utils/IO/Json/JsonInterface.php b/Utils/IO/Json/JsonInterface.php index 9e393eaa7..ce32251f2 100755 --- a/Utils/IO/Json/JsonInterface.php +++ b/Utils/IO/Json/JsonInterface.php @@ -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\Utils\IO\Json; * * @package phpOMS\Utils\IO\Json * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface JsonInterface diff --git a/Utils/IO/Pdf/PdfInterface.php b/Utils/IO/Pdf/PdfInterface.php index 8dbce5a22..2a0d0caa0 100755 --- a/Utils/IO/Pdf/PdfInterface.php +++ b/Utils/IO/Pdf/PdfInterface.php @@ -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\Utils\IO\Pdf; * * @package phpOMS\Utils\IO\Pdf * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface PdfInterface diff --git a/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php b/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php index 92f4091d7..a66e846be 100755 --- a/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php +++ b/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php @@ -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\StringUtils; * * @package phpOMS\Utils\IO\Spreadsheet * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class SpreadsheetDatabaseMapper implements IODatabaseMapper diff --git a/Utils/IO/Spreadsheet/SpreadsheetInterface.php b/Utils/IO/Spreadsheet/SpreadsheetInterface.php index 16a8f0c0e..01ae9bf7e 100755 --- a/Utils/IO/Spreadsheet/SpreadsheetInterface.php +++ b/Utils/IO/Spreadsheet/SpreadsheetInterface.php @@ -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\Utils\IO\Spreadsheet; * * @package phpOMS\Utils\IO\Spreadsheet * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface SpreadsheetInterface diff --git a/Utils/IO/Zip/ArchiveInterface.php b/Utils/IO/Zip/ArchiveInterface.php index 36d054e73..60c6b8fe8 100755 --- a/Utils/IO/Zip/ArchiveInterface.php +++ b/Utils/IO/Zip/ArchiveInterface.php @@ -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\Utils\IO\Zip; * * @package phpOMS\Utils\IO\Zip * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface ArchiveInterface diff --git a/Utils/IO/Zip/Gz.php b/Utils/IO/Zip/Gz.php index 1fdce5dd6..e303319e0 100755 --- a/Utils/IO/Zip/Gz.php +++ b/Utils/IO/Zip/Gz.php @@ -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\Utils\IO\Zip; * * @package phpOMS\Utils\IO\Zip * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Gz implements ArchiveInterface diff --git a/Utils/IO/Zip/Tar.php b/Utils/IO/Zip/Tar.php index 9c5a86b6a..f66733e34 100755 --- a/Utils/IO/Zip/Tar.php +++ b/Utils/IO/Zip/Tar.php @@ -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); @@ -28,7 +28,7 @@ use phpOMS\System\File\Local\Directory; * * @package phpOMS\Utils\IO\Zip * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Tar implements ArchiveInterface diff --git a/Utils/IO/Zip/TarGz.php b/Utils/IO/Zip/TarGz.php index df514c556..7337695f9 100755 --- a/Utils/IO/Zip/TarGz.php +++ b/Utils/IO/Zip/TarGz.php @@ -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\System\File\Local\File; * * @package phpOMS\Utils\IO\Zip * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class TarGz implements ArchiveInterface diff --git a/Utils/IO/Zip/Zip.php b/Utils/IO/Zip/Zip.php index 46a63648b..e3f00ff5f 100755 --- a/Utils/IO/Zip/Zip.php +++ b/Utils/IO/Zip/Zip.php @@ -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\System\File\Local\Directory; * * @package phpOMS\Utils\IO\Zip * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Zip implements ArchiveInterface diff --git a/Utils/ImageUtils.php b/Utils/ImageUtils.php index 0b4c3533e..d4973f37d 100755 --- a/Utils/ImageUtils.php +++ b/Utils/ImageUtils.php @@ -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\Utils; * * @package phpOMS\Utils * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class ImageUtils diff --git a/Utils/MbStringUtils.php b/Utils/MbStringUtils.php index 61276f7b8..e5396b3fe 100755 --- a/Utils/MbStringUtils.php +++ b/Utils/MbStringUtils.php @@ -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\System\CharsetType; * * @package phpOMS\Utils * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @SuppressWarnings(PHPMD.CamelCaseMethodName) diff --git a/Utils/NumericUtils.php b/Utils/NumericUtils.php index f76f0210e..8898cd286 100755 --- a/Utils/NumericUtils.php +++ b/Utils/NumericUtils.php @@ -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\Utils; * * @package phpOMS\Utils * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NumericUtils diff --git a/Utils/Parser/Markdown/Markdown.php b/Utils/Parser/Markdown/Markdown.php index a87a718bf..2ccc7f336 100755 --- a/Utils/Parser/Markdown/Markdown.php +++ b/Utils/Parser/Markdown/Markdown.php @@ -9,7 +9,7 @@ * @license OMS License 1.0 * @license Original license Emanuil Rusev, erusev.com (MIT) * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -23,7 +23,7 @@ use phpOMS\Uri\UriFactory; * @package phpOMS\Utils\Parser\Markdown * @license OMS License 1.0 * @license Original license Emanuil Rusev, erusev.com (MIT) - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Markdown diff --git a/Utils/Parser/Pdf/PdfParser.php b/Utils/Parser/Pdf/PdfParser.php index 0f0451ec3..1598ac0e2 100755 --- a/Utils/Parser/Pdf/PdfParser.php +++ b/Utils/Parser/Pdf/PdfParser.php @@ -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\Utils\StringUtils; * * @package phpOMS\Utils\Parser\Pdf * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class PdfParser diff --git a/Utils/Parser/Php/ArrayParser.php b/Utils/Parser/Php/ArrayParser.php index 99290410d..9fdcd1257 100755 --- a/Utils/Parser/Php/ArrayParser.php +++ b/Utils/Parser/Php/ArrayParser.php @@ -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\Contract\SerializableInterface; * * @package phpOMS\Utils\Parser\Php * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class ArrayParser diff --git a/Utils/Permutation.php b/Utils/Permutation.php index c4d0c4206..31bfb931c 100755 --- a/Utils/Permutation.php +++ b/Utils/Permutation.php @@ -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\Utils; * * @package phpOMS\Utils * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Permutation diff --git a/Utils/RnG/ArrayRandomize.php b/Utils/RnG/ArrayRandomize.php index aaadf14fb..709f9f064 100755 --- a/Utils/RnG/ArrayRandomize.php +++ b/Utils/RnG/ArrayRandomize.php @@ -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\Utils\RnG; * * @package phpOMS\Utils\RnG * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class ArrayRandomize diff --git a/Utils/RnG/DateTime.php b/Utils/RnG/DateTime.php index 797e98a7d..d87b47d7e 100755 --- a/Utils/RnG/DateTime.php +++ b/Utils/RnG/DateTime.php @@ -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\Utils\RnG; * * @package phpOMS\Utils\RnG * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class DateTime diff --git a/Utils/RnG/DistributionType.php b/Utils/RnG/DistributionType.php index e7b99b7ef..0d2118f3f 100755 --- a/Utils/RnG/DistributionType.php +++ b/Utils/RnG/DistributionType.php @@ -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\Utils\RnG * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class DistributionType extends Enum diff --git a/Utils/RnG/Email.php b/Utils/RnG/Email.php index 92c6a3594..4e1af995b 100755 --- a/Utils/RnG/Email.php +++ b/Utils/RnG/Email.php @@ -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\Utils\RnG; * * @package phpOMS\Utils\RnG * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Email diff --git a/Utils/RnG/File.php b/Utils/RnG/File.php index 6015423d0..48987addb 100755 --- a/Utils/RnG/File.php +++ b/Utils/RnG/File.php @@ -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\Utils\RnG; * * @package phpOMS\Utils\RnG * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class File diff --git a/Utils/RnG/LinearCongruentialGenerator.php b/Utils/RnG/LinearCongruentialGenerator.php index 39c946709..7b921c927 100755 --- a/Utils/RnG/LinearCongruentialGenerator.php +++ b/Utils/RnG/LinearCongruentialGenerator.php @@ -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\Utils\RnG; * * @package phpOMS\Utils\RnG * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class LinearCongruentialGenerator diff --git a/Utils/RnG/Name.php b/Utils/RnG/Name.php index d24f025d5..e7f5fcecd 100755 --- a/Utils/RnG/Name.php +++ b/Utils/RnG/Name.php @@ -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\Utils\RnG; * * @package phpOMS\Utils\RnG * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Name diff --git a/Utils/RnG/Phone.php b/Utils/RnG/Phone.php index b159fb3b1..97c0ea40d 100755 --- a/Utils/RnG/Phone.php +++ b/Utils/RnG/Phone.php @@ -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\Utils\RnG; * * @package phpOMS\Utils\RnG * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Phone diff --git a/Utils/RnG/StringUtils.php b/Utils/RnG/StringUtils.php index 702f7cb2c..2cd6f074d 100755 --- a/Utils/RnG/StringUtils.php +++ b/Utils/RnG/StringUtils.php @@ -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\Utils\RnG; * * @package phpOMS\Utils\RnG * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class StringUtils diff --git a/Utils/RnG/Text.php b/Utils/RnG/Text.php index 51774c8a3..16542a3c1 100755 --- a/Utils/RnG/Text.php +++ b/Utils/RnG/Text.php @@ -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\Utils\RnG; * * @package phpOMS\Utils\RnG * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Text diff --git a/Utils/StringCompare.php b/Utils/StringCompare.php index a9fd61554..697a13b39 100755 --- a/Utils/StringCompare.php +++ b/Utils/StringCompare.php @@ -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\Utils; * * @package phpOMS\Utils * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class StringCompare diff --git a/Utils/StringUtils.php b/Utils/StringUtils.php index a299d6c51..3630a83b3 100755 --- a/Utils/StringUtils.php +++ b/Utils/StringUtils.php @@ -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\Contract\SerializableInterface; * * @package phpOMS\Utils * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @SuppressWarnings(PHPMD.CamelCaseMethodName) diff --git a/Utils/TaskSchedule/Cron.php b/Utils/TaskSchedule/Cron.php index 0081bea41..d819c1e0a 100755 --- a/Utils/TaskSchedule/Cron.php +++ b/Utils/TaskSchedule/Cron.php @@ -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\Utils\TaskSchedule; * * @package phpOMS\Utils\TaskSchedule * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * @codeCoverageIgnore */ diff --git a/Utils/TaskSchedule/CronJob.php b/Utils/TaskSchedule/CronJob.php index 46a90ed14..822906d4c 100755 --- a/Utils/TaskSchedule/CronJob.php +++ b/Utils/TaskSchedule/CronJob.php @@ -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\Utils\TaskSchedule; * * @package phpOMS\Utils\TaskSchedule * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class CronJob extends TaskAbstract diff --git a/Utils/TaskSchedule/Interval.php b/Utils/TaskSchedule/Interval.php index b170bc8eb..b6c73ce01 100755 --- a/Utils/TaskSchedule/Interval.php +++ b/Utils/TaskSchedule/Interval.php @@ -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\Contract\SerializableInterface; * * @package phpOMS\Utils\TaskSchedule * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Interval implements SerializableInterface diff --git a/Utils/TaskSchedule/NullCronJob.php b/Utils/TaskSchedule/NullCronJob.php index 9c6c6b48d..e4c07d8bb 100755 --- a/Utils/TaskSchedule/NullCronJob.php +++ b/Utils/TaskSchedule/NullCronJob.php @@ -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\Utils\TaskSchedule; * * @package phpOMS\Utils\TaskSchedule * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullCronJob extends CronJob diff --git a/Utils/TaskSchedule/NullSchedule.php b/Utils/TaskSchedule/NullSchedule.php index c86240f76..86be47b24 100755 --- a/Utils/TaskSchedule/NullSchedule.php +++ b/Utils/TaskSchedule/NullSchedule.php @@ -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\Utils\TaskSchedule; * * @package phpOMS\Utils\TaskSchedule * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullSchedule extends Schedule diff --git a/Utils/TaskSchedule/Schedule.php b/Utils/TaskSchedule/Schedule.php index 49348a90c..7abe3856f 100755 --- a/Utils/TaskSchedule/Schedule.php +++ b/Utils/TaskSchedule/Schedule.php @@ -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\Validation\Base\DateTime; * * @package phpOMS\Utils\TaskSchedule * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Schedule extends TaskAbstract diff --git a/Utils/TaskSchedule/SchedulerAbstract.php b/Utils/TaskSchedule/SchedulerAbstract.php index 8fd87f095..9988570d5 100755 --- a/Utils/TaskSchedule/SchedulerAbstract.php +++ b/Utils/TaskSchedule/SchedulerAbstract.php @@ -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\System\File\PathException; * * @package phpOMS\Utils\TaskSchedule * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * @codeCoverageIgnore */ diff --git a/Utils/TaskSchedule/SchedulerFactory.php b/Utils/TaskSchedule/SchedulerFactory.php index 72c1fc918..c681c3927 100755 --- a/Utils/TaskSchedule/SchedulerFactory.php +++ b/Utils/TaskSchedule/SchedulerFactory.php @@ -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\SystemType; * * @package phpOMS\Utils\TaskSchedule * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class SchedulerFactory diff --git a/Utils/TaskSchedule/TaskAbstract.php b/Utils/TaskSchedule/TaskAbstract.php index 745d6a236..50b51d948 100755 --- a/Utils/TaskSchedule/TaskAbstract.php +++ b/Utils/TaskSchedule/TaskAbstract.php @@ -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\Utils\TaskSchedule; * * @package phpOMS\Utils\TaskSchedule * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class TaskAbstract diff --git a/Utils/TaskSchedule/TaskFactory.php b/Utils/TaskSchedule/TaskFactory.php index 3289be535..012a6b67a 100755 --- a/Utils/TaskSchedule/TaskFactory.php +++ b/Utils/TaskSchedule/TaskFactory.php @@ -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\SystemType; * * @package phpOMS\Utils\TaskSchedule * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class TaskFactory diff --git a/Utils/TaskSchedule/TaskScheduler.php b/Utils/TaskSchedule/TaskScheduler.php index 5dbd8890b..39e0c3692 100755 --- a/Utils/TaskSchedule/TaskScheduler.php +++ b/Utils/TaskSchedule/TaskScheduler.php @@ -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\Utils\TaskSchedule; * * @package phpOMS\Utils\TaskSchedule * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * @codeCoverageIgnore */ diff --git a/Utils/TaskSchedule/TaskStatus.php b/Utils/TaskSchedule/TaskStatus.php index 0922a1bc6..5c7121dcb 100755 --- a/Utils/TaskSchedule/TaskStatus.php +++ b/Utils/TaskSchedule/TaskStatus.php @@ -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\Utils\TaskSchedule * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class TaskStatus extends Enum diff --git a/Utils/TestUtils.php b/Utils/TestUtils.php index c5bfa8e07..1e4f6c9c2 100755 --- a/Utils/TestUtils.php +++ b/Utils/TestUtils.php @@ -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\Utils; * * @package phpOMS\Utils * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class TestUtils diff --git a/Validation/Base/DateTime.php b/Validation/Base/DateTime.php index 3e26b1875..5d72635fb 100755 --- a/Validation/Base/DateTime.php +++ b/Validation/Base/DateTime.php @@ -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\Validation\ValidatorAbstract; * * @package phpOMS\Validation\Base * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class DateTime extends ValidatorAbstract diff --git a/Validation/Base/Json.php b/Validation/Base/Json.php index c597564b6..9a1ad7d58 100755 --- a/Validation/Base/Json.php +++ b/Validation/Base/Json.php @@ -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\Validation\ValidatorAbstract; * * @package phpOMS\Validation\Base * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class Json extends ValidatorAbstract diff --git a/Validation/Finance/BIC.php b/Validation/Finance/BIC.php index 42acbea75..3f62a6d65 100755 --- a/Validation/Finance/BIC.php +++ b/Validation/Finance/BIC.php @@ -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\Validation\ValidatorAbstract; * * @package phpOMS\Validation\Finance * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class BIC extends ValidatorAbstract diff --git a/Validation/Finance/CreditCard.php b/Validation/Finance/CreditCard.php index ff6daa4c1..3877eec33 100755 --- a/Validation/Finance/CreditCard.php +++ b/Validation/Finance/CreditCard.php @@ -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\Validation\ValidatorAbstract; * * @package phpOMS\Validation\Finance * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class CreditCard extends ValidatorAbstract diff --git a/Validation/Finance/Iban.php b/Validation/Finance/Iban.php index 162a2c384..814745c35 100755 --- a/Validation/Finance/Iban.php +++ b/Validation/Finance/Iban.php @@ -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\Validation\ValidatorAbstract; * * @package phpOMS\Validation\Finance * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Iban extends ValidatorAbstract diff --git a/Validation/Finance/IbanEnum.php b/Validation/Finance/IbanEnum.php index 5bf6e0ea4..a2a0e2f6a 100755 --- a/Validation/Finance/IbanEnum.php +++ b/Validation/Finance/IbanEnum.php @@ -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\Validation\Finance * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class IbanEnum extends Enum diff --git a/Validation/Finance/IbanErrorType.php b/Validation/Finance/IbanErrorType.php index 114bec33c..30147cb60 100755 --- a/Validation/Finance/IbanErrorType.php +++ b/Validation/Finance/IbanErrorType.php @@ -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\Validation\Finance * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class IbanErrorType extends Enum diff --git a/Validation/Network/Email.php b/Validation/Network/Email.php index 1c136059d..ec9f5f95b 100755 --- a/Validation/Network/Email.php +++ b/Validation/Network/Email.php @@ -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\Validation\ValidatorAbstract; * * @package phpOMS\Validation\Network * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class Email extends ValidatorAbstract diff --git a/Validation/Network/Hostname.php b/Validation/Network/Hostname.php index 3c09bc953..b5fe73947 100755 --- a/Validation/Network/Hostname.php +++ b/Validation/Network/Hostname.php @@ -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\Validation\ValidatorAbstract; * * @package phpOMS\Validation\Network * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class Hostname extends ValidatorAbstract diff --git a/Validation/Network/Ip.php b/Validation/Network/Ip.php index e1fbf3c64..995196502 100755 --- a/Validation/Network/Ip.php +++ b/Validation/Network/Ip.php @@ -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\Validation\ValidatorAbstract; * * @package phpOMS\Validation\Network * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class Ip extends ValidatorAbstract diff --git a/Validation/Validator.php b/Validation/Validator.php index 2e979b778..f98ef9b78 100755 --- a/Validation/Validator.php +++ b/Validation/Validator.php @@ -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\Utils\StringUtils; * * @package phpOMS\Validation * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Validator extends ValidatorAbstract diff --git a/Validation/ValidatorAbstract.php b/Validation/ValidatorAbstract.php index 8ddbc2ac3..4a4996016 100755 --- a/Validation/ValidatorAbstract.php +++ b/Validation/ValidatorAbstract.php @@ -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\Validation; * * @package phpOMS\Validation * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class ValidatorAbstract implements ValidatorInterface diff --git a/Validation/ValidatorInterface.php b/Validation/ValidatorInterface.php index 727b42663..16a71b99a 100755 --- a/Validation/ValidatorInterface.php +++ b/Validation/ValidatorInterface.php @@ -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\Validation; * * @package phpOMS\Validation * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ interface ValidatorInterface diff --git a/Version/Version.php b/Version/Version.php index 69480829b..f97641f0c 100755 --- a/Version/Version.php +++ b/Version/Version.php @@ -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\Version; * * @package phpOMS\Version * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Version diff --git a/Views/NullView.php b/Views/NullView.php index b6de2cd49..a3cd4a508 100755 --- a/Views/NullView.php +++ b/Views/NullView.php @@ -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\Views; * * @package phpOMS\Views * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class NullView extends ViewAbstract diff --git a/Views/PaginationView.php b/Views/PaginationView.php index ccd60589a..7dc96dddd 100755 --- a/Views/PaginationView.php +++ b/Views/PaginationView.php @@ -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\Views; * * @package phpOMS\Views * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class PaginationView extends View diff --git a/Views/View.php b/Views/View.php index 1a2bdb842..4d9faa004 100755 --- a/Views/View.php +++ b/Views/View.php @@ -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\Module\Exception\InvalidThemeException; * * @package phpOMS\Views * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class View extends ViewAbstract diff --git a/Views/ViewAbstract.php b/Views/ViewAbstract.php index 61a7df85e..5f3dc7202 100755 --- a/Views/ViewAbstract.php +++ b/Views/ViewAbstract.php @@ -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\Contract\RenderableInterface; * * @package phpOMS\Views * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class ViewAbstract implements RenderableInterface diff --git a/preload.php b/preload.php index c61a35040..15b800e34 100755 --- a/preload.php +++ b/preload.php @@ -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); diff --git a/tests/Account/AccountManagerTest.php b/tests/Account/AccountManagerTest.php index eacbc9980..c3bbb8482 100755 --- a/tests/Account/AccountManagerTest.php +++ b/tests/Account/AccountManagerTest.php @@ -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); diff --git a/tests/Account/AccountStatusTest.php b/tests/Account/AccountStatusTest.php index 3e1897522..ebe6ca072 100755 --- a/tests/Account/AccountStatusTest.php +++ b/tests/Account/AccountStatusTest.php @@ -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); diff --git a/tests/Account/AccountTest.php b/tests/Account/AccountTest.php index f25806e22..2fc7003be 100755 --- a/tests/Account/AccountTest.php +++ b/tests/Account/AccountTest.php @@ -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); diff --git a/tests/Account/AccountTypeTest.php b/tests/Account/AccountTypeTest.php index 6bf57f08d..8ab28aed6 100755 --- a/tests/Account/AccountTypeTest.php +++ b/tests/Account/AccountTypeTest.php @@ -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); diff --git a/tests/Account/GroupStatusTest.php b/tests/Account/GroupStatusTest.php index c651144da..b0351b3f4 100755 --- a/tests/Account/GroupStatusTest.php +++ b/tests/Account/GroupStatusTest.php @@ -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); diff --git a/tests/Account/GroupTest.php b/tests/Account/GroupTest.php index 9cf6049d1..43acbebdb 100755 --- a/tests/Account/GroupTest.php +++ b/tests/Account/GroupTest.php @@ -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); diff --git a/tests/Account/NullAccountTest.php b/tests/Account/NullAccountTest.php index ed3ca5aef..e0191f67c 100755 --- a/tests/Account/NullAccountTest.php +++ b/tests/Account/NullAccountTest.php @@ -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); diff --git a/tests/Account/NullGroupTest.php b/tests/Account/NullGroupTest.php index ee5a1a022..549f0ba00 100755 --- a/tests/Account/NullGroupTest.php +++ b/tests/Account/NullGroupTest.php @@ -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); diff --git a/tests/Account/PermissionAbstractTest.php b/tests/Account/PermissionAbstractTest.php index fbbde3a64..9b983a396 100755 --- a/tests/Account/PermissionAbstractTest.php +++ b/tests/Account/PermissionAbstractTest.php @@ -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); diff --git a/tests/Account/PermissionTypeTest.php b/tests/Account/PermissionTypeTest.php index 3ce7a2f35..da2ec4f0e 100755 --- a/tests/Account/PermissionTypeTest.php +++ b/tests/Account/PermissionTypeTest.php @@ -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); diff --git a/tests/Ai/Ocr/BasicOcrTest.php b/tests/Ai/Ocr/BasicOcrTest.php index 653423cf0..b77c030ac 100755 --- a/tests/Ai/Ocr/BasicOcrTest.php +++ b/tests/Ai/Ocr/BasicOcrTest.php @@ -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); diff --git a/tests/Ai/Ocr/Tesseract/TesseractOcrTest.php b/tests/Ai/Ocr/Tesseract/TesseractOcrTest.php index 10812b515..404dae0b2 100755 --- a/tests/Ai/Ocr/Tesseract/TesseractOcrTest.php +++ b/tests/Ai/Ocr/Tesseract/TesseractOcrTest.php @@ -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); diff --git a/tests/Algorithm/Clustering/KmeansTest.php b/tests/Algorithm/Clustering/KmeansTest.php index 26787912b..79878df08 100755 --- a/tests/Algorithm/Clustering/KmeansTest.php +++ b/tests/Algorithm/Clustering/KmeansTest.php @@ -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); diff --git a/tests/Algorithm/Clustering/PointTest.php b/tests/Algorithm/Clustering/PointTest.php index 4cf1eebf8..d67564ce0 100755 --- a/tests/Algorithm/Clustering/PointTest.php +++ b/tests/Algorithm/Clustering/PointTest.php @@ -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); diff --git a/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php b/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php index 2ddc7ad16..5c7336459 100755 --- a/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php +++ b/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php @@ -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); diff --git a/tests/Algorithm/JobScheduling/JobTest.php b/tests/Algorithm/JobScheduling/JobTest.php index 4edea9b56..e2cabbaaa 100755 --- a/tests/Algorithm/JobScheduling/JobTest.php +++ b/tests/Algorithm/JobScheduling/JobTest.php @@ -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); diff --git a/tests/Algorithm/JobScheduling/WeightedTest.php b/tests/Algorithm/JobScheduling/WeightedTest.php index a2e596196..fde8207f5 100755 --- a/tests/Algorithm/JobScheduling/WeightedTest.php +++ b/tests/Algorithm/JobScheduling/WeightedTest.php @@ -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); diff --git a/tests/Algorithm/Knapsack/BackpackTest.php b/tests/Algorithm/Knapsack/BackpackTest.php index d3b4176cc..d564e6df6 100755 --- a/tests/Algorithm/Knapsack/BackpackTest.php +++ b/tests/Algorithm/Knapsack/BackpackTest.php @@ -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); diff --git a/tests/Algorithm/Knapsack/BoundedTest.php b/tests/Algorithm/Knapsack/BoundedTest.php index 5b8efb9c4..04da86a6c 100755 --- a/tests/Algorithm/Knapsack/BoundedTest.php +++ b/tests/Algorithm/Knapsack/BoundedTest.php @@ -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); diff --git a/tests/Algorithm/Knapsack/ContinuousTest.php b/tests/Algorithm/Knapsack/ContinuousTest.php index 4ca0f758f..6dbed00d5 100755 --- a/tests/Algorithm/Knapsack/ContinuousTest.php +++ b/tests/Algorithm/Knapsack/ContinuousTest.php @@ -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); diff --git a/tests/Algorithm/Knapsack/ItemTest.php b/tests/Algorithm/Knapsack/ItemTest.php index dea084ec6..26ed0ad17 100755 --- a/tests/Algorithm/Knapsack/ItemTest.php +++ b/tests/Algorithm/Knapsack/ItemTest.php @@ -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); diff --git a/tests/Algorithm/Maze/MazeGeneratorTest.php b/tests/Algorithm/Maze/MazeGeneratorTest.php index 4d1dcbf5b..67925c35b 100755 --- a/tests/Algorithm/Maze/MazeGeneratorTest.php +++ b/tests/Algorithm/Maze/MazeGeneratorTest.php @@ -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); diff --git a/tests/Algorithm/PathFinding/AStarNodeTest.php b/tests/Algorithm/PathFinding/AStarNodeTest.php index 525691f62..872cd3ab0 100755 --- a/tests/Algorithm/PathFinding/AStarNodeTest.php +++ b/tests/Algorithm/PathFinding/AStarNodeTest.php @@ -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); diff --git a/tests/Algorithm/PathFinding/AStarTest.php b/tests/Algorithm/PathFinding/AStarTest.php index e3c293627..9faeb9380 100755 --- a/tests/Algorithm/PathFinding/AStarTest.php +++ b/tests/Algorithm/PathFinding/AStarTest.php @@ -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); diff --git a/tests/Algorithm/PathFinding/GridTest.php b/tests/Algorithm/PathFinding/GridTest.php index 861eab9b0..726490835 100755 --- a/tests/Algorithm/PathFinding/GridTest.php +++ b/tests/Algorithm/PathFinding/GridTest.php @@ -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); diff --git a/tests/Algorithm/PathFinding/HeuristicTest.php b/tests/Algorithm/PathFinding/HeuristicTest.php index 11701e024..5f94b6ce3 100755 --- a/tests/Algorithm/PathFinding/HeuristicTest.php +++ b/tests/Algorithm/PathFinding/HeuristicTest.php @@ -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); diff --git a/tests/Algorithm/PathFinding/JumpPointNodeTest.php b/tests/Algorithm/PathFinding/JumpPointNodeTest.php index e43dd39a8..d09d6e19a 100755 --- a/tests/Algorithm/PathFinding/JumpPointNodeTest.php +++ b/tests/Algorithm/PathFinding/JumpPointNodeTest.php @@ -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); diff --git a/tests/Algorithm/PathFinding/JumpPointSearchTest.php b/tests/Algorithm/PathFinding/JumpPointSearchTest.php index 639078650..75b032c67 100755 --- a/tests/Algorithm/PathFinding/JumpPointSearchTest.php +++ b/tests/Algorithm/PathFinding/JumpPointSearchTest.php @@ -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); diff --git a/tests/Algorithm/PathFinding/NodeTest.php b/tests/Algorithm/PathFinding/NodeTest.php index f3bf7f499..47dfea503 100755 --- a/tests/Algorithm/PathFinding/NodeTest.php +++ b/tests/Algorithm/PathFinding/NodeTest.php @@ -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); diff --git a/tests/Algorithm/PathFinding/PathTest.php b/tests/Algorithm/PathFinding/PathTest.php index 1ae43f178..c93c64adc 100755 --- a/tests/Algorithm/PathFinding/PathTest.php +++ b/tests/Algorithm/PathFinding/PathTest.php @@ -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); diff --git a/tests/Algorithm/Sort/BitonicSortTest.php b/tests/Algorithm/Sort/BitonicSortTest.php index fc76b4d8c..e4ed4a71d 100755 --- a/tests/Algorithm/Sort/BitonicSortTest.php +++ b/tests/Algorithm/Sort/BitonicSortTest.php @@ -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); diff --git a/tests/Algorithm/Sort/BubbleSortTest.php b/tests/Algorithm/Sort/BubbleSortTest.php index 69c47f1ea..d15ddad60 100755 --- a/tests/Algorithm/Sort/BubbleSortTest.php +++ b/tests/Algorithm/Sort/BubbleSortTest.php @@ -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); diff --git a/tests/Algorithm/Sort/BucketSortTest.php b/tests/Algorithm/Sort/BucketSortTest.php index ad8d057ae..3125c4084 100755 --- a/tests/Algorithm/Sort/BucketSortTest.php +++ b/tests/Algorithm/Sort/BucketSortTest.php @@ -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); diff --git a/tests/Algorithm/Sort/CocktailShakerSortTest.php b/tests/Algorithm/Sort/CocktailShakerSortTest.php index e2c889b1d..5914a1600 100755 --- a/tests/Algorithm/Sort/CocktailShakerSortTest.php +++ b/tests/Algorithm/Sort/CocktailShakerSortTest.php @@ -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); diff --git a/tests/Algorithm/Sort/CombSortTest.php b/tests/Algorithm/Sort/CombSortTest.php index 1026eb70d..9a7cfb105 100755 --- a/tests/Algorithm/Sort/CombSortTest.php +++ b/tests/Algorithm/Sort/CombSortTest.php @@ -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); diff --git a/tests/Algorithm/Sort/CycleSortTest.php b/tests/Algorithm/Sort/CycleSortTest.php index fa8c2237a..db3e5eb29 100755 --- a/tests/Algorithm/Sort/CycleSortTest.php +++ b/tests/Algorithm/Sort/CycleSortTest.php @@ -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); diff --git a/tests/Algorithm/Sort/GnomeSortTest.php b/tests/Algorithm/Sort/GnomeSortTest.php index b2cbdbcbc..12a0c4f81 100755 --- a/tests/Algorithm/Sort/GnomeSortTest.php +++ b/tests/Algorithm/Sort/GnomeSortTest.php @@ -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); diff --git a/tests/Algorithm/Sort/HeapSortTest.php b/tests/Algorithm/Sort/HeapSortTest.php index 5add32d01..eaf0d63d1 100755 --- a/tests/Algorithm/Sort/HeapSortTest.php +++ b/tests/Algorithm/Sort/HeapSortTest.php @@ -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); diff --git a/tests/Algorithm/Sort/InsertionSortTest.php b/tests/Algorithm/Sort/InsertionSortTest.php index 27414173c..800ff6f20 100755 --- a/tests/Algorithm/Sort/InsertionSortTest.php +++ b/tests/Algorithm/Sort/InsertionSortTest.php @@ -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); diff --git a/tests/Algorithm/Sort/IntroSortTest.php b/tests/Algorithm/Sort/IntroSortTest.php index c60fd7ce6..9e02c62b3 100755 --- a/tests/Algorithm/Sort/IntroSortTest.php +++ b/tests/Algorithm/Sort/IntroSortTest.php @@ -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); diff --git a/tests/Algorithm/Sort/MergeSortTest.php b/tests/Algorithm/Sort/MergeSortTest.php index c3925bfdb..f80677f53 100755 --- a/tests/Algorithm/Sort/MergeSortTest.php +++ b/tests/Algorithm/Sort/MergeSortTest.php @@ -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); diff --git a/tests/Algorithm/Sort/NumericElement.php b/tests/Algorithm/Sort/NumericElement.php index 852deb891..9541f8517 100755 --- a/tests/Algorithm/Sort/NumericElement.php +++ b/tests/Algorithm/Sort/NumericElement.php @@ -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); diff --git a/tests/Algorithm/Sort/OddEvenSortTest.php b/tests/Algorithm/Sort/OddEvenSortTest.php index ccaf6d198..8019dbfc1 100755 --- a/tests/Algorithm/Sort/OddEvenSortTest.php +++ b/tests/Algorithm/Sort/OddEvenSortTest.php @@ -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); diff --git a/tests/Algorithm/Sort/PancakeSortTest.php b/tests/Algorithm/Sort/PancakeSortTest.php index f15ea8e74..79349a1f3 100755 --- a/tests/Algorithm/Sort/PancakeSortTest.php +++ b/tests/Algorithm/Sort/PancakeSortTest.php @@ -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); diff --git a/tests/Algorithm/Sort/QuickSortTest.php b/tests/Algorithm/Sort/QuickSortTest.php index e9e2e4baf..b545480f9 100755 --- a/tests/Algorithm/Sort/QuickSortTest.php +++ b/tests/Algorithm/Sort/QuickSortTest.php @@ -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); diff --git a/tests/Algorithm/Sort/SelectionSortTest.php b/tests/Algorithm/Sort/SelectionSortTest.php index e1eb6d2c5..08d44dd9e 100755 --- a/tests/Algorithm/Sort/SelectionSortTest.php +++ b/tests/Algorithm/Sort/SelectionSortTest.php @@ -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); diff --git a/tests/Algorithm/Sort/ShellSortTest.php b/tests/Algorithm/Sort/ShellSortTest.php index 7e552b5f7..c0358e156 100755 --- a/tests/Algorithm/Sort/ShellSortTest.php +++ b/tests/Algorithm/Sort/ShellSortTest.php @@ -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); diff --git a/tests/Algorithm/Sort/StoogeSortTest.php b/tests/Algorithm/Sort/StoogeSortTest.php index 535d2b721..7269ca18a 100755 --- a/tests/Algorithm/Sort/StoogeSortTest.php +++ b/tests/Algorithm/Sort/StoogeSortTest.php @@ -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); diff --git a/tests/Algorithm/Sort/TimSortTest.php b/tests/Algorithm/Sort/TimSortTest.php index acd84cb8d..c99299032 100755 --- a/tests/Algorithm/Sort/TimSortTest.php +++ b/tests/Algorithm/Sort/TimSortTest.php @@ -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); diff --git a/tests/Application/ApplicationAbstractTest.php b/tests/Application/ApplicationAbstractTest.php index 6c084a2c9..37359f396 100755 --- a/tests/Application/ApplicationAbstractTest.php +++ b/tests/Application/ApplicationAbstractTest.php @@ -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); diff --git a/tests/Application/ApplicationInfoTest.php b/tests/Application/ApplicationInfoTest.php index b0260814a..076c59d7d 100755 --- a/tests/Application/ApplicationInfoTest.php +++ b/tests/Application/ApplicationInfoTest.php @@ -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); diff --git a/tests/Application/ApplicationManagerTest.php b/tests/Application/ApplicationManagerTest.php index 39f2c20e2..66a96d614 100755 --- a/tests/Application/ApplicationManagerTest.php +++ b/tests/Application/ApplicationManagerTest.php @@ -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); diff --git a/tests/Application/InstallerAbstractTest.php b/tests/Application/InstallerAbstractTest.php index 281498894..456f3b0be 100755 --- a/tests/Application/InstallerAbstractTest.php +++ b/tests/Application/InstallerAbstractTest.php @@ -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); diff --git a/tests/Application/StatusAbstractTest.php b/tests/Application/StatusAbstractTest.php index f829c0a91..3155aacee 100755 --- a/tests/Application/StatusAbstractTest.php +++ b/tests/Application/StatusAbstractTest.php @@ -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); diff --git a/tests/Application/Testapp/Admin/Install/Application/Hooks.php b/tests/Application/Testapp/Admin/Install/Application/Hooks.php index 4a2dab83a..3225eb67f 100755 --- a/tests/Application/Testapp/Admin/Install/Application/Hooks.php +++ b/tests/Application/Testapp/Admin/Install/Application/Hooks.php @@ -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); diff --git a/tests/Application/Testapp/Admin/Install/Application/Routes.php b/tests/Application/Testapp/Admin/Install/Application/Routes.php index 50c16b777..0ce5b8347 100755 --- a/tests/Application/Testapp/Admin/Install/Application/Routes.php +++ b/tests/Application/Testapp/Admin/Install/Application/Routes.php @@ -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); diff --git a/tests/Application/Testapp/Admin/Installer.php b/tests/Application/Testapp/Admin/Installer.php index eafdb85cc..57433414c 100755 --- a/tests/Application/Testapp/Admin/Installer.php +++ b/tests/Application/Testapp/Admin/Installer.php @@ -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\Application\InstallerAbstract; * * @package phpOMS\tests\Application\Apps\{APPNAME}\Admin * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Installer extends InstallerAbstract diff --git a/tests/Application/Testapp/Admin/Status.php b/tests/Application/Testapp/Admin/Status.php index c58e08931..334ae2ff9 100755 --- a/tests/Application/Testapp/Admin/Status.php +++ b/tests/Application/Testapp/Admin/Status.php @@ -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\Application\StatusAbstract; * * @package phpOMS\tests\Application\Apps\{APPNAME}\Admin * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Status extends StatusAbstract diff --git a/tests/Application/Testapp/Admin/Uninstaller.php b/tests/Application/Testapp/Admin/Uninstaller.php index 2b870e5ba..a04abb330 100755 --- a/tests/Application/Testapp/Admin/Uninstaller.php +++ b/tests/Application/Testapp/Admin/Uninstaller.php @@ -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\Application\UninstallerAbstract; * * @package phpOMS\tests\Application\Apps\{APPNAME}\Admin * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Uninstaller extends UninstallerAbstract diff --git a/tests/Application/Testapp/Controller/Controller.php b/tests/Application/Testapp/Controller/Controller.php index b4f07b3da..534b98d94 100755 --- a/tests/Application/Testapp/Controller/Controller.php +++ b/tests/Application/Testapp/Controller/Controller.php @@ -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\Module\ModuleAbstract; * * @package Web\Backend * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Controller extends ModuleAbstract diff --git a/tests/Application/UninstallerAbstractTest.php b/tests/Application/UninstallerAbstractTest.php index eccab7a3a..a24fccf57 100755 --- a/tests/Application/UninstallerAbstractTest.php +++ b/tests/Application/UninstallerAbstractTest.php @@ -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); diff --git a/tests/Asset/AssetManagerTest.php b/tests/Asset/AssetManagerTest.php index 833195b68..1f44e1550 100755 --- a/tests/Asset/AssetManagerTest.php +++ b/tests/Asset/AssetManagerTest.php @@ -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); diff --git a/tests/Asset/AssetTypeTest.php b/tests/Asset/AssetTypeTest.php index f64f50c72..33071bea8 100755 --- a/tests/Asset/AssetTypeTest.php +++ b/tests/Asset/AssetTypeTest.php @@ -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); diff --git a/tests/Auth/AuthTest.php b/tests/Auth/AuthTest.php index 96bd7d05f..155f91f3a 100755 --- a/tests/Auth/AuthTest.php +++ b/tests/Auth/AuthTest.php @@ -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); diff --git a/tests/Auth/LoginReturnTypeTest.php b/tests/Auth/LoginReturnTypeTest.php index ef311070e..7a2fd7000 100755 --- a/tests/Auth/LoginReturnTypeTest.php +++ b/tests/Auth/LoginReturnTypeTest.php @@ -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); diff --git a/tests/AutoloadExceptionTest.php b/tests/AutoloadExceptionTest.php index 599380f32..be7af658a 100755 --- a/tests/AutoloadExceptionTest.php +++ b/tests/AutoloadExceptionTest.php @@ -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); diff --git a/tests/Autoloader.php b/tests/Autoloader.php index 349f9ce27..beb400721 100755 --- a/tests/Autoloader.php +++ b/tests/Autoloader.php @@ -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 Tests\PHPUnit; * * @package Tests\PHPUnit * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Autoloader diff --git a/tests/AutoloaderTest.php b/tests/AutoloaderTest.php index 391185739..fa5deb4f6 100755 --- a/tests/AutoloaderTest.php +++ b/tests/AutoloaderTest.php @@ -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); diff --git a/tests/Business/Finance/DepreciationTest.php b/tests/Business/Finance/DepreciationTest.php index 0562a6c94..39afba4be 100755 --- a/tests/Business/Finance/DepreciationTest.php +++ b/tests/Business/Finance/DepreciationTest.php @@ -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); diff --git a/tests/Business/Finance/FinanceFormulasTest.php b/tests/Business/Finance/FinanceFormulasTest.php index 10d5adba2..5722a1289 100755 --- a/tests/Business/Finance/FinanceFormulasTest.php +++ b/tests/Business/Finance/FinanceFormulasTest.php @@ -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); diff --git a/tests/Business/Finance/LoanTest.php b/tests/Business/Finance/LoanTest.php index 703ceb8f5..315274951 100755 --- a/tests/Business/Finance/LoanTest.php +++ b/tests/Business/Finance/LoanTest.php @@ -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); diff --git a/tests/Business/Finance/LorenzkurveTest.php b/tests/Business/Finance/LorenzkurveTest.php index ec6fc4fa5..c20d899aa 100755 --- a/tests/Business/Finance/LorenzkurveTest.php +++ b/tests/Business/Finance/LorenzkurveTest.php @@ -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); diff --git a/tests/Business/Finance/StockBondsTest.php b/tests/Business/Finance/StockBondsTest.php index bb494a2e1..9d1e01de2 100755 --- a/tests/Business/Finance/StockBondsTest.php +++ b/tests/Business/Finance/StockBondsTest.php @@ -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); diff --git a/tests/Business/Marketing/ArticleCorrelationAffinityTest.php b/tests/Business/Marketing/ArticleCorrelationAffinityTest.php index 8a2dc28d5..cb2fa8d1d 100755 --- a/tests/Business/Marketing/ArticleCorrelationAffinityTest.php +++ b/tests/Business/Marketing/ArticleCorrelationAffinityTest.php @@ -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); diff --git a/tests/Business/Marketing/CustomerValueTest.php b/tests/Business/Marketing/CustomerValueTest.php index 22e7dd36e..c011b8fc2 100755 --- a/tests/Business/Marketing/CustomerValueTest.php +++ b/tests/Business/Marketing/CustomerValueTest.php @@ -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); diff --git a/tests/Business/Marketing/MetricsTest.php b/tests/Business/Marketing/MetricsTest.php index 353c13570..8c7ed0e5b 100755 --- a/tests/Business/Marketing/MetricsTest.php +++ b/tests/Business/Marketing/MetricsTest.php @@ -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); diff --git a/tests/Business/Marketing/NetPromoterScoreTest.php b/tests/Business/Marketing/NetPromoterScoreTest.php index 15628c157..087980211 100755 --- a/tests/Business/Marketing/NetPromoterScoreTest.php +++ b/tests/Business/Marketing/NetPromoterScoreTest.php @@ -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); diff --git a/tests/Business/Marketing/PageRankTest.php b/tests/Business/Marketing/PageRankTest.php index cf2f31b63..bab1c55e5 100755 --- a/tests/Business/Marketing/PageRankTest.php +++ b/tests/Business/Marketing/PageRankTest.php @@ -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); diff --git a/tests/Business/Programming/MetricsTest.php b/tests/Business/Programming/MetricsTest.php index f96c80da8..8978c0168 100755 --- a/tests/Business/Programming/MetricsTest.php +++ b/tests/Business/Programming/MetricsTest.php @@ -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); diff --git a/tests/Business/Sales/MarketShareEstimationTest.php b/tests/Business/Sales/MarketShareEstimationTest.php index 6d3132064..c359a4e10 100755 --- a/tests/Business/Sales/MarketShareEstimationTest.php +++ b/tests/Business/Sales/MarketShareEstimationTest.php @@ -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); diff --git a/tests/Config/OptionsTraitTest.php b/tests/Config/OptionsTraitTest.php index a1fdf4ced..18b4424ab 100755 --- a/tests/Config/OptionsTraitTest.php +++ b/tests/Config/OptionsTraitTest.php @@ -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); diff --git a/tests/DataStorage/Cache/CachePoolTest.php b/tests/DataStorage/Cache/CachePoolTest.php index ce15bbb21..25f7cba1b 100755 --- a/tests/DataStorage/Cache/CachePoolTest.php +++ b/tests/DataStorage/Cache/CachePoolTest.php @@ -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); diff --git a/tests/DataStorage/Cache/CacheStatusTest.php b/tests/DataStorage/Cache/CacheStatusTest.php index 0335fc3a5..16f327aee 100755 --- a/tests/DataStorage/Cache/CacheStatusTest.php +++ b/tests/DataStorage/Cache/CacheStatusTest.php @@ -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); diff --git a/tests/DataStorage/Cache/CacheTypeTest.php b/tests/DataStorage/Cache/CacheTypeTest.php index 4fd2d7912..322330f8d 100755 --- a/tests/DataStorage/Cache/CacheTypeTest.php +++ b/tests/DataStorage/Cache/CacheTypeTest.php @@ -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); diff --git a/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php b/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php index 370e05c5b..001b7af9c 100755 --- a/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php +++ b/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php @@ -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); diff --git a/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php b/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php index fa3e3d96d..a3c71a5d6 100755 --- a/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php +++ b/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php @@ -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); diff --git a/tests/DataStorage/Cache/Connection/FileCacheJsonSerializable.php b/tests/DataStorage/Cache/Connection/FileCacheJsonSerializable.php index 7ad4fcec9..5e3bd0284 100755 --- a/tests/DataStorage/Cache/Connection/FileCacheJsonSerializable.php +++ b/tests/DataStorage/Cache/Connection/FileCacheJsonSerializable.php @@ -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); diff --git a/tests/DataStorage/Cache/Connection/FileCacheSerializable.php b/tests/DataStorage/Cache/Connection/FileCacheSerializable.php index 0c08f75fa..e7229cd1d 100755 --- a/tests/DataStorage/Cache/Connection/FileCacheSerializable.php +++ b/tests/DataStorage/Cache/Connection/FileCacheSerializable.php @@ -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); diff --git a/tests/DataStorage/Cache/Connection/FileCacheTest.php b/tests/DataStorage/Cache/Connection/FileCacheTest.php index cdc88a64a..3d61581ae 100755 --- a/tests/DataStorage/Cache/Connection/FileCacheTest.php +++ b/tests/DataStorage/Cache/Connection/FileCacheTest.php @@ -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); diff --git a/tests/DataStorage/Cache/Connection/MemCachedTest.php b/tests/DataStorage/Cache/Connection/MemCachedTest.php index 01bbd7a9a..096f78edf 100755 --- a/tests/DataStorage/Cache/Connection/MemCachedTest.php +++ b/tests/DataStorage/Cache/Connection/MemCachedTest.php @@ -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); diff --git a/tests/DataStorage/Cache/Connection/NullCacheTest.php b/tests/DataStorage/Cache/Connection/NullCacheTest.php index 2238350bc..5273f8768 100755 --- a/tests/DataStorage/Cache/Connection/NullCacheTest.php +++ b/tests/DataStorage/Cache/Connection/NullCacheTest.php @@ -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); diff --git a/tests/DataStorage/Cache/Connection/RedisCacheTest.php b/tests/DataStorage/Cache/Connection/RedisCacheTest.php index 5b9b22e70..309c3bc40 100755 --- a/tests/DataStorage/Cache/Connection/RedisCacheTest.php +++ b/tests/DataStorage/Cache/Connection/RedisCacheTest.php @@ -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); diff --git a/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php b/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php index bdfa68135..ecf8f5e6d 100755 --- a/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php +++ b/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php @@ -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); diff --git a/tests/DataStorage/Cookie/CookieJarTest.php b/tests/DataStorage/Cookie/CookieJarTest.php index 7ab03fcce..15e80761b 100755 --- a/tests/DataStorage/Cookie/CookieJarTest.php +++ b/tests/DataStorage/Cookie/CookieJarTest.php @@ -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); diff --git a/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php b/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php index 6eb8cae6c..087244fd6 100755 --- a/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php +++ b/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php @@ -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); diff --git a/tests/DataStorage/Database/Connection/MysqlConnectionTest.php b/tests/DataStorage/Database/Connection/MysqlConnectionTest.php index 446042a3e..b5b00d191 100755 --- a/tests/DataStorage/Database/Connection/MysqlConnectionTest.php +++ b/tests/DataStorage/Database/Connection/MysqlConnectionTest.php @@ -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); diff --git a/tests/DataStorage/Database/Connection/NullConnectionTest.php b/tests/DataStorage/Database/Connection/NullConnectionTest.php index 47c6b56eb..8d7204a9b 100755 --- a/tests/DataStorage/Database/Connection/NullConnectionTest.php +++ b/tests/DataStorage/Database/Connection/NullConnectionTest.php @@ -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); diff --git a/tests/DataStorage/Database/Connection/PostgresConnectionTest.php b/tests/DataStorage/Database/Connection/PostgresConnectionTest.php index 5078f9b85..421139388 100755 --- a/tests/DataStorage/Database/Connection/PostgresConnectionTest.php +++ b/tests/DataStorage/Database/Connection/PostgresConnectionTest.php @@ -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); diff --git a/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php b/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php index 37620dbaa..55f35037a 100755 --- a/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php +++ b/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php @@ -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); diff --git a/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php b/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php index 5cfb2341c..7d1792a46 100755 --- a/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php +++ b/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php @@ -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); diff --git a/tests/DataStorage/Database/DataMapperAbstractTest.php b/tests/DataStorage/Database/DataMapperAbstractTest.php index c4c9b5024..0d42533b6 100755 --- a/tests/DataStorage/Database/DataMapperAbstractTest.php +++ b/tests/DataStorage/Database/DataMapperAbstractTest.php @@ -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); diff --git a/tests/DataStorage/Database/DatabasePoolTest.php b/tests/DataStorage/Database/DatabasePoolTest.php index fa9cf00de..dac5454a7 100755 --- a/tests/DataStorage/Database/DatabasePoolTest.php +++ b/tests/DataStorage/Database/DatabasePoolTest.php @@ -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); diff --git a/tests/DataStorage/Database/DatabaseStatusTest.php b/tests/DataStorage/Database/DatabaseStatusTest.php index 28518ccc4..a90d4a634 100755 --- a/tests/DataStorage/Database/DatabaseStatusTest.php +++ b/tests/DataStorage/Database/DatabaseStatusTest.php @@ -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); diff --git a/tests/DataStorage/Database/DatabaseTypeTest.php b/tests/DataStorage/Database/DatabaseTypeTest.php index bec9fb157..3b7759e02 100755 --- a/tests/DataStorage/Database/DatabaseTypeTest.php +++ b/tests/DataStorage/Database/DatabaseTypeTest.php @@ -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); diff --git a/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php index f4f96da39..9f62fcadd 100755 --- a/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php +++ b/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php @@ -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); diff --git a/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php index 750db5c9e..19204b9e0 100755 --- a/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php +++ b/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php @@ -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); diff --git a/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php index 022c9a70a..258dc54a3 100755 --- a/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php +++ b/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php @@ -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); diff --git a/tests/DataStorage/Database/Query/BuilderTest.php b/tests/DataStorage/Database/Query/BuilderTest.php index 197dfd341..ea43f0050 100755 --- a/tests/DataStorage/Database/Query/BuilderTest.php +++ b/tests/DataStorage/Database/Query/BuilderTest.php @@ -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); diff --git a/tests/DataStorage/Database/Query/ColumnTest.php b/tests/DataStorage/Database/Query/ColumnTest.php index 75d51388d..41317c3ec 100755 --- a/tests/DataStorage/Database/Query/ColumnTest.php +++ b/tests/DataStorage/Database/Query/ColumnTest.php @@ -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); diff --git a/tests/DataStorage/Database/Query/CountTest.php b/tests/DataStorage/Database/Query/CountTest.php index a21e7126d..4359a3d28 100755 --- a/tests/DataStorage/Database/Query/CountTest.php +++ b/tests/DataStorage/Database/Query/CountTest.php @@ -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); diff --git a/tests/DataStorage/Database/Query/ExpressionTest.php b/tests/DataStorage/Database/Query/ExpressionTest.php index 62cf7801d..c3f5885a6 100755 --- a/tests/DataStorage/Database/Query/ExpressionTest.php +++ b/tests/DataStorage/Database/Query/ExpressionTest.php @@ -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); diff --git a/tests/DataStorage/Database/Query/FromTest.php b/tests/DataStorage/Database/Query/FromTest.php index ec57ab16f..781966ad0 100755 --- a/tests/DataStorage/Database/Query/FromTest.php +++ b/tests/DataStorage/Database/Query/FromTest.php @@ -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); diff --git a/tests/DataStorage/Database/Query/Grammar/GrammarTest.php b/tests/DataStorage/Database/Query/Grammar/GrammarTest.php index ae3fc1a73..e813dc05b 100755 --- a/tests/DataStorage/Database/Query/Grammar/GrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/GrammarTest.php @@ -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); diff --git a/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php index 9391df653..66ff4d461 100755 --- a/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php @@ -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); diff --git a/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php index 7bfab68f7..8d42fd564 100755 --- a/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php @@ -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); diff --git a/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php index 8e7dc2be9..73c9648cb 100755 --- a/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php @@ -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); diff --git a/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php index 5f9454fa4..f85685b7a 100755 --- a/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php @@ -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); diff --git a/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php index de784485d..1f03c7a66 100755 --- a/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php @@ -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); diff --git a/tests/DataStorage/Database/Query/IntoTest.php b/tests/DataStorage/Database/Query/IntoTest.php index 75a691c4a..d52a70d3e 100755 --- a/tests/DataStorage/Database/Query/IntoTest.php +++ b/tests/DataStorage/Database/Query/IntoTest.php @@ -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); diff --git a/tests/DataStorage/Database/Query/JoinTypeTest.php b/tests/DataStorage/Database/Query/JoinTypeTest.php index bc9ef0a47..c819b21ad 100755 --- a/tests/DataStorage/Database/Query/JoinTypeTest.php +++ b/tests/DataStorage/Database/Query/JoinTypeTest.php @@ -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); diff --git a/tests/DataStorage/Database/Query/QueryTypeTest.php b/tests/DataStorage/Database/Query/QueryTypeTest.php index 9c6d35a6c..46d94f3d5 100755 --- a/tests/DataStorage/Database/Query/QueryTypeTest.php +++ b/tests/DataStorage/Database/Query/QueryTypeTest.php @@ -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); diff --git a/tests/DataStorage/Database/Query/SelectTest.php b/tests/DataStorage/Database/Query/SelectTest.php index 209f0aa46..0e0894897 100755 --- a/tests/DataStorage/Database/Query/SelectTest.php +++ b/tests/DataStorage/Database/Query/SelectTest.php @@ -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); diff --git a/tests/DataStorage/Database/Query/WhereTest.php b/tests/DataStorage/Database/Query/WhereTest.php index fb4960cba..cac2cb385 100755 --- a/tests/DataStorage/Database/Query/WhereTest.php +++ b/tests/DataStorage/Database/Query/WhereTest.php @@ -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); diff --git a/tests/DataStorage/Database/RelationTypeTest.php b/tests/DataStorage/Database/RelationTypeTest.php index 7af3ca518..d33d40d5e 100755 --- a/tests/DataStorage/Database/RelationTypeTest.php +++ b/tests/DataStorage/Database/RelationTypeTest.php @@ -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); diff --git a/tests/DataStorage/Database/Schema/BuilderTest.php b/tests/DataStorage/Database/Schema/BuilderTest.php index 17fe72d6c..039119f5b 100755 --- a/tests/DataStorage/Database/Schema/BuilderTest.php +++ b/tests/DataStorage/Database/Schema/BuilderTest.php @@ -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); diff --git a/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php index a33b66738..72e4e3b8b 100755 --- a/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php @@ -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); diff --git a/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php index 2657e5173..4169ec9ed 100755 --- a/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php @@ -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); diff --git a/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php index 15609dcdc..a8b807ef7 100755 --- a/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php @@ -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); diff --git a/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php index 3db22136c..214770b7b 100755 --- a/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php @@ -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); diff --git a/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php index 3e1474fa2..636871125 100755 --- a/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php @@ -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); diff --git a/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php index 551ba95b6..b7efde009 100755 --- a/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php @@ -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); diff --git a/tests/DataStorage/Database/Schema/QueryTypeTest.php b/tests/DataStorage/Database/Schema/QueryTypeTest.php index 215a37444..e5501675a 100755 --- a/tests/DataStorage/Database/Schema/QueryTypeTest.php +++ b/tests/DataStorage/Database/Schema/QueryTypeTest.php @@ -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); diff --git a/tests/DataStorage/Database/SchemaMapperTest.php b/tests/DataStorage/Database/SchemaMapperTest.php index 63abf0a70..0c7a6e169 100755 --- a/tests/DataStorage/Database/SchemaMapperTest.php +++ b/tests/DataStorage/Database/SchemaMapperTest.php @@ -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); diff --git a/tests/DataStorage/Database/TestModel/BaseModel.php b/tests/DataStorage/Database/TestModel/BaseModel.php index 5e3838fb9..f26b40cda 100755 --- a/tests/DataStorage/Database/TestModel/BaseModel.php +++ b/tests/DataStorage/Database/TestModel/BaseModel.php @@ -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); diff --git a/tests/DataStorage/Database/TestModel/BaseModelMapper.php b/tests/DataStorage/Database/TestModel/BaseModelMapper.php index 988ed743b..1e3edb20c 100755 --- a/tests/DataStorage/Database/TestModel/BaseModelMapper.php +++ b/tests/DataStorage/Database/TestModel/BaseModelMapper.php @@ -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); diff --git a/tests/DataStorage/Database/TestModel/BelongsToModel.php b/tests/DataStorage/Database/TestModel/BelongsToModel.php index 777946ce1..6818b1a1e 100755 --- a/tests/DataStorage/Database/TestModel/BelongsToModel.php +++ b/tests/DataStorage/Database/TestModel/BelongsToModel.php @@ -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); diff --git a/tests/DataStorage/Database/TestModel/BelongsToModelMapper.php b/tests/DataStorage/Database/TestModel/BelongsToModelMapper.php index abe3ad5b8..e9365e8f6 100755 --- a/tests/DataStorage/Database/TestModel/BelongsToModelMapper.php +++ b/tests/DataStorage/Database/TestModel/BelongsToModelMapper.php @@ -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); diff --git a/tests/DataStorage/Database/TestModel/Conditional.php b/tests/DataStorage/Database/TestModel/Conditional.php index 3ed581e3b..2c5c5c444 100755 --- a/tests/DataStorage/Database/TestModel/Conditional.php +++ b/tests/DataStorage/Database/TestModel/Conditional.php @@ -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); diff --git a/tests/DataStorage/Database/TestModel/ConditionalMapper.php b/tests/DataStorage/Database/TestModel/ConditionalMapper.php index c80bea6d0..af45877e4 100755 --- a/tests/DataStorage/Database/TestModel/ConditionalMapper.php +++ b/tests/DataStorage/Database/TestModel/ConditionalMapper.php @@ -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\DataStorage\Database\Mapper\DataMapperFactory; * * @package Modules\Tag\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class ConditionalMapper extends DataMapperFactory diff --git a/tests/DataStorage/Database/TestModel/ManyToManyDirectModel.php b/tests/DataStorage/Database/TestModel/ManyToManyDirectModel.php index cb1a12772..2922282c2 100755 --- a/tests/DataStorage/Database/TestModel/ManyToManyDirectModel.php +++ b/tests/DataStorage/Database/TestModel/ManyToManyDirectModel.php @@ -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); diff --git a/tests/DataStorage/Database/TestModel/ManyToManyDirectModelMapper.php b/tests/DataStorage/Database/TestModel/ManyToManyDirectModelMapper.php index 1520115b7..a317b5d26 100755 --- a/tests/DataStorage/Database/TestModel/ManyToManyDirectModelMapper.php +++ b/tests/DataStorage/Database/TestModel/ManyToManyDirectModelMapper.php @@ -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); diff --git a/tests/DataStorage/Database/TestModel/ManyToManyRelModel.php b/tests/DataStorage/Database/TestModel/ManyToManyRelModel.php index 0f76c1209..d383b1914 100755 --- a/tests/DataStorage/Database/TestModel/ManyToManyRelModel.php +++ b/tests/DataStorage/Database/TestModel/ManyToManyRelModel.php @@ -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); diff --git a/tests/DataStorage/Database/TestModel/ManyToManyRelModelMapper.php b/tests/DataStorage/Database/TestModel/ManyToManyRelModelMapper.php index c7eef8ce0..53fc4b30a 100755 --- a/tests/DataStorage/Database/TestModel/ManyToManyRelModelMapper.php +++ b/tests/DataStorage/Database/TestModel/ManyToManyRelModelMapper.php @@ -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); diff --git a/tests/DataStorage/Database/TestModel/NullBaseModel.php b/tests/DataStorage/Database/TestModel/NullBaseModel.php index 062bb8bb0..64e8fff23 100755 --- a/tests/DataStorage/Database/TestModel/NullBaseModel.php +++ b/tests/DataStorage/Database/TestModel/NullBaseModel.php @@ -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); diff --git a/tests/DataStorage/Database/TestModel/NullBelongsToModel.php b/tests/DataStorage/Database/TestModel/NullBelongsToModel.php index 48d808912..75324fa97 100755 --- a/tests/DataStorage/Database/TestModel/NullBelongsToModel.php +++ b/tests/DataStorage/Database/TestModel/NullBelongsToModel.php @@ -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); diff --git a/tests/DataStorage/Database/TestModel/NullManyToManyDirectModel.php b/tests/DataStorage/Database/TestModel/NullManyToManyDirectModel.php index 209e03b53..1254f74a5 100755 --- a/tests/DataStorage/Database/TestModel/NullManyToManyDirectModel.php +++ b/tests/DataStorage/Database/TestModel/NullManyToManyDirectModel.php @@ -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); diff --git a/tests/DataStorage/Database/TestModel/NullManyToManyRelModel.php b/tests/DataStorage/Database/TestModel/NullManyToManyRelModel.php index 5325236c5..3c3a52fff 100755 --- a/tests/DataStorage/Database/TestModel/NullManyToManyRelModel.php +++ b/tests/DataStorage/Database/TestModel/NullManyToManyRelModel.php @@ -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); diff --git a/tests/DataStorage/Database/TestModel/NullOwnsOneModel.php b/tests/DataStorage/Database/TestModel/NullOwnsOneModel.php index 63636b093..532851c76 100755 --- a/tests/DataStorage/Database/TestModel/NullOwnsOneModel.php +++ b/tests/DataStorage/Database/TestModel/NullOwnsOneModel.php @@ -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); diff --git a/tests/DataStorage/Database/TestModel/OwnsOneModel.php b/tests/DataStorage/Database/TestModel/OwnsOneModel.php index e6c6bd62d..3d3adc240 100755 --- a/tests/DataStorage/Database/TestModel/OwnsOneModel.php +++ b/tests/DataStorage/Database/TestModel/OwnsOneModel.php @@ -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); diff --git a/tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php b/tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php index 5e3afcd95..4d9416430 100755 --- a/tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php +++ b/tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php @@ -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); diff --git a/tests/DataStorage/LockExceptionTest.php b/tests/DataStorage/LockExceptionTest.php index 7272a5499..cd4cda7ad 100755 --- a/tests/DataStorage/LockExceptionTest.php +++ b/tests/DataStorage/LockExceptionTest.php @@ -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); diff --git a/tests/DataStorage/Session/FileSessionHandlerTest.php b/tests/DataStorage/Session/FileSessionHandlerTest.php index ee5b0d36d..6198f5bc7 100755 --- a/tests/DataStorage/Session/FileSessionHandlerTest.php +++ b/tests/DataStorage/Session/FileSessionHandlerTest.php @@ -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); diff --git a/tests/DataStorage/Session/FileSessionTest.php b/tests/DataStorage/Session/FileSessionTest.php index 251932f83..bf001141a 100755 --- a/tests/DataStorage/Session/FileSessionTest.php +++ b/tests/DataStorage/Session/FileSessionTest.php @@ -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); diff --git a/tests/DataStorage/Session/HttpSessionTest.php b/tests/DataStorage/Session/HttpSessionTest.php index 538fb4f97..613c81e6e 100755 --- a/tests/DataStorage/Session/HttpSessionTest.php +++ b/tests/DataStorage/Session/HttpSessionTest.php @@ -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); diff --git a/tests/Dispatcher/DispatcherTest.php b/tests/Dispatcher/DispatcherTest.php index c30f84e98..ba579898b 100755 --- a/tests/Dispatcher/DispatcherTest.php +++ b/tests/Dispatcher/DispatcherTest.php @@ -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); diff --git a/tests/Dispatcher/TestController.php b/tests/Dispatcher/TestController.php index a18976afd..6d706e005 100755 --- a/tests/Dispatcher/TestController.php +++ b/tests/Dispatcher/TestController.php @@ -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); diff --git a/tests/Event/EventManagerTest.php b/tests/Event/EventManagerTest.php index 83203cd15..a1dce4429 100755 --- a/tests/Event/EventManagerTest.php +++ b/tests/Event/EventManagerTest.php @@ -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); diff --git a/tests/ExtensionTest.php b/tests/ExtensionTest.php index 76d1c532a..7e7adb202 100755 --- a/tests/ExtensionTest.php +++ b/tests/ExtensionTest.php @@ -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); diff --git a/tests/Image/KernelTest.php b/tests/Image/KernelTest.php index 1e63725c1..349ed295b 100755 --- a/tests/Image/KernelTest.php +++ b/tests/Image/KernelTest.php @@ -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); diff --git a/tests/Image/SkewTest.php b/tests/Image/SkewTest.php index aa35dd11f..473128f98 100755 --- a/tests/Image/SkewTest.php +++ b/tests/Image/SkewTest.php @@ -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); diff --git a/tests/Image/ThresholdingTest.php b/tests/Image/ThresholdingTest.php index 667650494..01d101fec 100755 --- a/tests/Image/ThresholdingTest.php +++ b/tests/Image/ThresholdingTest.php @@ -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); diff --git a/tests/Localization/Defaults/CityMapperTest.php b/tests/Localization/Defaults/CityMapperTest.php index 05bc71ce2..bf41f7715 100755 --- a/tests/Localization/Defaults/CityMapperTest.php +++ b/tests/Localization/Defaults/CityMapperTest.php @@ -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); diff --git a/tests/Localization/Defaults/CityTest.php b/tests/Localization/Defaults/CityTest.php index b174b28ee..e2825e7d9 100755 --- a/tests/Localization/Defaults/CityTest.php +++ b/tests/Localization/Defaults/CityTest.php @@ -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); diff --git a/tests/Localization/Defaults/CountryMapperTest.php b/tests/Localization/Defaults/CountryMapperTest.php index 4a0e0e653..1847be192 100755 --- a/tests/Localization/Defaults/CountryMapperTest.php +++ b/tests/Localization/Defaults/CountryMapperTest.php @@ -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); diff --git a/tests/Localization/Defaults/CountryTest.php b/tests/Localization/Defaults/CountryTest.php index 6861e23fb..e6113e8cc 100755 --- a/tests/Localization/Defaults/CountryTest.php +++ b/tests/Localization/Defaults/CountryTest.php @@ -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); diff --git a/tests/Localization/Defaults/CurrencyMapperTest.php b/tests/Localization/Defaults/CurrencyMapperTest.php index 3ad5948f9..3ca1dde36 100755 --- a/tests/Localization/Defaults/CurrencyMapperTest.php +++ b/tests/Localization/Defaults/CurrencyMapperTest.php @@ -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); diff --git a/tests/Localization/Defaults/CurrencyTest.php b/tests/Localization/Defaults/CurrencyTest.php index 01470085e..b782bf618 100755 --- a/tests/Localization/Defaults/CurrencyTest.php +++ b/tests/Localization/Defaults/CurrencyTest.php @@ -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); diff --git a/tests/Localization/Defaults/IbanMapperTest.php b/tests/Localization/Defaults/IbanMapperTest.php index 18abbffac..60f36fb46 100755 --- a/tests/Localization/Defaults/IbanMapperTest.php +++ b/tests/Localization/Defaults/IbanMapperTest.php @@ -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); diff --git a/tests/Localization/Defaults/IbanTest.php b/tests/Localization/Defaults/IbanTest.php index fe3f7279e..f4a429e22 100755 --- a/tests/Localization/Defaults/IbanTest.php +++ b/tests/Localization/Defaults/IbanTest.php @@ -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); diff --git a/tests/Localization/Defaults/LanguageMapperTest.php b/tests/Localization/Defaults/LanguageMapperTest.php index fe80c3d51..457d818c9 100755 --- a/tests/Localization/Defaults/LanguageMapperTest.php +++ b/tests/Localization/Defaults/LanguageMapperTest.php @@ -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); diff --git a/tests/Localization/Defaults/LanguageTest.php b/tests/Localization/Defaults/LanguageTest.php index 255eed68d..3de192a1f 100755 --- a/tests/Localization/Defaults/LanguageTest.php +++ b/tests/Localization/Defaults/LanguageTest.php @@ -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); diff --git a/tests/Localization/ISO3166CharEnumTest.php b/tests/Localization/ISO3166CharEnumTest.php index 384172baa..c46d13327 100755 --- a/tests/Localization/ISO3166CharEnumTest.php +++ b/tests/Localization/ISO3166CharEnumTest.php @@ -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); diff --git a/tests/Localization/ISO3166NameEnumTest.php b/tests/Localization/ISO3166NameEnumTest.php index 80bab06fe..203447a3f 100755 --- a/tests/Localization/ISO3166NameEnumTest.php +++ b/tests/Localization/ISO3166NameEnumTest.php @@ -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); diff --git a/tests/Localization/ISO3166NumEnumTest.php b/tests/Localization/ISO3166NumEnumTest.php index 274bbfb62..243a8a23c 100755 --- a/tests/Localization/ISO3166NumEnumTest.php +++ b/tests/Localization/ISO3166NumEnumTest.php @@ -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); diff --git a/tests/Localization/ISO3166TwoEnumTest.php b/tests/Localization/ISO3166TwoEnumTest.php index 1f527ce3f..4e01cf600 100755 --- a/tests/Localization/ISO3166TwoEnumTest.php +++ b/tests/Localization/ISO3166TwoEnumTest.php @@ -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); diff --git a/tests/Localization/ISO4217CharEnumTest.php b/tests/Localization/ISO4217CharEnumTest.php index 8eaa88e3c..8b10ed9f1 100755 --- a/tests/Localization/ISO4217CharEnumTest.php +++ b/tests/Localization/ISO4217CharEnumTest.php @@ -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); diff --git a/tests/Localization/ISO4217DecimalEnumTest.php b/tests/Localization/ISO4217DecimalEnumTest.php index 1aaa20291..f4b690ca0 100755 --- a/tests/Localization/ISO4217DecimalEnumTest.php +++ b/tests/Localization/ISO4217DecimalEnumTest.php @@ -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); diff --git a/tests/Localization/ISO4217EnumTest.php b/tests/Localization/ISO4217EnumTest.php index f4175a7d1..8e9f0873e 100755 --- a/tests/Localization/ISO4217EnumTest.php +++ b/tests/Localization/ISO4217EnumTest.php @@ -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); diff --git a/tests/Localization/ISO4217NumEnumTest.php b/tests/Localization/ISO4217NumEnumTest.php index e657e9977..2e857c71e 100755 --- a/tests/Localization/ISO4217NumEnumTest.php +++ b/tests/Localization/ISO4217NumEnumTest.php @@ -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); diff --git a/tests/Localization/ISO4217SubUnitEnumTest.php b/tests/Localization/ISO4217SubUnitEnumTest.php index a0cc7a55b..b93d9c4b4 100755 --- a/tests/Localization/ISO4217SubUnitEnumTest.php +++ b/tests/Localization/ISO4217SubUnitEnumTest.php @@ -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); diff --git a/tests/Localization/ISO4217SymbolEnumTest.php b/tests/Localization/ISO4217SymbolEnumTest.php index c5f18d82d..4ce86a307 100755 --- a/tests/Localization/ISO4217SymbolEnumTest.php +++ b/tests/Localization/ISO4217SymbolEnumTest.php @@ -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); diff --git a/tests/Localization/ISO639EnumTest.php b/tests/Localization/ISO639EnumTest.php index 4d0ef8b45..c3409d387 100755 --- a/tests/Localization/ISO639EnumTest.php +++ b/tests/Localization/ISO639EnumTest.php @@ -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); diff --git a/tests/Localization/ISO639x1EnumTest.php b/tests/Localization/ISO639x1EnumTest.php index 3e23f53a0..e12281c32 100755 --- a/tests/Localization/ISO639x1EnumTest.php +++ b/tests/Localization/ISO639x1EnumTest.php @@ -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); diff --git a/tests/Localization/ISO639x2EnumTest.php b/tests/Localization/ISO639x2EnumTest.php index 73baba9a3..29cd23044 100755 --- a/tests/Localization/ISO639x2EnumTest.php +++ b/tests/Localization/ISO639x2EnumTest.php @@ -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); diff --git a/tests/Localization/ISO8601EnumArrayTest.php b/tests/Localization/ISO8601EnumArrayTest.php index b8a5de194..7566d18c6 100755 --- a/tests/Localization/ISO8601EnumArrayTest.php +++ b/tests/Localization/ISO8601EnumArrayTest.php @@ -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); diff --git a/tests/Localization/L11nManagerTest.php b/tests/Localization/L11nManagerTest.php index 192e514ac..fdde431e7 100755 --- a/tests/Localization/L11nManagerTest.php +++ b/tests/Localization/L11nManagerTest.php @@ -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); diff --git a/tests/Localization/LocalizationTest.php b/tests/Localization/LocalizationTest.php index 6b928b75a..01bb21a51 100755 --- a/tests/Localization/LocalizationTest.php +++ b/tests/Localization/LocalizationTest.php @@ -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); diff --git a/tests/Localization/MoneyTest.php b/tests/Localization/MoneyTest.php index 53d1d4e6f..705b28c7d 100755 --- a/tests/Localization/MoneyTest.php +++ b/tests/Localization/MoneyTest.php @@ -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); diff --git a/tests/Localization/PhoneEnumTest.php b/tests/Localization/PhoneEnumTest.php index 47cd7ffe7..76d5c0de2 100755 --- a/tests/Localization/PhoneEnumTest.php +++ b/tests/Localization/PhoneEnumTest.php @@ -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); diff --git a/tests/Localization/TimeZoneEnumArrayTest.php b/tests/Localization/TimeZoneEnumArrayTest.php index 2cfe6a947..a2e590703 100755 --- a/tests/Localization/TimeZoneEnumArrayTest.php +++ b/tests/Localization/TimeZoneEnumArrayTest.php @@ -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); diff --git a/tests/Log/FileLoggerTest.php b/tests/Log/FileLoggerTest.php index dede7551e..55b76dff8 100755 --- a/tests/Log/FileLoggerTest.php +++ b/tests/Log/FileLoggerTest.php @@ -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); diff --git a/tests/Log/LogLevelTest.php b/tests/Log/LogLevelTest.php index 5bebfe002..77b357fc9 100755 --- a/tests/Log/LogLevelTest.php +++ b/tests/Log/LogLevelTest.php @@ -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); diff --git a/tests/Math/Exception/ZeroDevisionExceptionTest.php b/tests/Math/Exception/ZeroDevisionExceptionTest.php index c5f8df004..7c481a066 100755 --- a/tests/Math/Exception/ZeroDevisionExceptionTest.php +++ b/tests/Math/Exception/ZeroDevisionExceptionTest.php @@ -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); diff --git a/tests/Math/Functions/BetaTest.php b/tests/Math/Functions/BetaTest.php index 11e0c195c..1a5c2d693 100755 --- a/tests/Math/Functions/BetaTest.php +++ b/tests/Math/Functions/BetaTest.php @@ -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); diff --git a/tests/Math/Functions/FibonacciTest.php b/tests/Math/Functions/FibonacciTest.php index d99495dbe..f2685fef5 100755 --- a/tests/Math/Functions/FibonacciTest.php +++ b/tests/Math/Functions/FibonacciTest.php @@ -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); diff --git a/tests/Math/Functions/FunctionsTest.php b/tests/Math/Functions/FunctionsTest.php index fc25b35c0..69b6a5d31 100755 --- a/tests/Math/Functions/FunctionsTest.php +++ b/tests/Math/Functions/FunctionsTest.php @@ -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); diff --git a/tests/Math/Functions/GammaTest.php b/tests/Math/Functions/GammaTest.php index 8a326db4b..e2075bd85 100755 --- a/tests/Math/Functions/GammaTest.php +++ b/tests/Math/Functions/GammaTest.php @@ -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); diff --git a/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php b/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php index cc2c8d4eb..d05d492ff 100755 --- a/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php +++ b/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php @@ -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); diff --git a/tests/Math/Geometry/Shape/D2/CircleTest.php b/tests/Math/Geometry/Shape/D2/CircleTest.php index 7a9786682..6b4fbdf9b 100755 --- a/tests/Math/Geometry/Shape/D2/CircleTest.php +++ b/tests/Math/Geometry/Shape/D2/CircleTest.php @@ -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); diff --git a/tests/Math/Geometry/Shape/D2/EllipseTest.php b/tests/Math/Geometry/Shape/D2/EllipseTest.php index 51d451de0..691d0857c 100755 --- a/tests/Math/Geometry/Shape/D2/EllipseTest.php +++ b/tests/Math/Geometry/Shape/D2/EllipseTest.php @@ -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); diff --git a/tests/Math/Geometry/Shape/D2/PolygonTest.php b/tests/Math/Geometry/Shape/D2/PolygonTest.php index 53d3a830b..82da98643 100755 --- a/tests/Math/Geometry/Shape/D2/PolygonTest.php +++ b/tests/Math/Geometry/Shape/D2/PolygonTest.php @@ -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); diff --git a/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php b/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php index 9ad7b4c66..c623e4786 100755 --- a/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php +++ b/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php @@ -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); diff --git a/tests/Math/Geometry/Shape/D2/RectangleTest.php b/tests/Math/Geometry/Shape/D2/RectangleTest.php index 68245f5ff..29aa0769c 100755 --- a/tests/Math/Geometry/Shape/D2/RectangleTest.php +++ b/tests/Math/Geometry/Shape/D2/RectangleTest.php @@ -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); diff --git a/tests/Math/Geometry/Shape/D2/TrapezoidTest.php b/tests/Math/Geometry/Shape/D2/TrapezoidTest.php index adc9c5ea4..f35386de3 100755 --- a/tests/Math/Geometry/Shape/D2/TrapezoidTest.php +++ b/tests/Math/Geometry/Shape/D2/TrapezoidTest.php @@ -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); diff --git a/tests/Math/Geometry/Shape/D2/TriangleTest.php b/tests/Math/Geometry/Shape/D2/TriangleTest.php index 5e7bfa6f2..b3ae79516 100755 --- a/tests/Math/Geometry/Shape/D2/TriangleTest.php +++ b/tests/Math/Geometry/Shape/D2/TriangleTest.php @@ -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); diff --git a/tests/Math/Geometry/Shape/D3/ConeTest.php b/tests/Math/Geometry/Shape/D3/ConeTest.php index 10027b227..3a28946be 100755 --- a/tests/Math/Geometry/Shape/D3/ConeTest.php +++ b/tests/Math/Geometry/Shape/D3/ConeTest.php @@ -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); diff --git a/tests/Math/Geometry/Shape/D3/CuboidTest.php b/tests/Math/Geometry/Shape/D3/CuboidTest.php index 8d6143132..3dc93f532 100755 --- a/tests/Math/Geometry/Shape/D3/CuboidTest.php +++ b/tests/Math/Geometry/Shape/D3/CuboidTest.php @@ -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); diff --git a/tests/Math/Geometry/Shape/D3/CylinderTest.php b/tests/Math/Geometry/Shape/D3/CylinderTest.php index d15b04354..332554f1e 100755 --- a/tests/Math/Geometry/Shape/D3/CylinderTest.php +++ b/tests/Math/Geometry/Shape/D3/CylinderTest.php @@ -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); diff --git a/tests/Math/Geometry/Shape/D3/PrismTest.php b/tests/Math/Geometry/Shape/D3/PrismTest.php index 776c4dde0..d8890e23f 100755 --- a/tests/Math/Geometry/Shape/D3/PrismTest.php +++ b/tests/Math/Geometry/Shape/D3/PrismTest.php @@ -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); diff --git a/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php b/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php index 4aebc07cd..25a996462 100755 --- a/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php +++ b/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php @@ -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); diff --git a/tests/Math/Geometry/Shape/D3/SphereTest.php b/tests/Math/Geometry/Shape/D3/SphereTest.php index bcd8c9982..48c3f0d5e 100755 --- a/tests/Math/Geometry/Shape/D3/SphereTest.php +++ b/tests/Math/Geometry/Shape/D3/SphereTest.php @@ -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); diff --git a/tests/Math/Geometry/Shape/D3/TetrahedronTest.php b/tests/Math/Geometry/Shape/D3/TetrahedronTest.php index 8940b8e06..496e6d552 100755 --- a/tests/Math/Geometry/Shape/D3/TetrahedronTest.php +++ b/tests/Math/Geometry/Shape/D3/TetrahedronTest.php @@ -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); diff --git a/tests/Math/Matrix/CholeskyDecompositionTest.php b/tests/Math/Matrix/CholeskyDecompositionTest.php index d5bfa3a55..74f37965f 100755 --- a/tests/Math/Matrix/CholeskyDecompositionTest.php +++ b/tests/Math/Matrix/CholeskyDecompositionTest.php @@ -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); diff --git a/tests/Math/Matrix/EigenvalueDecompositionTest.php b/tests/Math/Matrix/EigenvalueDecompositionTest.php index 52fea9241..d3c459674 100755 --- a/tests/Math/Matrix/EigenvalueDecompositionTest.php +++ b/tests/Math/Matrix/EigenvalueDecompositionTest.php @@ -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); diff --git a/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php b/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php index ca3633d48..8729b5412 100755 --- a/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php +++ b/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php @@ -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); diff --git a/tests/Math/Matrix/IdentityMatrixTest.php b/tests/Math/Matrix/IdentityMatrixTest.php index 94e0d9273..08bd5413d 100755 --- a/tests/Math/Matrix/IdentityMatrixTest.php +++ b/tests/Math/Matrix/IdentityMatrixTest.php @@ -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); diff --git a/tests/Math/Matrix/LUDecompositionTest.php b/tests/Math/Matrix/LUDecompositionTest.php index 26c7845f1..30f501757 100755 --- a/tests/Math/Matrix/LUDecompositionTest.php +++ b/tests/Math/Matrix/LUDecompositionTest.php @@ -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); diff --git a/tests/Math/Matrix/MatrixTest.php b/tests/Math/Matrix/MatrixTest.php index a988c5692..6749eef08 100755 --- a/tests/Math/Matrix/MatrixTest.php +++ b/tests/Math/Matrix/MatrixTest.php @@ -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); diff --git a/tests/Math/Matrix/QRDecompositionTest.php b/tests/Math/Matrix/QRDecompositionTest.php index 3a59968f2..3d6315518 100755 --- a/tests/Math/Matrix/QRDecompositionTest.php +++ b/tests/Math/Matrix/QRDecompositionTest.php @@ -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); diff --git a/tests/Math/Matrix/VectorTest.php b/tests/Math/Matrix/VectorTest.php index 2a3fc14aa..ddd219072 100755 --- a/tests/Math/Matrix/VectorTest.php +++ b/tests/Math/Matrix/VectorTest.php @@ -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); diff --git a/tests/Math/Number/ComplexTest.php b/tests/Math/Number/ComplexTest.php index 5dad63481..e3e138373 100755 --- a/tests/Math/Number/ComplexTest.php +++ b/tests/Math/Number/ComplexTest.php @@ -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); diff --git a/tests/Math/Number/IntegerTest.php b/tests/Math/Number/IntegerTest.php index 176184eda..43b09008d 100755 --- a/tests/Math/Number/IntegerTest.php +++ b/tests/Math/Number/IntegerTest.php @@ -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); diff --git a/tests/Math/Number/NaturalTest.php b/tests/Math/Number/NaturalTest.php index e0167c85d..0cd0275c7 100755 --- a/tests/Math/Number/NaturalTest.php +++ b/tests/Math/Number/NaturalTest.php @@ -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); diff --git a/tests/Math/Number/NumberTypeTest.php b/tests/Math/Number/NumberTypeTest.php index 072f32554..b8d5d9f4a 100755 --- a/tests/Math/Number/NumberTypeTest.php +++ b/tests/Math/Number/NumberTypeTest.php @@ -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); diff --git a/tests/Math/Number/NumbersTest.php b/tests/Math/Number/NumbersTest.php index 73129a264..ff749d0fa 100755 --- a/tests/Math/Number/NumbersTest.php +++ b/tests/Math/Number/NumbersTest.php @@ -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); diff --git a/tests/Math/Number/PrimeTest.php b/tests/Math/Number/PrimeTest.php index becf69e47..b700de2af 100755 --- a/tests/Math/Number/PrimeTest.php +++ b/tests/Math/Number/PrimeTest.php @@ -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); diff --git a/tests/Math/Numerics/IntegrationTest.php b/tests/Math/Numerics/IntegrationTest.php index c6874bf61..500525ee2 100755 --- a/tests/Math/Numerics/IntegrationTest.php +++ b/tests/Math/Numerics/IntegrationTest.php @@ -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); diff --git a/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php b/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php index e6f8c9eb4..6d0a506ce 100755 --- a/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php +++ b/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php @@ -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); diff --git a/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php b/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php index 0b740d3ea..e456b084d 100755 --- a/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php +++ b/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php @@ -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); diff --git a/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php b/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php index fdf419c8a..7374c006c 100755 --- a/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php +++ b/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php @@ -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); diff --git a/tests/Math/Parser/EvaluatorTest.php b/tests/Math/Parser/EvaluatorTest.php index 91ec8bda3..a96d488b6 100755 --- a/tests/Math/Parser/EvaluatorTest.php +++ b/tests/Math/Parser/EvaluatorTest.php @@ -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); diff --git a/tests/Math/Statistic/AverageTest.php b/tests/Math/Statistic/AverageTest.php index e3c3ef311..5dd8c23f2 100755 --- a/tests/Math/Statistic/AverageTest.php +++ b/tests/Math/Statistic/AverageTest.php @@ -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); diff --git a/tests/Math/Statistic/BasicTest.php b/tests/Math/Statistic/BasicTest.php index 03586b26d..149c4d148 100755 --- a/tests/Math/Statistic/BasicTest.php +++ b/tests/Math/Statistic/BasicTest.php @@ -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); diff --git a/tests/Math/Statistic/CorrelationTest.php b/tests/Math/Statistic/CorrelationTest.php index b3810236d..255db1319 100755 --- a/tests/Math/Statistic/CorrelationTest.php +++ b/tests/Math/Statistic/CorrelationTest.php @@ -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); diff --git a/tests/Math/Statistic/Forecast/ErrorTest.php b/tests/Math/Statistic/Forecast/ErrorTest.php index 70c3b8ec7..bbf13e60a 100755 --- a/tests/Math/Statistic/Forecast/ErrorTest.php +++ b/tests/Math/Statistic/Forecast/ErrorTest.php @@ -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); diff --git a/tests/Math/Statistic/Forecast/ForecastsTest.php b/tests/Math/Statistic/Forecast/ForecastsTest.php index 2e4dec5ce..dc43dcdbe 100755 --- a/tests/Math/Statistic/Forecast/ForecastsTest.php +++ b/tests/Math/Statistic/Forecast/ForecastsTest.php @@ -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); diff --git a/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php index 48b00ce5f..af061365e 100755 --- a/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php @@ -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); diff --git a/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php index 9568941fa..503d80e74 100755 --- a/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php @@ -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); diff --git a/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php index 3ac88e1c8..209d83040 100755 --- a/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php @@ -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); diff --git a/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php index ea086b6a6..510688d5f 100755 --- a/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php @@ -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); diff --git a/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php index 771f17862..ba4aaa7d5 100755 --- a/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php @@ -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); diff --git a/tests/Math/Statistic/MeasureOfDispersionTest.php b/tests/Math/Statistic/MeasureOfDispersionTest.php index d1db42392..8fa3372b1 100755 --- a/tests/Math/Statistic/MeasureOfDispersionTest.php +++ b/tests/Math/Statistic/MeasureOfDispersionTest.php @@ -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); diff --git a/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php b/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php index 993c56da7..faf378721 100755 --- a/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php @@ -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); diff --git a/tests/Math/Stochastic/Distribution/BetaDistributionTest.php b/tests/Math/Stochastic/Distribution/BetaDistributionTest.php index c52abf61a..14f6f4673 100755 --- a/tests/Math/Stochastic/Distribution/BetaDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/BetaDistributionTest.php @@ -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); diff --git a/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php b/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php index afe557a48..fb8953e1c 100755 --- a/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php @@ -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); diff --git a/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php b/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php index 4ddaa12a0..8a666e062 100755 --- a/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php @@ -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); diff --git a/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php b/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php index 979fc61fe..51e0bc3ba 100755 --- a/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php @@ -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); diff --git a/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php b/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php index c584ab223..f9e8d00a6 100755 --- a/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php @@ -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); diff --git a/tests/Math/Stochastic/Distribution/FDistributionTest.php b/tests/Math/Stochastic/Distribution/FDistributionTest.php index 8737fa166..ca2586714 100755 --- a/tests/Math/Stochastic/Distribution/FDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/FDistributionTest.php @@ -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); diff --git a/tests/Math/Stochastic/Distribution/GammaDistributionTest.php b/tests/Math/Stochastic/Distribution/GammaDistributionTest.php index 6c100723f..8439a5f71 100755 --- a/tests/Math/Stochastic/Distribution/GammaDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/GammaDistributionTest.php @@ -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); diff --git a/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php b/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php index a2d1fedfd..0002a5d71 100755 --- a/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php @@ -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); diff --git a/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php b/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php index 3449d7e54..7fd1f9c13 100755 --- a/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php @@ -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); diff --git a/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php b/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php index 5c6ce1b8a..cf5029fc9 100755 --- a/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php @@ -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); diff --git a/tests/Math/Stochastic/Distribution/LogDistributionTest.php b/tests/Math/Stochastic/Distribution/LogDistributionTest.php index d29f8748b..5531d5b16 100755 --- a/tests/Math/Stochastic/Distribution/LogDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LogDistributionTest.php @@ -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); diff --git a/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php b/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php index 5697d2eb5..3771a2c72 100755 --- a/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php @@ -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); diff --git a/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php b/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php index 648adcdfb..163ae4ad1 100755 --- a/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php @@ -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); diff --git a/tests/Math/Stochastic/Distribution/NormalDistributionTest.php b/tests/Math/Stochastic/Distribution/NormalDistributionTest.php index 21be8432e..4e0d14d39 100755 --- a/tests/Math/Stochastic/Distribution/NormalDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/NormalDistributionTest.php @@ -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); diff --git a/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php b/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php index 2f1b412b4..beb12d25b 100755 --- a/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php @@ -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); diff --git a/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php b/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php index 6506a7f5c..0c3334dbf 100755 --- a/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php @@ -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); diff --git a/tests/Math/Stochastic/Distribution/TDistributionTest.php b/tests/Math/Stochastic/Distribution/TDistributionTest.php index 6bb0392fd..395068d2f 100755 --- a/tests/Math/Stochastic/Distribution/TDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/TDistributionTest.php @@ -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); diff --git a/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php b/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php index 412ee449f..13dff0e0d 100755 --- a/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php +++ b/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php @@ -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); diff --git a/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php b/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php index 2b206f619..4175b80f7 100755 --- a/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php +++ b/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php @@ -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); diff --git a/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php b/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php index 4d56408a1..29307f130 100755 --- a/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php @@ -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); diff --git a/tests/Math/Stochastic/Distribution/ZTestTest.php b/tests/Math/Stochastic/Distribution/ZTestTest.php index 88003e356..47f5e681d 100755 --- a/tests/Math/Stochastic/Distribution/ZTestTest.php +++ b/tests/Math/Stochastic/Distribution/ZTestTest.php @@ -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); diff --git a/tests/Math/Stochastic/NaiveBayesClassifierTest.php b/tests/Math/Stochastic/NaiveBayesClassifierTest.php index 2ecf5440e..e32efa291 100755 --- a/tests/Math/Stochastic/NaiveBayesClassifierTest.php +++ b/tests/Math/Stochastic/NaiveBayesClassifierTest.php @@ -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); diff --git a/tests/Math/Topology/Metrics2DTest.php b/tests/Math/Topology/Metrics2DTest.php index fae8267e2..59d89be1b 100755 --- a/tests/Math/Topology/Metrics2DTest.php +++ b/tests/Math/Topology/Metrics2DTest.php @@ -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); diff --git a/tests/Math/Topology/MetricsNDTest.php b/tests/Math/Topology/MetricsNDTest.php index 04b83119b..b06a091ac 100755 --- a/tests/Math/Topology/MetricsNDTest.php +++ b/tests/Math/Topology/MetricsNDTest.php @@ -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); diff --git a/tests/Message/Console/ConsoleHeaderTest.php b/tests/Message/Console/ConsoleHeaderTest.php index 5f1ed5747..4c487c918 100755 --- a/tests/Message/Console/ConsoleHeaderTest.php +++ b/tests/Message/Console/ConsoleHeaderTest.php @@ -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); diff --git a/tests/Message/Console/ConsoleRequestTest.php b/tests/Message/Console/ConsoleRequestTest.php index 989b356f8..10b2b0467 100755 --- a/tests/Message/Console/ConsoleRequestTest.php +++ b/tests/Message/Console/ConsoleRequestTest.php @@ -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); diff --git a/tests/Message/Console/ConsoleResponseTest.php b/tests/Message/Console/ConsoleResponseTest.php index 910ce1a38..a6b7ea47e 100755 --- a/tests/Message/Console/ConsoleResponseTest.php +++ b/tests/Message/Console/ConsoleResponseTest.php @@ -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); diff --git a/tests/Message/HeaderAbstractTest.php b/tests/Message/HeaderAbstractTest.php index 33ebde1c8..6d8104b62 100755 --- a/tests/Message/HeaderAbstractTest.php +++ b/tests/Message/HeaderAbstractTest.php @@ -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); diff --git a/tests/Message/Http/BrowserTypeTest.php b/tests/Message/Http/BrowserTypeTest.php index 3322e3ff3..b88ef7fc2 100755 --- a/tests/Message/Http/BrowserTypeTest.php +++ b/tests/Message/Http/BrowserTypeTest.php @@ -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); diff --git a/tests/Message/Http/HttpHeaderTest.php b/tests/Message/Http/HttpHeaderTest.php index b73e24fa6..e68e60abb 100755 --- a/tests/Message/Http/HttpHeaderTest.php +++ b/tests/Message/Http/HttpHeaderTest.php @@ -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); diff --git a/tests/Message/Http/HttpRequestTest.php b/tests/Message/Http/HttpRequestTest.php index 4351809cd..82faea350 100755 --- a/tests/Message/Http/HttpRequestTest.php +++ b/tests/Message/Http/HttpRequestTest.php @@ -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); diff --git a/tests/Message/Http/HttpResponseTest.php b/tests/Message/Http/HttpResponseTest.php index f0123978b..30f787c34 100755 --- a/tests/Message/Http/HttpResponseTest.php +++ b/tests/Message/Http/HttpResponseTest.php @@ -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); diff --git a/tests/Message/Http/OSTypeTest.php b/tests/Message/Http/OSTypeTest.php index 09f4722f8..e4e97f0b4 100755 --- a/tests/Message/Http/OSTypeTest.php +++ b/tests/Message/Http/OSTypeTest.php @@ -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); diff --git a/tests/Message/Http/RequestMethodTest.php b/tests/Message/Http/RequestMethodTest.php index f466d291d..163159279 100755 --- a/tests/Message/Http/RequestMethodTest.php +++ b/tests/Message/Http/RequestMethodTest.php @@ -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); diff --git a/tests/Message/Http/RequestStatusCodeTest.php b/tests/Message/Http/RequestStatusCodeTest.php index c399020f9..9296032f3 100755 --- a/tests/Message/Http/RequestStatusCodeTest.php +++ b/tests/Message/Http/RequestStatusCodeTest.php @@ -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); diff --git a/tests/Message/Http/RequestStatusTest.php b/tests/Message/Http/RequestStatusTest.php index 6c75606b2..bb4779f83 100755 --- a/tests/Message/Http/RequestStatusTest.php +++ b/tests/Message/Http/RequestStatusTest.php @@ -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); diff --git a/tests/Message/Http/RestTest.php b/tests/Message/Http/RestTest.php index 95b1668d4..c5ae7ae01 100755 --- a/tests/Message/Http/RestTest.php +++ b/tests/Message/Http/RestTest.php @@ -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); diff --git a/tests/Message/Mail/EmailTest.php b/tests/Message/Mail/EmailTest.php index 4f82112cb..cfba5f964 100755 --- a/tests/Message/Mail/EmailTest.php +++ b/tests/Message/Mail/EmailTest.php @@ -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); diff --git a/tests/Message/Mail/ImapTest.php b/tests/Message/Mail/ImapTest.php index 644b9a5de..2e4caab5f 100755 --- a/tests/Message/Mail/ImapTest.php +++ b/tests/Message/Mail/ImapTest.php @@ -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); diff --git a/tests/Message/Mail/MailHandlerMailTrait.php b/tests/Message/Mail/MailHandlerMailTrait.php index af063b7a6..84c7ec925 100755 --- a/tests/Message/Mail/MailHandlerMailTrait.php +++ b/tests/Message/Mail/MailHandlerMailTrait.php @@ -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); diff --git a/tests/Message/Mail/MailHandlerSendmailTrait.php b/tests/Message/Mail/MailHandlerSendmailTrait.php index 81976526a..af6349844 100755 --- a/tests/Message/Mail/MailHandlerSendmailTrait.php +++ b/tests/Message/Mail/MailHandlerSendmailTrait.php @@ -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); diff --git a/tests/Message/Mail/MailHandlerSmtpTrait.php b/tests/Message/Mail/MailHandlerSmtpTrait.php index 27b350308..3ea042d79 100755 --- a/tests/Message/Mail/MailHandlerSmtpTrait.php +++ b/tests/Message/Mail/MailHandlerSmtpTrait.php @@ -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); diff --git a/tests/Message/Mail/MailHandlerTest.php b/tests/Message/Mail/MailHandlerTest.php index c90fc06da..dd951eee1 100755 --- a/tests/Message/Mail/MailHandlerTest.php +++ b/tests/Message/Mail/MailHandlerTest.php @@ -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); diff --git a/tests/Message/Mail/Pop3Test.php b/tests/Message/Mail/Pop3Test.php index 6f5a2c360..269816071 100755 --- a/tests/Message/Mail/Pop3Test.php +++ b/tests/Message/Mail/Pop3Test.php @@ -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); diff --git a/tests/Message/Mail/files/utf8.html b/tests/Message/Mail/files/utf8.html index 16adb0aaf..6d9e35c4d 100755 --- a/tests/Message/Mail/files/utf8.html +++ b/tests/Message/Mail/files/utf8.html @@ -8,7 +8,7 @@

This is a mailer test.

- Logo + Logo

This example uses HTML with the UTF-8 unicode charset.

Chinese text: 郵件內容為空

diff --git a/tests/Message/RequestAbstractTest.php b/tests/Message/RequestAbstractTest.php index 5fde61288..a6f510d56 100755 --- a/tests/Message/RequestAbstractTest.php +++ b/tests/Message/RequestAbstractTest.php @@ -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); diff --git a/tests/Message/ResponseAbstractTest.php b/tests/Message/ResponseAbstractTest.php index c973fe95f..1a4a28c43 100755 --- a/tests/Message/ResponseAbstractTest.php +++ b/tests/Message/ResponseAbstractTest.php @@ -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); diff --git a/tests/Message/Socket/HeaderTest.php b/tests/Message/Socket/HeaderTest.php index ce6236a03..78fef0ddf 100755 --- a/tests/Message/Socket/HeaderTest.php +++ b/tests/Message/Socket/HeaderTest.php @@ -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); diff --git a/tests/Message/Socket/PacketManagerTest.php b/tests/Message/Socket/PacketManagerTest.php index 85fd20944..551789412 100755 --- a/tests/Message/Socket/PacketManagerTest.php +++ b/tests/Message/Socket/PacketManagerTest.php @@ -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); diff --git a/tests/Message/Socket/PacketTypeTest.php b/tests/Message/Socket/PacketTypeTest.php index b26ae0d93..a1ac14234 100755 --- a/tests/Message/Socket/PacketTypeTest.php +++ b/tests/Message/Socket/PacketTypeTest.php @@ -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); diff --git a/tests/Message/Socket/RequestTest.php b/tests/Message/Socket/RequestTest.php index 4913f7e47..da573228a 100755 --- a/tests/Message/Socket/RequestTest.php +++ b/tests/Message/Socket/RequestTest.php @@ -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); diff --git a/tests/Message/Socket/ResponseTest.php b/tests/Message/Socket/ResponseTest.php index f71220dd8..829a05264 100755 --- a/tests/Message/Socket/ResponseTest.php +++ b/tests/Message/Socket/ResponseTest.php @@ -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); diff --git a/tests/Model/Html/FormElementGeneratorTest.php b/tests/Model/Html/FormElementGeneratorTest.php index 483714569..d385b74fd 100755 --- a/tests/Model/Html/FormElementGeneratorTest.php +++ b/tests/Model/Html/FormElementGeneratorTest.php @@ -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); diff --git a/tests/Model/Html/HeadTest.php b/tests/Model/Html/HeadTest.php index d7ff949ae..c49fac077 100755 --- a/tests/Model/Html/HeadTest.php +++ b/tests/Model/Html/HeadTest.php @@ -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); diff --git a/tests/Model/Html/MetaTest.php b/tests/Model/Html/MetaTest.php index e7c1be596..28ca007e6 100755 --- a/tests/Model/Html/MetaTest.php +++ b/tests/Model/Html/MetaTest.php @@ -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); diff --git a/tests/Model/Message/DomActionTest.php b/tests/Model/Message/DomActionTest.php index 2d2aefafa..2ae7439b8 100755 --- a/tests/Model/Message/DomActionTest.php +++ b/tests/Model/Message/DomActionTest.php @@ -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); diff --git a/tests/Model/Message/DomTest.php b/tests/Model/Message/DomTest.php index 480625e64..277e370fd 100755 --- a/tests/Model/Message/DomTest.php +++ b/tests/Model/Message/DomTest.php @@ -8,7 +8,7 @@ * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/tests/Model/Message/FormValidationTest.php b/tests/Model/Message/FormValidationTest.php index efd57e68e..fb41a1386 100755 --- a/tests/Model/Message/FormValidationTest.php +++ b/tests/Model/Message/FormValidationTest.php @@ -8,7 +8,7 @@ * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/tests/Model/Message/NotifyTest.php b/tests/Model/Message/NotifyTest.php index b57e7952b..fde9b3185 100755 --- a/tests/Model/Message/NotifyTest.php +++ b/tests/Model/Message/NotifyTest.php @@ -8,7 +8,7 @@ * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/tests/Model/Message/NotifyTypeTest.php b/tests/Model/Message/NotifyTypeTest.php index dfe1ec10c..56bd0998e 100755 --- a/tests/Model/Message/NotifyTypeTest.php +++ b/tests/Model/Message/NotifyTypeTest.php @@ -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); diff --git a/tests/Model/Message/RedirectTest.php b/tests/Model/Message/RedirectTest.php index f5a8b9a5d..e7f1f8c01 100755 --- a/tests/Model/Message/RedirectTest.php +++ b/tests/Model/Message/RedirectTest.php @@ -8,7 +8,7 @@ * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/tests/Model/Message/ReloadTest.php b/tests/Model/Message/ReloadTest.php index 1a9da56a6..afd326a74 100755 --- a/tests/Model/Message/ReloadTest.php +++ b/tests/Model/Message/ReloadTest.php @@ -8,7 +8,7 @@ * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/tests/Module/Exception/InvalidModuleExceptionTest.php b/tests/Module/Exception/InvalidModuleExceptionTest.php index bc7a9900d..b4a9c891d 100755 --- a/tests/Module/Exception/InvalidModuleExceptionTest.php +++ b/tests/Module/Exception/InvalidModuleExceptionTest.php @@ -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); diff --git a/tests/Module/Exception/InvalidThemeExceptionTest.php b/tests/Module/Exception/InvalidThemeExceptionTest.php index 7c81dc647..418c59f5d 100755 --- a/tests/Module/Exception/InvalidThemeExceptionTest.php +++ b/tests/Module/Exception/InvalidThemeExceptionTest.php @@ -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); diff --git a/tests/Module/InstallerAbstractTest.php b/tests/Module/InstallerAbstractTest.php index 7ac05e5de..49cde49ca 100755 --- a/tests/Module/InstallerAbstractTest.php +++ b/tests/Module/InstallerAbstractTest.php @@ -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); diff --git a/tests/Module/ModuleAbstractTest.php b/tests/Module/ModuleAbstractTest.php index d86aab93c..84fa76c2e 100755 --- a/tests/Module/ModuleAbstractTest.php +++ b/tests/Module/ModuleAbstractTest.php @@ -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); diff --git a/tests/Module/ModuleInfoTest.php b/tests/Module/ModuleInfoTest.php index 1c8bb3a9e..a714b062f 100755 --- a/tests/Module/ModuleInfoTest.php +++ b/tests/Module/ModuleInfoTest.php @@ -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); diff --git a/tests/Module/ModuleManagerTest.php b/tests/Module/ModuleManagerTest.php index 5f0d24a02..7407ff079 100755 --- a/tests/Module/ModuleManagerTest.php +++ b/tests/Module/ModuleManagerTest.php @@ -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); diff --git a/tests/Module/NullModuleTest.php b/tests/Module/NullModuleTest.php index 5546829c3..4f2387de0 100755 --- a/tests/Module/NullModuleTest.php +++ b/tests/Module/NullModuleTest.php @@ -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); diff --git a/tests/Module/PackageManagerTest.php b/tests/Module/PackageManagerTest.php index 82e92d96d..1e9f47970 100755 --- a/tests/Module/PackageManagerTest.php +++ b/tests/Module/PackageManagerTest.php @@ -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); diff --git a/tests/Module/StatusAbstractTest.php b/tests/Module/StatusAbstractTest.php index 624019def..5f568e319 100755 --- a/tests/Module/StatusAbstractTest.php +++ b/tests/Module/StatusAbstractTest.php @@ -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); diff --git a/tests/Module/Test/Theme/Mytheme/Lang/en.lang.php b/tests/Module/Test/Theme/Mytheme/Lang/en.lang.php index c66cc5264..e4a152fcf 100755 --- a/tests/Module/Test/Theme/Mytheme/Lang/en.lang.php +++ b/tests/Module/Test/Theme/Mytheme/Lang/en.lang.php @@ -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); diff --git a/tests/Module/Testmodule/Admin/Installer.php b/tests/Module/Testmodule/Admin/Installer.php index 240b47911..3b4fb29d2 100755 --- a/tests/Module/Testmodule/Admin/Installer.php +++ b/tests/Module/Testmodule/Admin/Installer.php @@ -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\Module\InstallerAbstract; * * @package tests * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Installer extends InstallerAbstract diff --git a/tests/Module/UninstallerAbstractTest.php b/tests/Module/UninstallerAbstractTest.php index 3367cd5b2..34b0aa2ca 100755 --- a/tests/Module/UninstallerAbstractTest.php +++ b/tests/Module/UninstallerAbstractTest.php @@ -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); diff --git a/tests/Preload0.php b/tests/Preload0.php index 2483558cc..3cfaf49ed 100755 --- a/tests/Preload0.php +++ b/tests/Preload0.php @@ -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\tests; * * @package Tests\PHPUnit * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Preload0 diff --git a/tests/PreloadTest/Preload1.php b/tests/PreloadTest/Preload1.php index 709c994de..ddd620f6a 100755 --- a/tests/PreloadTest/Preload1.php +++ b/tests/PreloadTest/Preload1.php @@ -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\tests\PreloadTest; * * @package Tests\PHPUnit * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Preload1 diff --git a/tests/PreloadTest/Sub/Preload2.php b/tests/PreloadTest/Sub/Preload2.php index 60f877768..09fbe46c0 100755 --- a/tests/PreloadTest/Sub/Preload2.php +++ b/tests/PreloadTest/Sub/Preload2.php @@ -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\tests\PreloadTest\Sub; * * @package Tests\PHPUnit * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Preload2 diff --git a/tests/PreloadTest/Sub/Preload3.php b/tests/PreloadTest/Sub/Preload3.php index 9a2402d4a..750749fdc 100755 --- a/tests/PreloadTest/Sub/Preload3.php +++ b/tests/PreloadTest/Sub/Preload3.php @@ -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\tests\PreloadTest\Sub; * * @package Tests\PHPUnit * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Preload3 diff --git a/tests/PreloaderTest.php b/tests/PreloaderTest.php index 799084bbe..505a4d2ff 100755 --- a/tests/PreloaderTest.php +++ b/tests/PreloaderTest.php @@ -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); diff --git a/tests/Router/RouteVerbTest.php b/tests/Router/RouteVerbTest.php index ee02ebd4d..723f527d5 100755 --- a/tests/Router/RouteVerbTest.php +++ b/tests/Router/RouteVerbTest.php @@ -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); diff --git a/tests/Router/SocketRouterTest.php b/tests/Router/SocketRouterTest.php index a77333921..5f0a65d41 100755 --- a/tests/Router/SocketRouterTest.php +++ b/tests/Router/SocketRouterTest.php @@ -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); diff --git a/tests/Router/WebRouterTest.php b/tests/Router/WebRouterTest.php index a4459e026..6a85ae47d 100755 --- a/tests/Router/WebRouterTest.php +++ b/tests/Router/WebRouterTest.php @@ -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); diff --git a/tests/Security/PhpCodeTest.php b/tests/Security/PhpCodeTest.php index 3699ec826..671b0612f 100755 --- a/tests/Security/PhpCodeTest.php +++ b/tests/Security/PhpCodeTest.php @@ -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); diff --git a/tests/Socket/Client/ClientConnectionTest.php b/tests/Socket/Client/ClientConnectionTest.php index dcbda2051..6098d0ff5 100755 --- a/tests/Socket/Client/ClientConnectionTest.php +++ b/tests/Socket/Client/ClientConnectionTest.php @@ -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); diff --git a/tests/Socket/Client/ClientTest.php b/tests/Socket/Client/ClientTest.php index 1e5476b48..85a8feabc 100755 --- a/tests/Socket/Client/ClientTest.php +++ b/tests/Socket/Client/ClientTest.php @@ -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); diff --git a/tests/Socket/Client/NullClientConnectionTest.php b/tests/Socket/Client/NullClientConnectionTest.php index 83745ac3b..1195e550c 100755 --- a/tests/Socket/Client/NullClientConnectionTest.php +++ b/tests/Socket/Client/NullClientConnectionTest.php @@ -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); diff --git a/tests/Socket/Server/ClientManagerTest.php b/tests/Socket/Server/ClientManagerTest.php index be09f2034..795c8a56a 100755 --- a/tests/Socket/Server/ClientManagerTest.php +++ b/tests/Socket/Server/ClientManagerTest.php @@ -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); diff --git a/tests/Socket/Server/ServerTest.php b/tests/Socket/Server/ServerTest.php index 72b4cacf4..00bf5d33c 100755 --- a/tests/Socket/Server/ServerTest.php +++ b/tests/Socket/Server/ServerTest.php @@ -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); diff --git a/tests/Stdlib/Base/AddressTest.php b/tests/Stdlib/Base/AddressTest.php index 6eed2098b..1d2386f00 100755 --- a/tests/Stdlib/Base/AddressTest.php +++ b/tests/Stdlib/Base/AddressTest.php @@ -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); diff --git a/tests/Stdlib/Base/AddressTypeTest.php b/tests/Stdlib/Base/AddressTypeTest.php index 8666fe41c..50170ffc8 100755 --- a/tests/Stdlib/Base/AddressTypeTest.php +++ b/tests/Stdlib/Base/AddressTypeTest.php @@ -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); diff --git a/tests/Stdlib/Base/EnumArrayDemo.php b/tests/Stdlib/Base/EnumArrayDemo.php index bcc559327..912cd92bd 100755 --- a/tests/Stdlib/Base/EnumArrayDemo.php +++ b/tests/Stdlib/Base/EnumArrayDemo.php @@ -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); diff --git a/tests/Stdlib/Base/EnumArrayTest.php b/tests/Stdlib/Base/EnumArrayTest.php index 4064f066d..e544f2d65 100755 --- a/tests/Stdlib/Base/EnumArrayTest.php +++ b/tests/Stdlib/Base/EnumArrayTest.php @@ -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); diff --git a/tests/Stdlib/Base/EnumDemo.php b/tests/Stdlib/Base/EnumDemo.php index 62392140e..8bf44f891 100755 --- a/tests/Stdlib/Base/EnumDemo.php +++ b/tests/Stdlib/Base/EnumDemo.php @@ -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); diff --git a/tests/Stdlib/Base/EnumTest.php b/tests/Stdlib/Base/EnumTest.php index b0f57fdf7..6826ca723 100755 --- a/tests/Stdlib/Base/EnumTest.php +++ b/tests/Stdlib/Base/EnumTest.php @@ -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); diff --git a/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php b/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php index 79f5dce32..8f53223cd 100755 --- a/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php +++ b/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php @@ -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); diff --git a/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php b/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php index 7e78fd78e..04180a34d 100755 --- a/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php +++ b/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php @@ -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); diff --git a/tests/Stdlib/Base/HeapItem.php b/tests/Stdlib/Base/HeapItem.php index fac5b7532..8ad1649d4 100755 --- a/tests/Stdlib/Base/HeapItem.php +++ b/tests/Stdlib/Base/HeapItem.php @@ -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); diff --git a/tests/Stdlib/Base/HeapTest.php b/tests/Stdlib/Base/HeapTest.php index 76fc4276c..94a532f36 100755 --- a/tests/Stdlib/Base/HeapTest.php +++ b/tests/Stdlib/Base/HeapTest.php @@ -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); diff --git a/tests/Stdlib/Base/IbanTest.php b/tests/Stdlib/Base/IbanTest.php index fc667586c..3c5eea804 100755 --- a/tests/Stdlib/Base/IbanTest.php +++ b/tests/Stdlib/Base/IbanTest.php @@ -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); diff --git a/tests/Stdlib/Base/LocationTest.php b/tests/Stdlib/Base/LocationTest.php index ff26e2a08..cea7b38c2 100755 --- a/tests/Stdlib/Base/LocationTest.php +++ b/tests/Stdlib/Base/LocationTest.php @@ -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); diff --git a/tests/Stdlib/Base/NullLocationTest.php b/tests/Stdlib/Base/NullLocationTest.php index b1e7e14c7..3dbefceb2 100755 --- a/tests/Stdlib/Base/NullLocationTest.php +++ b/tests/Stdlib/Base/NullLocationTest.php @@ -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); diff --git a/tests/Stdlib/Base/PhoneTypeTest.php b/tests/Stdlib/Base/PhoneTypeTest.php index 92cd047e6..4af22a509 100755 --- a/tests/Stdlib/Base/PhoneTypeTest.php +++ b/tests/Stdlib/Base/PhoneTypeTest.php @@ -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); diff --git a/tests/Stdlib/Base/SmartDateTimeTest.php b/tests/Stdlib/Base/SmartDateTimeTest.php index 28c1aa864..281cd5dce 100755 --- a/tests/Stdlib/Base/SmartDateTimeTest.php +++ b/tests/Stdlib/Base/SmartDateTimeTest.php @@ -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); diff --git a/tests/Stdlib/Graph/BinaryTreeTest.php b/tests/Stdlib/Graph/BinaryTreeTest.php index f650f4024..7656ece7a 100755 --- a/tests/Stdlib/Graph/BinaryTreeTest.php +++ b/tests/Stdlib/Graph/BinaryTreeTest.php @@ -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); diff --git a/tests/Stdlib/Graph/EdgeTest.php b/tests/Stdlib/Graph/EdgeTest.php index 77fa93148..5beef8ea8 100755 --- a/tests/Stdlib/Graph/EdgeTest.php +++ b/tests/Stdlib/Graph/EdgeTest.php @@ -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); diff --git a/tests/Stdlib/Graph/GraphTest.php b/tests/Stdlib/Graph/GraphTest.php index 23681c1e5..264ddb5f6 100755 --- a/tests/Stdlib/Graph/GraphTest.php +++ b/tests/Stdlib/Graph/GraphTest.php @@ -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); diff --git a/tests/Stdlib/Graph/NodeTest.php b/tests/Stdlib/Graph/NodeTest.php index 4f1936813..04318b142 100755 --- a/tests/Stdlib/Graph/NodeTest.php +++ b/tests/Stdlib/Graph/NodeTest.php @@ -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); diff --git a/tests/Stdlib/Graph/TreeTest.php b/tests/Stdlib/Graph/TreeTest.php index 0c6622e97..8c91a8a45 100755 --- a/tests/Stdlib/Graph/TreeTest.php +++ b/tests/Stdlib/Graph/TreeTest.php @@ -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); diff --git a/tests/Stdlib/Map/KeyTypeTest.php b/tests/Stdlib/Map/KeyTypeTest.php index 7206de1c9..6b2b1b664 100755 --- a/tests/Stdlib/Map/KeyTypeTest.php +++ b/tests/Stdlib/Map/KeyTypeTest.php @@ -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); diff --git a/tests/Stdlib/Map/MultiMapTest.php b/tests/Stdlib/Map/MultiMapTest.php index a5685823f..e94328bee 100755 --- a/tests/Stdlib/Map/MultiMapTest.php +++ b/tests/Stdlib/Map/MultiMapTest.php @@ -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); diff --git a/tests/Stdlib/Map/OrderTypeTest.php b/tests/Stdlib/Map/OrderTypeTest.php index abd485675..c61c21847 100755 --- a/tests/Stdlib/Map/OrderTypeTest.php +++ b/tests/Stdlib/Map/OrderTypeTest.php @@ -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); diff --git a/tests/Stdlib/Queue/PriorityModeTest.php b/tests/Stdlib/Queue/PriorityModeTest.php index 6397dfb78..86412cbbf 100755 --- a/tests/Stdlib/Queue/PriorityModeTest.php +++ b/tests/Stdlib/Queue/PriorityModeTest.php @@ -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); diff --git a/tests/Stdlib/Queue/PriorityQueueTest.php b/tests/Stdlib/Queue/PriorityQueueTest.php index d25dcb843..aa063d058 100755 --- a/tests/Stdlib/Queue/PriorityQueueTest.php +++ b/tests/Stdlib/Queue/PriorityQueueTest.php @@ -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); diff --git a/tests/System/CharsetTypeTest.php b/tests/System/CharsetTypeTest.php index e984a7b68..1d4e2b37e 100755 --- a/tests/System/CharsetTypeTest.php +++ b/tests/System/CharsetTypeTest.php @@ -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); diff --git a/tests/System/File/ContentPutModeTest.php b/tests/System/File/ContentPutModeTest.php index 12b846e18..a18d6edc6 100755 --- a/tests/System/File/ContentPutModeTest.php +++ b/tests/System/File/ContentPutModeTest.php @@ -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); diff --git a/tests/System/File/ExtensionTypeTest.php b/tests/System/File/ExtensionTypeTest.php index 9ce08e684..9945c147b 100755 --- a/tests/System/File/ExtensionTypeTest.php +++ b/tests/System/File/ExtensionTypeTest.php @@ -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); diff --git a/tests/System/File/FileUtilsTest.php b/tests/System/File/FileUtilsTest.php index 2d0e44589..906d5d969 100755 --- a/tests/System/File/FileUtilsTest.php +++ b/tests/System/File/FileUtilsTest.php @@ -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); diff --git a/tests/System/File/Ftp/DirectoryTest.php b/tests/System/File/Ftp/DirectoryTest.php index a58b75c39..ba2acd1af 100755 --- a/tests/System/File/Ftp/DirectoryTest.php +++ b/tests/System/File/Ftp/DirectoryTest.php @@ -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); diff --git a/tests/System/File/Ftp/FileTest.php b/tests/System/File/Ftp/FileTest.php index 97d37fbf4..1d9f150c9 100755 --- a/tests/System/File/Ftp/FileTest.php +++ b/tests/System/File/Ftp/FileTest.php @@ -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); diff --git a/tests/System/File/Ftp/FtpStorageTest.php b/tests/System/File/Ftp/FtpStorageTest.php index b0b335613..99ee4b44a 100755 --- a/tests/System/File/Ftp/FtpStorageTest.php +++ b/tests/System/File/Ftp/FtpStorageTest.php @@ -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); diff --git a/tests/System/File/Local/DirectoryTest.php b/tests/System/File/Local/DirectoryTest.php index 83e7f0863..1b3febf8f 100755 --- a/tests/System/File/Local/DirectoryTest.php +++ b/tests/System/File/Local/DirectoryTest.php @@ -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); diff --git a/tests/System/File/Local/FileTest.php b/tests/System/File/Local/FileTest.php index 45467ab8b..c33d64c96 100755 --- a/tests/System/File/Local/FileTest.php +++ b/tests/System/File/Local/FileTest.php @@ -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); diff --git a/tests/System/File/Local/LocalStorageTest.php b/tests/System/File/Local/LocalStorageTest.php index f2781ea0c..046b1081a 100755 --- a/tests/System/File/Local/LocalStorageTest.php +++ b/tests/System/File/Local/LocalStorageTest.php @@ -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); diff --git a/tests/System/File/PathExceptionTest.php b/tests/System/File/PathExceptionTest.php index 6b4c34e7a..468532c18 100755 --- a/tests/System/File/PathExceptionTest.php +++ b/tests/System/File/PathExceptionTest.php @@ -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); diff --git a/tests/System/File/PermissionExceptionTest.php b/tests/System/File/PermissionExceptionTest.php index be3b8b4fe..ce8516f44 100755 --- a/tests/System/File/PermissionExceptionTest.php +++ b/tests/System/File/PermissionExceptionTest.php @@ -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); diff --git a/tests/System/File/StorageTest.php b/tests/System/File/StorageTest.php index 518824e9f..814c03abe 100755 --- a/tests/System/File/StorageTest.php +++ b/tests/System/File/StorageTest.php @@ -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); diff --git a/tests/System/MimeTypeTest.php b/tests/System/MimeTypeTest.php index 9f4c4e1eb..2a683dc82 100755 --- a/tests/System/MimeTypeTest.php +++ b/tests/System/MimeTypeTest.php @@ -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); diff --git a/tests/System/OperatingSystemTest.php b/tests/System/OperatingSystemTest.php index a46ba1d43..0f482c880 100755 --- a/tests/System/OperatingSystemTest.php +++ b/tests/System/OperatingSystemTest.php @@ -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); diff --git a/tests/System/Search/StringSearchTest.php b/tests/System/Search/StringSearchTest.php index ba82f5834..75c6750fb 100755 --- a/tests/System/Search/StringSearchTest.php +++ b/tests/System/Search/StringSearchTest.php @@ -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); diff --git a/tests/System/SystemTypeTest.php b/tests/System/SystemTypeTest.php index d5453c426..b5e32e122 100755 --- a/tests/System/SystemTypeTest.php +++ b/tests/System/SystemTypeTest.php @@ -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); diff --git a/tests/System/SystemUtilsTest.php b/tests/System/SystemUtilsTest.php index 9a9422e63..c7830abaa 100755 --- a/tests/System/SystemUtilsTest.php +++ b/tests/System/SystemUtilsTest.php @@ -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); diff --git a/tests/TestLoad.php b/tests/TestLoad.php index 454c8c7af..cf73f2af4 100755 --- a/tests/TestLoad.php +++ b/tests/TestLoad.php @@ -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\tests; * * @package Tests\PHPUnit * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class TestLoad diff --git a/tests/TestLoad2.php b/tests/TestLoad2.php index a4856cadd..986b6f02d 100755 --- a/tests/TestLoad2.php +++ b/tests/TestLoad2.php @@ -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 tests; * * @package Tests\PHPUnit * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class TestLoad2 diff --git a/tests/TestLoad3.php b/tests/TestLoad3.php index 556529f29..ec532aee4 100755 --- a/tests/TestLoad3.php +++ b/tests/TestLoad3.php @@ -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\tests; * * @package Tests\PHPUnit * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class TestLoad3 diff --git a/tests/TestLoad4.php b/tests/TestLoad4.php index 33ba88c8d..9c1d734a4 100755 --- a/tests/TestLoad4.php +++ b/tests/TestLoad4.php @@ -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\tests; * * @package Tests\PHPUnit * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class TestLoad4 diff --git a/tests/UnhandledHandlerTest.php b/tests/UnhandledHandlerTest.php index 9f83887e4..bdf8ec3d8 100755 --- a/tests/UnhandledHandlerTest.php +++ b/tests/UnhandledHandlerTest.php @@ -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); diff --git a/tests/Uri/ArgumentTest.php b/tests/Uri/ArgumentTest.php index 59b4f2fac..0425f0da6 100755 --- a/tests/Uri/ArgumentTest.php +++ b/tests/Uri/ArgumentTest.php @@ -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); diff --git a/tests/Uri/HttpUriTest.php b/tests/Uri/HttpUriTest.php index e5861559b..e706de022 100755 --- a/tests/Uri/HttpUriTest.php +++ b/tests/Uri/HttpUriTest.php @@ -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); diff --git a/tests/Uri/InvalidUriExceptionTest.php b/tests/Uri/InvalidUriExceptionTest.php index a34792c76..f5c983647 100755 --- a/tests/Uri/InvalidUriExceptionTest.php +++ b/tests/Uri/InvalidUriExceptionTest.php @@ -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); diff --git a/tests/Uri/UriFactoryTest.php b/tests/Uri/UriFactoryTest.php index 74f0db2b5..87d2355f4 100755 --- a/tests/Uri/UriFactoryTest.php +++ b/tests/Uri/UriFactoryTest.php @@ -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); diff --git a/tests/Uri/UriSchemeTest.php b/tests/Uri/UriSchemeTest.php index ff1cb6f87..49e14fcf7 100755 --- a/tests/Uri/UriSchemeTest.php +++ b/tests/Uri/UriSchemeTest.php @@ -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); diff --git a/tests/Utils/ArrayUtilsTest.php b/tests/Utils/ArrayUtilsTest.php index a83082493..ef62cac64 100755 --- a/tests/Utils/ArrayUtilsTest.php +++ b/tests/Utils/ArrayUtilsTest.php @@ -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); diff --git a/tests/Utils/Barcode/AztecTest.php b/tests/Utils/Barcode/AztecTest.php index e31af6e2c..71eb929d1 100755 --- a/tests/Utils/Barcode/AztecTest.php +++ b/tests/Utils/Barcode/AztecTest.php @@ -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); diff --git a/tests/Utils/Barcode/C128AbstractTest.php b/tests/Utils/Barcode/C128AbstractTest.php index a7f933cb7..f85a44ff7 100755 --- a/tests/Utils/Barcode/C128AbstractTest.php +++ b/tests/Utils/Barcode/C128AbstractTest.php @@ -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); diff --git a/tests/Utils/Barcode/C128aTest.php b/tests/Utils/Barcode/C128aTest.php index 5b0aa23b7..8e703e0eb 100755 --- a/tests/Utils/Barcode/C128aTest.php +++ b/tests/Utils/Barcode/C128aTest.php @@ -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); diff --git a/tests/Utils/Barcode/C128bTest.php b/tests/Utils/Barcode/C128bTest.php index 9c5e36404..29aa15d6a 100755 --- a/tests/Utils/Barcode/C128bTest.php +++ b/tests/Utils/Barcode/C128bTest.php @@ -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); diff --git a/tests/Utils/Barcode/C128cTest.php b/tests/Utils/Barcode/C128cTest.php index 78c5293a2..de021dabb 100755 --- a/tests/Utils/Barcode/C128cTest.php +++ b/tests/Utils/Barcode/C128cTest.php @@ -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); diff --git a/tests/Utils/Barcode/C25Test.php b/tests/Utils/Barcode/C25Test.php index 85e17ee6c..0f26eafd1 100755 --- a/tests/Utils/Barcode/C25Test.php +++ b/tests/Utils/Barcode/C25Test.php @@ -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); diff --git a/tests/Utils/Barcode/C39Test.php b/tests/Utils/Barcode/C39Test.php index 122e7df13..68b94eba7 100755 --- a/tests/Utils/Barcode/C39Test.php +++ b/tests/Utils/Barcode/C39Test.php @@ -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); diff --git a/tests/Utils/Barcode/CodebarTest.php b/tests/Utils/Barcode/CodebarTest.php index 8560d53b5..cf6da5d66 100755 --- a/tests/Utils/Barcode/CodebarTest.php +++ b/tests/Utils/Barcode/CodebarTest.php @@ -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); diff --git a/tests/Utils/Barcode/DatamatrixTest.php b/tests/Utils/Barcode/DatamatrixTest.php index bcdb62f2c..7ea2a81a7 100755 --- a/tests/Utils/Barcode/DatamatrixTest.php +++ b/tests/Utils/Barcode/DatamatrixTest.php @@ -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); diff --git a/tests/Utils/Barcode/HIBCCTest.php b/tests/Utils/Barcode/HIBCCTest.php index ca2df877f..2166be6fb 100755 --- a/tests/Utils/Barcode/HIBCCTest.php +++ b/tests/Utils/Barcode/HIBCCTest.php @@ -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); diff --git a/tests/Utils/Barcode/OrientationTypeTest.php b/tests/Utils/Barcode/OrientationTypeTest.php index 3adee72ef..d8d075b5f 100755 --- a/tests/Utils/Barcode/OrientationTypeTest.php +++ b/tests/Utils/Barcode/OrientationTypeTest.php @@ -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); diff --git a/tests/Utils/Barcode/QRTest.php b/tests/Utils/Barcode/QRTest.php index 2b96265ff..d8e03abc0 100755 --- a/tests/Utils/Barcode/QRTest.php +++ b/tests/Utils/Barcode/QRTest.php @@ -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); diff --git a/tests/Utils/ColorUtilsTest.php b/tests/Utils/ColorUtilsTest.php index f27c9519f..6a041cb79 100755 --- a/tests/Utils/ColorUtilsTest.php +++ b/tests/Utils/ColorUtilsTest.php @@ -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); diff --git a/tests/Utils/Compression/LZWTest.php b/tests/Utils/Compression/LZWTest.php index c600236b1..89b6a6fa9 100755 --- a/tests/Utils/Compression/LZWTest.php +++ b/tests/Utils/Compression/LZWTest.php @@ -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); diff --git a/tests/Utils/Converter/AngleTypeTest.php b/tests/Utils/Converter/AngleTypeTest.php index 50599b65a..cfcd689d7 100755 --- a/tests/Utils/Converter/AngleTypeTest.php +++ b/tests/Utils/Converter/AngleTypeTest.php @@ -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); diff --git a/tests/Utils/Converter/AreaTypeTest.php b/tests/Utils/Converter/AreaTypeTest.php index aab815537..cb85deab0 100755 --- a/tests/Utils/Converter/AreaTypeTest.php +++ b/tests/Utils/Converter/AreaTypeTest.php @@ -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); diff --git a/tests/Utils/Converter/CurrencyTest.php b/tests/Utils/Converter/CurrencyTest.php index 94b3c0dd6..1ffea042b 100755 --- a/tests/Utils/Converter/CurrencyTest.php +++ b/tests/Utils/Converter/CurrencyTest.php @@ -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); diff --git a/tests/Utils/Converter/EnergyPowerTypeTest.php b/tests/Utils/Converter/EnergyPowerTypeTest.php index 2ca2d8647..235028616 100755 --- a/tests/Utils/Converter/EnergyPowerTypeTest.php +++ b/tests/Utils/Converter/EnergyPowerTypeTest.php @@ -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); diff --git a/tests/Utils/Converter/FileSizeTypeTest.php b/tests/Utils/Converter/FileSizeTypeTest.php index 63887e4d2..e178a704a 100755 --- a/tests/Utils/Converter/FileSizeTypeTest.php +++ b/tests/Utils/Converter/FileSizeTypeTest.php @@ -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); diff --git a/tests/Utils/Converter/FileTest.php b/tests/Utils/Converter/FileTest.php index 84e6eafca..d2314a352 100755 --- a/tests/Utils/Converter/FileTest.php +++ b/tests/Utils/Converter/FileTest.php @@ -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); diff --git a/tests/Utils/Converter/IpTest.php b/tests/Utils/Converter/IpTest.php index a317ade1e..e8617be1c 100755 --- a/tests/Utils/Converter/IpTest.php +++ b/tests/Utils/Converter/IpTest.php @@ -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); diff --git a/tests/Utils/Converter/LengthTypeTest.php b/tests/Utils/Converter/LengthTypeTest.php index 5009ccb56..7f03a5a03 100755 --- a/tests/Utils/Converter/LengthTypeTest.php +++ b/tests/Utils/Converter/LengthTypeTest.php @@ -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); diff --git a/tests/Utils/Converter/MeasurementTest.php b/tests/Utils/Converter/MeasurementTest.php index b09cd69e7..b0071f5b6 100755 --- a/tests/Utils/Converter/MeasurementTest.php +++ b/tests/Utils/Converter/MeasurementTest.php @@ -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); diff --git a/tests/Utils/Converter/NumericTest.php b/tests/Utils/Converter/NumericTest.php index c03d03df8..d4f1c8ca2 100755 --- a/tests/Utils/Converter/NumericTest.php +++ b/tests/Utils/Converter/NumericTest.php @@ -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); diff --git a/tests/Utils/Converter/PressureTypeTest.php b/tests/Utils/Converter/PressureTypeTest.php index 64506af69..225421078 100755 --- a/tests/Utils/Converter/PressureTypeTest.php +++ b/tests/Utils/Converter/PressureTypeTest.php @@ -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); diff --git a/tests/Utils/Converter/SpeedTypeTest.php b/tests/Utils/Converter/SpeedTypeTest.php index 919c65a4b..60de999f6 100755 --- a/tests/Utils/Converter/SpeedTypeTest.php +++ b/tests/Utils/Converter/SpeedTypeTest.php @@ -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); diff --git a/tests/Utils/Converter/TemperatureTypeTest.php b/tests/Utils/Converter/TemperatureTypeTest.php index 919a659f9..379a2524c 100755 --- a/tests/Utils/Converter/TemperatureTypeTest.php +++ b/tests/Utils/Converter/TemperatureTypeTest.php @@ -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); diff --git a/tests/Utils/Converter/TimeTypeTest.php b/tests/Utils/Converter/TimeTypeTest.php index 84cd4a131..85ed40e31 100755 --- a/tests/Utils/Converter/TimeTypeTest.php +++ b/tests/Utils/Converter/TimeTypeTest.php @@ -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); diff --git a/tests/Utils/Converter/VolumeTypeTest.php b/tests/Utils/Converter/VolumeTypeTest.php index 55d435f0b..a07a10462 100755 --- a/tests/Utils/Converter/VolumeTypeTest.php +++ b/tests/Utils/Converter/VolumeTypeTest.php @@ -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); diff --git a/tests/Utils/Converter/WeightTypeTest.php b/tests/Utils/Converter/WeightTypeTest.php index 49c94f8eb..bd1564032 100755 --- a/tests/Utils/Converter/WeightTypeTest.php +++ b/tests/Utils/Converter/WeightTypeTest.php @@ -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); diff --git a/tests/Utils/Encoding/CaesarTest.php b/tests/Utils/Encoding/CaesarTest.php index 6acf40057..f8aff7456 100755 --- a/tests/Utils/Encoding/CaesarTest.php +++ b/tests/Utils/Encoding/CaesarTest.php @@ -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); diff --git a/tests/Utils/Encoding/GrayTest.php b/tests/Utils/Encoding/GrayTest.php index 119ce5b84..c8e66a1bd 100755 --- a/tests/Utils/Encoding/GrayTest.php +++ b/tests/Utils/Encoding/GrayTest.php @@ -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); diff --git a/tests/Utils/Encoding/Huffman/DictionaryTest.php b/tests/Utils/Encoding/Huffman/DictionaryTest.php index 5c1eae90f..70cedc1bc 100755 --- a/tests/Utils/Encoding/Huffman/DictionaryTest.php +++ b/tests/Utils/Encoding/Huffman/DictionaryTest.php @@ -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); diff --git a/tests/Utils/Encoding/Huffman/HuffmanTest.php b/tests/Utils/Encoding/Huffman/HuffmanTest.php index 6c81d3dd2..4cde5d3a4 100755 --- a/tests/Utils/Encoding/Huffman/HuffmanTest.php +++ b/tests/Utils/Encoding/Huffman/HuffmanTest.php @@ -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); diff --git a/tests/Utils/Encoding/XorEncodingTest.php b/tests/Utils/Encoding/XorEncodingTest.php index 59cfcc689..ba240aa78 100755 --- a/tests/Utils/Encoding/XorEncodingTest.php +++ b/tests/Utils/Encoding/XorEncodingTest.php @@ -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); diff --git a/tests/Utils/Excel/ExcelTest.php b/tests/Utils/Excel/ExcelTest.php index aa78fad77..76930b2c6 100755 --- a/tests/Utils/Excel/ExcelTest.php +++ b/tests/Utils/Excel/ExcelTest.php @@ -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); diff --git a/tests/Utils/Git/AuthorTest.php b/tests/Utils/Git/AuthorTest.php index 27d8af8e1..bcacb9539 100755 --- a/tests/Utils/Git/AuthorTest.php +++ b/tests/Utils/Git/AuthorTest.php @@ -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); diff --git a/tests/Utils/Git/BranchTest.php b/tests/Utils/Git/BranchTest.php index f220bf535..9f74bd11d 100755 --- a/tests/Utils/Git/BranchTest.php +++ b/tests/Utils/Git/BranchTest.php @@ -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); diff --git a/tests/Utils/Git/CommitTest.php b/tests/Utils/Git/CommitTest.php index 850eb9016..595451bc9 100755 --- a/tests/Utils/Git/CommitTest.php +++ b/tests/Utils/Git/CommitTest.php @@ -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); diff --git a/tests/Utils/Git/GitTest.php b/tests/Utils/Git/GitTest.php index af8fa8ccd..97e1699cc 100755 --- a/tests/Utils/Git/GitTest.php +++ b/tests/Utils/Git/GitTest.php @@ -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); diff --git a/tests/Utils/Git/RepositoryTest.php b/tests/Utils/Git/RepositoryTest.php index ec757a7d8..4c8449ffc 100755 --- a/tests/Utils/Git/RepositoryTest.php +++ b/tests/Utils/Git/RepositoryTest.php @@ -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); diff --git a/tests/Utils/Git/TagTest.php b/tests/Utils/Git/TagTest.php index 9413cecaa..caae611b9 100755 --- a/tests/Utils/Git/TagTest.php +++ b/tests/Utils/Git/TagTest.php @@ -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); diff --git a/tests/Utils/IO/Csv/CsvSettingsTest.php b/tests/Utils/IO/Csv/CsvSettingsTest.php index 378831aca..86dcc059f 100755 --- a/tests/Utils/IO/Csv/CsvSettingsTest.php +++ b/tests/Utils/IO/Csv/CsvSettingsTest.php @@ -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); diff --git a/tests/Utils/IO/IODatabaseMapperTest.php b/tests/Utils/IO/IODatabaseMapperTest.php index 1b35de9d7..71e6765d1 100755 --- a/tests/Utils/IO/IODatabaseMapperTest.php +++ b/tests/Utils/IO/IODatabaseMapperTest.php @@ -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); diff --git a/tests/Utils/IO/Json/InvalidJsonExceptionTest.php b/tests/Utils/IO/Json/InvalidJsonExceptionTest.php index 701aeab04..6ecc3bb85 100755 --- a/tests/Utils/IO/Json/InvalidJsonExceptionTest.php +++ b/tests/Utils/IO/Json/InvalidJsonExceptionTest.php @@ -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); diff --git a/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php b/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php index 6bfbbac24..1db74ceee 100755 --- a/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php +++ b/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php @@ -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); diff --git a/tests/Utils/IO/Zip/GzTest.php b/tests/Utils/IO/Zip/GzTest.php index 41b6f7891..9ec5a099b 100755 --- a/tests/Utils/IO/Zip/GzTest.php +++ b/tests/Utils/IO/Zip/GzTest.php @@ -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); diff --git a/tests/Utils/IO/Zip/TarGzTest.php b/tests/Utils/IO/Zip/TarGzTest.php index 63eb3a30c..b8259b3dd 100755 --- a/tests/Utils/IO/Zip/TarGzTest.php +++ b/tests/Utils/IO/Zip/TarGzTest.php @@ -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); diff --git a/tests/Utils/IO/Zip/TarTest.php b/tests/Utils/IO/Zip/TarTest.php index 84eab85b7..6f75a5c4c 100755 --- a/tests/Utils/IO/Zip/TarTest.php +++ b/tests/Utils/IO/Zip/TarTest.php @@ -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); diff --git a/tests/Utils/IO/Zip/ZipTest.php b/tests/Utils/IO/Zip/ZipTest.php index b64fb401f..55969ce20 100755 --- a/tests/Utils/IO/Zip/ZipTest.php +++ b/tests/Utils/IO/Zip/ZipTest.php @@ -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); diff --git a/tests/Utils/ImageUtilsTest.php b/tests/Utils/ImageUtilsTest.php index d4b310591..7e1738d64 100755 --- a/tests/Utils/ImageUtilsTest.php +++ b/tests/Utils/ImageUtilsTest.php @@ -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); diff --git a/tests/Utils/MbStringUtilsTest.php b/tests/Utils/MbStringUtilsTest.php index 9fbc5270b..1b4de8f78 100755 --- a/tests/Utils/MbStringUtilsTest.php +++ b/tests/Utils/MbStringUtilsTest.php @@ -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); diff --git a/tests/Utils/NumericUtilsTest.php b/tests/Utils/NumericUtilsTest.php index 99f3a3db4..b8926e275 100755 --- a/tests/Utils/NumericUtilsTest.php +++ b/tests/Utils/NumericUtilsTest.php @@ -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); diff --git a/tests/Utils/PDF/PdfTest.php b/tests/Utils/PDF/PdfTest.php index e652413ce..daff70919 100755 --- a/tests/Utils/PDF/PdfTest.php +++ b/tests/Utils/PDF/PdfTest.php @@ -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); diff --git a/tests/Utils/Parser/Markdown/MarkdownTest.php b/tests/Utils/Parser/Markdown/MarkdownTest.php index 9de0bff59..3ac18a249 100755 --- a/tests/Utils/Parser/Markdown/MarkdownTest.php +++ b/tests/Utils/Parser/Markdown/MarkdownTest.php @@ -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); diff --git a/tests/Utils/Parser/Php/ArrayParserTest.php b/tests/Utils/Parser/Php/ArrayParserTest.php index f4f2908ad..1fb729237 100755 --- a/tests/Utils/Parser/Php/ArrayParserTest.php +++ b/tests/Utils/Parser/Php/ArrayParserTest.php @@ -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); diff --git a/tests/Utils/PermutationTest.php b/tests/Utils/PermutationTest.php index 60c76f98b..b0d3b9c5b 100755 --- a/tests/Utils/PermutationTest.php +++ b/tests/Utils/PermutationTest.php @@ -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); diff --git a/tests/Utils/RnG/ArrayRandomizeTest.php b/tests/Utils/RnG/ArrayRandomizeTest.php index af02ca59d..f63943bde 100755 --- a/tests/Utils/RnG/ArrayRandomizeTest.php +++ b/tests/Utils/RnG/ArrayRandomizeTest.php @@ -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); diff --git a/tests/Utils/RnG/DateTimeTest.php b/tests/Utils/RnG/DateTimeTest.php index db4efe7c9..16ae84c39 100755 --- a/tests/Utils/RnG/DateTimeTest.php +++ b/tests/Utils/RnG/DateTimeTest.php @@ -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); diff --git a/tests/Utils/RnG/DistributionTypeTest.php b/tests/Utils/RnG/DistributionTypeTest.php index bbe01b80b..6208f2908 100755 --- a/tests/Utils/RnG/DistributionTypeTest.php +++ b/tests/Utils/RnG/DistributionTypeTest.php @@ -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); diff --git a/tests/Utils/RnG/FileTest.php b/tests/Utils/RnG/FileTest.php index 244838005..b110c1c63 100755 --- a/tests/Utils/RnG/FileTest.php +++ b/tests/Utils/RnG/FileTest.php @@ -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); diff --git a/tests/Utils/RnG/LinearCongruentialGeneratorTest.php b/tests/Utils/RnG/LinearCongruentialGeneratorTest.php index 9ecf0680e..cee2b13c4 100755 --- a/tests/Utils/RnG/LinearCongruentialGeneratorTest.php +++ b/tests/Utils/RnG/LinearCongruentialGeneratorTest.php @@ -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); diff --git a/tests/Utils/RnG/NameTest.php b/tests/Utils/RnG/NameTest.php index dc3d7ac5f..b873347b6 100755 --- a/tests/Utils/RnG/NameTest.php +++ b/tests/Utils/RnG/NameTest.php @@ -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); diff --git a/tests/Utils/RnG/PhoneTest.php b/tests/Utils/RnG/PhoneTest.php index c79378d41..cada42ee1 100755 --- a/tests/Utils/RnG/PhoneTest.php +++ b/tests/Utils/RnG/PhoneTest.php @@ -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); diff --git a/tests/Utils/RnG/StringUtilsTest.php b/tests/Utils/RnG/StringUtilsTest.php index b4a14fb95..ec38bd08d 100755 --- a/tests/Utils/RnG/StringUtilsTest.php +++ b/tests/Utils/RnG/StringUtilsTest.php @@ -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); diff --git a/tests/Utils/RnG/TextTest.php b/tests/Utils/RnG/TextTest.php index 7e35886f9..21cb614ee 100755 --- a/tests/Utils/RnG/TextTest.php +++ b/tests/Utils/RnG/TextTest.php @@ -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); diff --git a/tests/Utils/StringCompareTest.php b/tests/Utils/StringCompareTest.php index b992d4da5..7256a8426 100755 --- a/tests/Utils/StringCompareTest.php +++ b/tests/Utils/StringCompareTest.php @@ -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); diff --git a/tests/Utils/StringUtilsTest.php b/tests/Utils/StringUtilsTest.php index 8d6d77f57..3d990ee33 100755 --- a/tests/Utils/StringUtilsTest.php +++ b/tests/Utils/StringUtilsTest.php @@ -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); diff --git a/tests/Utils/TaskSchedule/CronJobTest.php b/tests/Utils/TaskSchedule/CronJobTest.php index 380966399..b25bc29ac 100755 --- a/tests/Utils/TaskSchedule/CronJobTest.php +++ b/tests/Utils/TaskSchedule/CronJobTest.php @@ -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); diff --git a/tests/Utils/TaskSchedule/CronTest.php b/tests/Utils/TaskSchedule/CronTest.php index 8bcfc6cb3..1633dd291 100755 --- a/tests/Utils/TaskSchedule/CronTest.php +++ b/tests/Utils/TaskSchedule/CronTest.php @@ -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); diff --git a/tests/Utils/TaskSchedule/IntervalTest.php b/tests/Utils/TaskSchedule/IntervalTest.php index bcff5497e..7abbdb098 100755 --- a/tests/Utils/TaskSchedule/IntervalTest.php +++ b/tests/Utils/TaskSchedule/IntervalTest.php @@ -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); diff --git a/tests/Utils/TaskSchedule/ScheduleTest.php b/tests/Utils/TaskSchedule/ScheduleTest.php index 98a4e77d4..de41f435f 100755 --- a/tests/Utils/TaskSchedule/ScheduleTest.php +++ b/tests/Utils/TaskSchedule/ScheduleTest.php @@ -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); diff --git a/tests/Utils/TaskSchedule/SchedulerAbstractTest.php b/tests/Utils/TaskSchedule/SchedulerAbstractTest.php index de9ea5d27..d9d63dd75 100755 --- a/tests/Utils/TaskSchedule/SchedulerAbstractTest.php +++ b/tests/Utils/TaskSchedule/SchedulerAbstractTest.php @@ -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); diff --git a/tests/Utils/TaskSchedule/SchedulerFactoryTest.php b/tests/Utils/TaskSchedule/SchedulerFactoryTest.php index 4b19fac18..8371cc0ef 100755 --- a/tests/Utils/TaskSchedule/SchedulerFactoryTest.php +++ b/tests/Utils/TaskSchedule/SchedulerFactoryTest.php @@ -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); diff --git a/tests/Utils/TaskSchedule/TaskAbstractTest.php b/tests/Utils/TaskSchedule/TaskAbstractTest.php index ccf420d14..450cd088d 100755 --- a/tests/Utils/TaskSchedule/TaskAbstractTest.php +++ b/tests/Utils/TaskSchedule/TaskAbstractTest.php @@ -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); diff --git a/tests/Utils/TaskSchedule/TaskFactoryTest.php b/tests/Utils/TaskSchedule/TaskFactoryTest.php index 7b1df77e2..97554ab09 100755 --- a/tests/Utils/TaskSchedule/TaskFactoryTest.php +++ b/tests/Utils/TaskSchedule/TaskFactoryTest.php @@ -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); diff --git a/tests/Utils/TaskSchedule/TaskSchedulerTest.php b/tests/Utils/TaskSchedule/TaskSchedulerTest.php index 9a687899e..e5d6363f2 100755 --- a/tests/Utils/TaskSchedule/TaskSchedulerTest.php +++ b/tests/Utils/TaskSchedule/TaskSchedulerTest.php @@ -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); diff --git a/tests/Utils/TestUtilsClass.php b/tests/Utils/TestUtilsClass.php index 9e373fde3..32e26053b 100755 --- a/tests/Utils/TestUtilsClass.php +++ b/tests/Utils/TestUtilsClass.php @@ -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); diff --git a/tests/Utils/TestUtilsTest.php b/tests/Utils/TestUtilsTest.php index 7d5f09b55..731bdac1d 100755 --- a/tests/Utils/TestUtilsTest.php +++ b/tests/Utils/TestUtilsTest.php @@ -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); diff --git a/tests/Validation/Base/DateTimeTest.php b/tests/Validation/Base/DateTimeTest.php index 782addf5e..96c5edad4 100755 --- a/tests/Validation/Base/DateTimeTest.php +++ b/tests/Validation/Base/DateTimeTest.php @@ -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); diff --git a/tests/Validation/Base/JsonTest.php b/tests/Validation/Base/JsonTest.php index 1308d70c8..6ebe60ebe 100755 --- a/tests/Validation/Base/JsonTest.php +++ b/tests/Validation/Base/JsonTest.php @@ -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); diff --git a/tests/Validation/Finance/BICTest.php b/tests/Validation/Finance/BICTest.php index df639248a..a9cde221e 100755 --- a/tests/Validation/Finance/BICTest.php +++ b/tests/Validation/Finance/BICTest.php @@ -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); diff --git a/tests/Validation/Finance/CreditCardTest.php b/tests/Validation/Finance/CreditCardTest.php index 4ec6d406e..6b9806133 100755 --- a/tests/Validation/Finance/CreditCardTest.php +++ b/tests/Validation/Finance/CreditCardTest.php @@ -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); diff --git a/tests/Validation/Finance/IbanEnumTest.php b/tests/Validation/Finance/IbanEnumTest.php index 792390fc2..bad11c5a4 100755 --- a/tests/Validation/Finance/IbanEnumTest.php +++ b/tests/Validation/Finance/IbanEnumTest.php @@ -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); diff --git a/tests/Validation/Finance/IbanErrorTypeTest.php b/tests/Validation/Finance/IbanErrorTypeTest.php index 0e2dbeca8..00f159aa1 100755 --- a/tests/Validation/Finance/IbanErrorTypeTest.php +++ b/tests/Validation/Finance/IbanErrorTypeTest.php @@ -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); diff --git a/tests/Validation/Finance/IbanTest.php b/tests/Validation/Finance/IbanTest.php index 2860ec649..1745e7213 100755 --- a/tests/Validation/Finance/IbanTest.php +++ b/tests/Validation/Finance/IbanTest.php @@ -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); diff --git a/tests/Validation/Network/EmailTest.php b/tests/Validation/Network/EmailTest.php index c09b1b7c8..aa359f373 100755 --- a/tests/Validation/Network/EmailTest.php +++ b/tests/Validation/Network/EmailTest.php @@ -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); diff --git a/tests/Validation/Network/HostnameTest.php b/tests/Validation/Network/HostnameTest.php index 9e5ed61b7..d243d8403 100755 --- a/tests/Validation/Network/HostnameTest.php +++ b/tests/Validation/Network/HostnameTest.php @@ -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); diff --git a/tests/Validation/Network/IpTest.php b/tests/Validation/Network/IpTest.php index d5c77e3b3..e2b7dc74e 100755 --- a/tests/Validation/Network/IpTest.php +++ b/tests/Validation/Network/IpTest.php @@ -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); diff --git a/tests/Validation/ValidatorTest.php b/tests/Validation/ValidatorTest.php index 8fa176718..58c1076de 100755 --- a/tests/Validation/ValidatorTest.php +++ b/tests/Validation/ValidatorTest.php @@ -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); diff --git a/tests/Version/VersionTest.php b/tests/Version/VersionTest.php index daa2daabf..6671e796e 100755 --- a/tests/Version/VersionTest.php +++ b/tests/Version/VersionTest.php @@ -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); diff --git a/tests/Views/PaginationViewTest.php b/tests/Views/PaginationViewTest.php index 172b72def..4ad527ef0 100755 --- a/tests/Views/PaginationViewTest.php +++ b/tests/Views/PaginationViewTest.php @@ -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); diff --git a/tests/Views/ViewTest.php b/tests/Views/ViewTest.php index 174d27121..ae2ac23a9 100755 --- a/tests/Views/ViewTest.php +++ b/tests/Views/ViewTest.php @@ -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); diff --git a/tests/Views/testArray.tpl.php b/tests/Views/testArray.tpl.php index 0723bfdab..9ba9e49c5 100755 --- a/tests/Views/testArray.tpl.php +++ b/tests/Views/testArray.tpl.php @@ -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); return [1, 2, 3]; diff --git a/tests/Views/testReturnTemplate.tpl.php b/tests/Views/testReturnTemplate.tpl.php index 81ee23a26..7ef800ab9 100755 --- a/tests/Views/testReturnTemplate.tpl.php +++ b/tests/Views/testReturnTemplate.tpl.php @@ -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); return 'Test';