From 60921028e76771f32375ae0317c7d1c6c0bd1d13 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 30 Dec 2017 12:57:27 +0100 Subject: [PATCH] Remove @category and replace with @package --- Account/Account.php | 6 ++---- Account/AccountManager.php | 6 ++---- Account/AccountStatus.php | 6 ++---- Account/AccountType.php | 6 ++---- Account/Group.php | 6 ++---- Account/GroupStatus.php | 6 ++---- Account/NullAccount.php | 6 ++---- Account/PermissionAbstract.php | 6 ++---- Account/PermissionType.php | 6 ++---- ApplicationAbstract.php | 3 +-- Asset/AssetManager.php | 6 ++---- Asset/AssetType.php | 6 ++---- Auth/Auth.php | 6 ++---- Auth/LoginReturnType.php | 6 ++---- AutoloadException.php | 5 ++--- Autoloader.php | 3 +-- Business/Finance/Depreciation.php | 2 +- Business/Finance/FinanceFormulas.php | 6 ++---- Business/Finance/Forecasting/AR.php | 2 +- Business/Finance/Forecasting/ARCH.php | 2 +- Business/Finance/Forecasting/ARFIMA.php | 2 +- Business/Finance/Forecasting/ARIMA.php | 2 +- Business/Finance/Forecasting/ARMA.php | 2 +- Business/Finance/Forecasting/ClassicalDecomposition.php | 6 ++---- .../ExponentialSmoothing/ExponentialSmoothing.php | 3 +-- .../Forecasting/ExponentialSmoothing/SeasonalType.php | 6 ++---- .../Finance/Forecasting/ExponentialSmoothing/TrendType.php | 6 ++---- Business/Finance/Forecasting/GARCH.php | 2 +- Business/Finance/Forecasting/MA.php | 2 +- Business/Finance/Forecasting/NAR.php | 2 +- Business/Finance/Forecasting/NMA.php | 2 +- Business/Finance/Forecasting/SARIMA.php | 2 +- Business/Finance/Forecasting/SmoothingType.php | 5 ++--- Business/Finance/Loan.php | 6 ++---- Business/Finance/Lorenzkurve.php | 6 ++---- Business/Finance/StockBonds.php | 6 ++---- Business/Marketing/Metrics.php | 6 ++---- Business/Marketing/NetPromoterScore.php | 6 ++---- Business/Programming/Metrics.php | 5 ++--- Business/Sales/MarketShareEstimation.php | 6 ++---- Config/OptionsInterface.php | 6 ++---- Config/OptionsTrait.php | 6 ++---- Config/SettingsAbstract.php | 6 ++---- Console/CommandManager.php | 5 ++--- Contract/ArrayableInterface.php | 6 ++---- Contract/RenderableInterface.php | 6 ++---- DataStorage/Cache/CacheFactory.php | 5 ++--- DataStorage/Cache/CacheInterface.php | 5 ++--- DataStorage/Cache/CachePool.php | 5 ++--- DataStorage/Cache/CacheStatus.php | 5 ++--- DataStorage/Cache/CacheType.php | 5 ++--- DataStorage/Cache/FileCache.php | 5 ++--- DataStorage/Cache/MemCache.php | 5 ++--- DataStorage/Cache/MemCached.php | 5 ++--- DataStorage/Cache/NullCache.php | 5 ++--- DataStorage/Cache/RedisCache.php | 5 ++--- DataStorage/Cache/WinCache.php | 5 ++--- DataStorage/Cookie/CookieJar.php | 5 ++--- DataStorage/DataMapperInterface.php | 5 ++--- DataStorage/Database/BuilderAbstract.php | 5 ++--- DataStorage/Database/Connection/ConnectionAbstract.php | 5 ++--- DataStorage/Database/Connection/ConnectionFactory.php | 5 ++--- DataStorage/Database/Connection/ConnectionInterface.php | 5 ++--- DataStorage/Database/Connection/MysqlConnection.php | 5 ++--- DataStorage/Database/Connection/PostgresConnection.php | 2 +- DataStorage/Database/Connection/SQLiteConnection.php | 5 ++--- DataStorage/Database/Connection/SqlServerConnection.php | 5 ++--- DataStorage/Database/DataMapperAbstract.php | 5 ++--- DataStorage/Database/DatabaseExceptionFactory.php | 5 ++--- DataStorage/Database/DatabasePool.php | 5 ++--- DataStorage/Database/DatabaseStatus.php | 5 ++--- DataStorage/Database/DatabaseType.php | 5 ++--- .../Exception/InvalidConnectionConfigException.php | 5 ++--- DataStorage/Database/Exception/InvalidMapperException.php | 5 ++--- DataStorage/Database/GrammarAbstract.php | 5 ++--- DataStorage/Database/Query/Builder.php | 5 ++--- DataStorage/Database/Query/Column.php | 5 ++--- DataStorage/Database/Query/Expression.php | 2 +- DataStorage/Database/Query/Grammar/Grammar.php | 5 ++--- DataStorage/Database/Query/Grammar/GrammarInterface.php | 2 +- DataStorage/Database/Query/Grammar/MicrosoftGrammar.php | 5 ++--- DataStorage/Database/Query/Grammar/MysqlGrammar.php | 5 ++--- DataStorage/Database/Query/Grammar/OracleGrammar.php | 5 ++--- DataStorage/Database/Query/Grammar/PostgresGrammar.php | 5 ++--- DataStorage/Database/Query/Grammar/SQLiteGrammar.php | 5 ++--- DataStorage/Database/Query/JoinType.php | 5 ++--- DataStorage/Database/Query/QueryType.php | 5 ++--- DataStorage/Database/Query/Where.php | 5 ++--- DataStorage/Database/RelationType.php | 5 ++--- DataStorage/Database/Schema/Builder.php | 5 ++--- DataStorage/Database/Schema/Exception/TableException.php | 5 ++--- DataStorage/Database/Schema/Grammar/Grammar.php | 5 ++--- DataStorage/Database/Schema/Grammar/GrammarInterface.php | 2 +- DataStorage/Database/Schema/Grammar/MysqlGrammar.php | 5 ++--- DataStorage/Database/Schema/Grammar/PostgresGrammar.php | 2 +- DataStorage/Database/Schema/Grammar/SQLiteGrammar.php | 2 +- DataStorage/Database/Schema/Grammar/SqlServerGrammar.php | 2 +- DataStorage/Database/Schema/QueryType.php | 5 ++--- DataStorage/LockException.php | 5 ++--- DataStorage/Session/ConsoleSession.php | 5 ++--- DataStorage/Session/HttpSession.php | 5 ++--- DataStorage/Session/SessionInterface.php | 5 ++--- DataStorage/Session/SocketSession.php | 5 ++--- DataStorage/Web/Builder.php | 5 ++--- Dispatcher/Dispatcher.php | 6 ++---- Event/EventManager.php | 6 ++---- Localization/ISO3166CharEnum.php | 6 ++---- Localization/ISO3166NameEnum.php | 6 ++---- Localization/ISO3166NumEnum.php | 6 ++---- Localization/ISO3166TwoEnum.php | 6 ++---- Localization/ISO4217CharEnum.php | 6 ++---- Localization/ISO4217DecimalEnum.php | 6 ++---- Localization/ISO4217Enum.php | 6 ++---- Localization/ISO4217NumEnum.php | 6 ++---- Localization/ISO4217SubUnitEnum.php | 6 ++---- Localization/ISO4217SymbolEnum.php | 6 ++---- Localization/ISO639Enum.php | 6 ++---- Localization/ISO639x1Enum.php | 6 ++---- Localization/ISO639x2Enum.php | 6 ++---- Localization/ISO8601EnumArray.php | 6 ++---- Localization/L11nManager.php | 6 ++---- Localization/Localization.php | 6 ++---- Localization/Money.php | 6 ++---- Localization/NullLocalization.php | 6 ++---- Localization/PhoneEnum.php | 6 ++---- Localization/TimeZoneEnumArray.php | 6 ++---- Log/FileLogger.php | 6 ++---- Log/LogLevel.php | 6 ++---- Log/LoggerInterface.php | 6 ++---- Math/Differential/FiniteDifference.php | 5 ++--- Math/Exception/ZeroDevisionException.php | 5 ++--- Math/Functions/Fibunacci.php | 5 ++--- Math/Functions/Functions.php | 5 ++--- Math/Geometry/ConvexHull/MonotoneChain.php | 5 ++--- Math/Geometry/Shape/D2/Circle.php | 5 ++--- Math/Geometry/Shape/D2/D2ShapeInterface.php | 5 ++--- Math/Geometry/Shape/D2/Ellipse.php | 5 ++--- Math/Geometry/Shape/D2/Polygon.php | 5 ++--- Math/Geometry/Shape/D2/Quadrilateral.php | 2 +- Math/Geometry/Shape/D2/Rectangle.php | 5 ++--- Math/Geometry/Shape/D2/Trapezoid.php | 5 ++--- Math/Geometry/Shape/D2/Triangle.php | 5 ++--- Math/Geometry/Shape/D3/Cone.php | 5 ++--- Math/Geometry/Shape/D3/Cuboid.php | 5 ++--- Math/Geometry/Shape/D3/Cylinder.php | 5 ++--- Math/Geometry/Shape/D3/D3ShapeInterface.php | 5 ++--- Math/Geometry/Shape/D3/Prism.php | 2 +- Math/Geometry/Shape/D3/RectangularPyramid.php | 5 ++--- Math/Geometry/Shape/D3/Sphere.php | 5 ++--- Math/Geometry/Shape/D3/Tetrahedron.php | 5 ++--- Math/Geometry/Shape/ShapeInterface.php | 5 ++--- Math/Integral/Gauss.php | 2 +- Math/Matrix/CholeskyDecomposition.php | 2 +- Math/Matrix/EigenvalueDecomposition.php | 2 +- Math/Matrix/Exception/InvalidDimensionException.php | 5 ++--- Math/Matrix/IdentityMatrix.php | 5 ++--- Math/Matrix/InverseType.php | 5 ++--- Math/Matrix/LUDecomposition.php | 2 +- Math/Matrix/Matrix.php | 5 ++--- Math/Matrix/QRDecomposition.php | 2 +- Math/Matrix/SingularValueDecomposition.php | 2 +- Math/Matrix/Vector.php | 5 ++--- Math/Number/Complex.php | 2 +- Math/Number/Integer.php | 5 ++--- Math/Number/Natural.php | 5 ++--- Math/Number/NumberType.php | 5 ++--- Math/Number/Numbers.php | 5 ++--- Math/Number/OperationInterface.php | 5 ++--- Math/Number/Prime.php | 5 ++--- Math/Numerics/Interpolation/CubicSplineInterpolation.php | 5 ++--- Math/Numerics/Interpolation/LinearInterpolation.php | 5 ++--- Math/Numerics/Interpolation/PolynomialInterpolation.php | 5 ++--- Math/Optimization/GeneticAlgorithmInterface.php | 5 ++--- Math/Optimization/Graph/Dijkstra.php | 2 +- Math/Optimization/Graph/EdgeInterface.php | 5 ++--- Math/Optimization/Graph/FloydWarshall.php | 2 +- Math/Optimization/Graph/NullEdge.php | 5 ++--- Math/Optimization/Graph/NullVertice.php | 5 ++--- Math/Optimization/Graph/VerticeInterface.php | 5 ++--- Math/Optimization/Knappsack/Backpack.php | 2 +- Math/Optimization/Knappsack/BruteForce.php | 2 +- Math/Optimization/Knappsack/GA.php | 2 +- Math/Optimization/Knappsack/Item.php | 2 +- Math/Optimization/Knappsack/ItemPool.php | 2 +- Math/Optimization/Knappsack/Population.php | 2 +- Math/Optimization/ShiftScheduling/BruteForce.php | 2 +- Math/Optimization/ShiftScheduling/GA.php | 2 +- Math/Optimization/ShiftScheduling/Population.php | 2 +- Math/Optimization/ShiftScheduling/Workday.php | 2 +- Math/Optimization/ShiftScheduling/Worker.php | 2 +- Math/Optimization/ShiftScheduling/WorkerPool.php | 2 +- Math/Optimization/TSP/BruteForce.php | 5 ++--- Math/Optimization/TSP/City.php | 5 ++--- Math/Optimization/TSP/CityPool.php | 5 ++--- Math/Optimization/TSP/GA.php | 5 ++--- Math/Optimization/TSP/Population.php | 5 ++--- Math/Optimization/TSP/Tour.php | 5 ++--- Math/Parser/Evaluator.php | 5 ++--- Math/Statistic/Average.php | 5 ++--- Math/Statistic/Basic.php | 5 ++--- Math/Statistic/Correlation.php | 5 ++--- Math/Statistic/Forecast/Error.php | 5 ++--- Math/Statistic/Forecast/ForecastIntervalMultiplier.php | 5 ++--- Math/Statistic/Forecast/Forecasts.php | 5 ++--- .../Statistic/Forecast/Regression/LevelLevelRegression.php | 5 ++--- Math/Statistic/Forecast/Regression/LevelLogRegression.php | 5 ++--- Math/Statistic/Forecast/Regression/LogLevelRegression.php | 5 ++--- Math/Statistic/Forecast/Regression/LogLogRegression.php | 5 ++--- .../Forecast/Regression/MultipleLinearRegression.php | 2 +- Math/Statistic/Forecast/Regression/RegressionAbstract.php | 5 ++--- Math/Statistic/MeasureOfDispersion.php | 5 ++--- Math/Stochastic/Distribution/BernoulliDistribution.php | 5 ++--- Math/Stochastic/Distribution/BetaDistribution.php | 2 +- Math/Stochastic/Distribution/BinomialDistribution.php | 5 ++--- Math/Stochastic/Distribution/CauchyDistribution.php | 5 ++--- Math/Stochastic/Distribution/ChiSquaredDistribution.php | 5 ++--- Math/Stochastic/Distribution/ExponentialDistribution.php | 5 ++--- Math/Stochastic/Distribution/FDistribution.php | 2 +- Math/Stochastic/Distribution/GammaDistribution.php | 2 +- Math/Stochastic/Distribution/GeometricDistribution.php | 5 ++--- .../Stochastic/Distribution/HypergeometricDistribution.php | 2 +- Math/Stochastic/Distribution/LaplaceDistribution.php | 5 ++--- Math/Stochastic/Distribution/LogDistribution.php | 2 +- Math/Stochastic/Distribution/LogNormalDistribution.php | 2 +- Math/Stochastic/Distribution/LogisticDistribution.php | 2 +- Math/Stochastic/Distribution/NormalDistribution.php | 5 ++--- Math/Stochastic/Distribution/ParetoDistribution.php | 2 +- Math/Stochastic/Distribution/PoissonDistribution.php | 5 ++--- Math/Stochastic/Distribution/TDistribution.php | 2 +- .../Distribution/UniformDistributionContinuous.php | 5 ++--- .../Distribution/UniformDistributionDiscrete.php | 5 ++--- Math/Stochastic/Distribution/WeibullDistribution.php | 2 +- Math/Stochastic/NaiveBayesFilter.php | 5 ++--- Message/HeaderAbstract.php | 6 ++---- Message/Http/BrowserType.php | 6 ++---- Message/Http/Header.php | 6 ++---- Message/Http/OSType.php | 6 ++---- Message/Http/Request.php | 6 ++---- Message/Http/RequestMethod.php | 6 ++---- Message/Http/RequestStatus.php | 6 ++---- Message/Http/RequestStatusCode.php | 6 ++---- Message/Http/Response.php | 6 ++---- Message/Http/Rest.php | 6 ++---- Message/Mail/EmailAbstract.php | 5 ++--- Message/Mail/Imap.php | 5 ++--- Message/Mail/Mail.php | 5 ++--- Message/Mail/Nntp.php | 5 ++--- Message/Mail/Pop3.php | 5 ++--- Message/MessageInterface.php | 6 ++---- Message/RequestAbstract.php | 6 ++---- Message/RequestSource.php | 6 ++---- Message/ResponseAbstract.php | 6 ++---- Message/ResponseType.php | 6 ++---- Message/Socket/Request.php | 2 +- Message/Socket/Response.php | 2 +- Message/UploadedFileInterface.php | 6 ++---- Model/Html/Head.php | 6 ++---- Model/Html/Meta.php | 6 ++---- Module/ActivateAbstract.php | 6 ++---- Module/ConsoleInterface.php | 6 ++---- Module/DeactivateAbstract.php | 6 ++---- Module/Exception/InvalidModuleException.php | 6 ++---- Module/Exception/InvalidThemeException.php | 6 ++---- Module/InfoManager.php | 6 ++---- Module/InstallerAbstract.php | 6 ++---- Module/ModuleAbstract.php | 6 ++---- Module/ModuleFactory.php | 6 ++---- Module/ModuleManager.php | 6 ++---- Module/ModuleStatus.php | 5 ++--- Module/NullModule.php | 6 ++---- Module/PackageManager.php | 6 ++---- Module/SocketInterface.php | 6 ++---- Module/UninstallAbstract.php | 6 ++---- Module/UpdateAbstract.php | 6 ++---- Module/WebInterface.php | 6 ++---- Router/RouteVerb.php | 5 ++--- Router/Router.php | 5 ++--- Socket/Client/Client.php | 5 ++--- Socket/Client/ClientConnection.php | 5 ++--- Socket/Client/NullClientConnection.php | 5 ++--- Socket/CommandManager.php | 5 ++--- Socket/Packets/Header.php | 5 ++--- Socket/Packets/PacketAbstract.php | 5 ++--- Socket/Packets/PacketManager.php | 5 ++--- Socket/Packets/PacketType.php | 5 ++--- Socket/Server/ClientManager.php | 2 +- Socket/Server/Server.php | 5 ++--- Socket/SocketAbstract.php | 5 ++--- Socket/SocketInterface.php | 5 ++--- Socket/SocketType.php | 5 ++--- Stdlib/Base/Address.php | 5 ++--- Stdlib/Base/AddressType.php | 5 ++--- Stdlib/Base/Enum.php | 5 ++--- Stdlib/Base/EnumArray.php | 5 ++--- Stdlib/Base/ExactFloat.php | 2 +- Stdlib/Base/Exception/InvalidEnumName.php | 5 ++--- Stdlib/Base/Exception/InvalidEnumValue.php | 5 ++--- Stdlib/Base/Iban.php | 5 ++--- Stdlib/Base/Location.php | 5 ++--- Stdlib/Base/NullLocation.php | 5 ++--- Stdlib/Base/PhoneType.php | 5 ++--- Stdlib/Base/SmartDateTime.php | 5 ++--- Stdlib/Graph/BinaryTree.php | 5 ++--- Stdlib/Graph/Edge.php | 5 ++--- Stdlib/Graph/Graph.php | 5 ++--- Stdlib/Graph/Node.php | 5 ++--- Stdlib/Graph/Tree.php | 5 ++--- Stdlib/Map/KeyType.php | 5 ++--- Stdlib/Map/MultiMap.php | 5 ++--- Stdlib/Map/OrderType.php | 5 ++--- Stdlib/Queue/PriorityMode.php | 5 ++--- Stdlib/Queue/PriorityQueue.php | 5 ++--- System/File/ContainerInterface.php | 5 ++--- System/File/ContentPutMode.php | 5 ++--- System/File/DirectoryInterface.php | 5 ++--- System/File/ExtensionType.php | 5 ++--- System/File/FileInterface.php | 5 ++--- System/File/FileUtils.php | 5 ++--- System/File/Ftp/Directory.php | 5 ++--- System/File/Ftp/File.php | 5 ++--- System/File/Ftp/FtpStorage.php | 5 ++--- System/File/Local/Directory.php | 5 ++--- System/File/Local/File.php | 5 ++--- System/File/Local/FileAbstract.php | 5 ++--- System/File/Local/LocalStorage.php | 5 ++--- System/File/PathException.php | 5 ++--- System/File/PermissionException.php | 5 ++--- System/File/Storage.php | 5 ++--- System/File/StorageAbstract.php | 5 ++--- System/MimeType.php | 5 ++--- System/OperatingSystem.php | 5 ++--- System/SystemType.php | 5 ++--- System/SystemUtils.php | 5 ++--- UnhandledHandler.php | 3 +-- Uri/Http.php | 5 ++--- Uri/InvalidUriException.php | 5 ++--- Uri/UriFactory.php | 5 ++--- Uri/UriInterface.php | 5 ++--- Uri/UriScheme.php | 5 ++--- Utils/ArrayUtils.php | 5 ++--- Utils/Barcode/Aztec.php | 5 ++--- Utils/Barcode/C128Abstract.php | 5 ++--- Utils/Barcode/C128a.php | 5 ++--- Utils/Barcode/C128b.php | 5 ++--- Utils/Barcode/C128c.php | 5 ++--- Utils/Barcode/C25.php | 5 ++--- Utils/Barcode/C39.php | 5 ++--- Utils/Barcode/Codebar.php | 5 ++--- Utils/Barcode/Datamatrix.php | 5 ++--- Utils/Barcode/HIBCC.php | 5 ++--- Utils/Barcode/OrientationType.php | 5 ++--- Utils/Barcode/QR.php | 5 ++--- Utils/ColorUtils.php | 5 ++--- Utils/Compression/CompressionInterface.php | 5 ++--- Utils/Compression/LZW.php | 5 ++--- Utils/Converter/AngleType.php | 5 ++--- Utils/Converter/AreaType.php | 5 ++--- Utils/Converter/Currency.php | 5 ++--- Utils/Converter/EnergyPowerType.php | 5 ++--- Utils/Converter/File.php | 5 ++--- Utils/Converter/FileSizeType.php | 5 ++--- Utils/Converter/Ip.php | 5 ++--- Utils/Converter/LengthType.php | 5 ++--- Utils/Converter/Measurement.php | 5 ++--- Utils/Converter/Numeric.php | 5 ++--- Utils/Converter/PressureType.php | 5 ++--- Utils/Converter/SpeedType.php | 5 ++--- Utils/Converter/TemperatureType.php | 5 ++--- Utils/Converter/TimeType.php | 5 ++--- Utils/Converter/VolumeType.php | 5 ++--- Utils/Converter/WeightType.php | 5 ++--- Utils/Encoding/Caesar.php | 5 ++--- Utils/Encoding/EncodingInterface.php | 5 ++--- Utils/Encoding/Gray.php | 5 ++--- Utils/Encoding/Huffman/Dictionary.php | 5 ++--- Utils/Encoding/Huffman/Huffman.php | 5 ++--- Utils/Encoding/XorEncoding.php | 5 ++--- Utils/Excel/Excel.php | 5 ++--- Utils/Git/Author.php | 5 ++--- Utils/Git/Branch.php | 5 ++--- Utils/Git/Commit.php | 5 ++--- Utils/Git/Git.php | 5 ++--- Utils/Git/Repository.php | 5 ++--- Utils/Git/Tag.php | 5 ++--- Utils/IO/Csv/CsvDatabaseMapper.php | 2 +- Utils/IO/Csv/CsvInterface.php | 7 +++---- Utils/IO/Csv/CsvSettings.php | 5 ++--- Utils/IO/Excel/ExcelDatabaseMapper.php | 2 +- Utils/IO/Excel/ExcelInterface.php | 5 ++--- Utils/IO/ExchangeInterface.php | 5 ++--- Utils/IO/IODatabaseMapper.php | 2 +- Utils/IO/Json/InvalidJsonException.php | 5 ++--- Utils/IO/Json/JsonInterface.php | 5 ++--- Utils/IO/Pdf/PdfInterface.php | 5 ++--- Utils/IO/Zip/ArchiveInterface.php | 5 ++--- Utils/IO/Zip/Gz.php | 5 ++--- Utils/IO/Zip/Tar.php | 5 ++--- Utils/IO/Zip/TarGz.php | 5 ++--- Utils/IO/Zip/Zip.php | 5 ++--- Utils/ImageUtils.php | 5 ++--- Utils/JobQueue/Job.php | 5 ++--- Utils/JobQueue/JobQueue.php | 5 ++--- Utils/JsonBuilder.php | 5 ++--- Utils/PDF/Pdf.php | 5 ++--- Utils/Parser/LaTex/Expressions/Product.php | 2 +- Utils/Parser/LaTex/Expressions/Sum.php | 2 +- Utils/Parser/LaTex/Expressions/Trigonometry.php | 2 +- Utils/Parser/LaTex/LaTexParser.php | 2 +- Utils/Parser/LaTex/Types/Interval.php | 2 +- Utils/Parser/LaTex/Types/MathFunction.php | 2 +- Utils/Parser/LaTex/Types/Variable.php | 2 +- Utils/Parser/Markdown/Markdown.php | 5 ++--- Utils/Parser/Php/ArrayParser.php | 5 ++--- Utils/Permutation.php | 5 ++--- Utils/RnG/Address.php | 2 +- Utils/RnG/ArrayRandomize.php | 5 ++--- Utils/RnG/City.php | 2 +- Utils/RnG/DateTime.php | 5 ++--- Utils/RnG/DistributionType.php | 5 ++--- Utils/RnG/Email.php | 2 +- Utils/RnG/File.php | 5 ++--- Utils/RnG/Iban.php | 2 +- Utils/RnG/LinearCongruentialGenerator.php | 5 ++--- Utils/RnG/Name.php | 5 ++--- Utils/RnG/Numeric.php | 2 +- Utils/RnG/Phone.php | 5 ++--- Utils/RnG/PostalZip.php | 2 +- Utils/RnG/StringUtils.php | 5 ++--- Utils/RnG/Text.php | 5 ++--- Utils/StringCompare.php | 5 ++--- Utils/StringUtils.php | 5 ++--- Utils/TaskSchedule/Cron.php | 5 ++--- Utils/TaskSchedule/CronJob.php | 5 ++--- Utils/TaskSchedule/Interval.php | 5 ++--- Utils/TaskSchedule/Schedule.php | 5 ++--- Utils/TaskSchedule/SchedulerAbstract.php | 5 ++--- Utils/TaskSchedule/SchedulerFactory.php | 5 ++--- Utils/TaskSchedule/TaskAbstract.php | 5 ++--- Utils/TaskSchedule/TaskFactory.php | 5 ++--- Utils/TaskSchedule/TaskScheduler.php | 5 ++--- Utils/TestUtils.php | 5 ++--- Validation/Barcode/Barcode.php | 2 +- Validation/Barcode/Barcode11.php | 2 +- Validation/Barcode/Barcode128.php | 2 +- Validation/Barcode/Barcode25.php | 2 +- Validation/Barcode/Barcode39.php | 2 +- Validation/Barcode/Barcode93.php | 2 +- Validation/Barcode/BarcodeCodebar.php | 2 +- Validation/Barcode/BarcodeDatamatrix.php | 2 +- Validation/Barcode/BarcodeEAN.php | 2 +- Validation/Barcode/BarcodeMSI.php | 2 +- Validation/Barcode/QrCode.php | 2 +- Validation/Base/DateTime.php | 5 ++--- Validation/Finance/BIC.php | 5 ++--- Validation/Finance/CreditCard.php | 5 ++--- Validation/Finance/Iban.php | 5 ++--- Validation/Finance/IbanEnum.php | 5 ++--- Validation/Finance/IbanErrorType.php | 5 ++--- Validation/ModelValidationTrait.php | 5 ++--- Validation/Network/Email.php | 5 ++--- Validation/Network/Hostname.php | 5 ++--- Validation/Network/Ip.php | 5 ++--- Validation/Validator.php | 5 ++--- Validation/ValidatorAbstract.php | 5 ++--- Validation/ValidatorInterface.php | 5 ++--- Version/Version.php | 5 ++--- Views/View.php | 6 ++---- Views/ViewAbstract.php | 6 ++---- 468 files changed, 850 insertions(+), 1324 deletions(-) diff --git a/Account/Account.php b/Account/Account.php index a7826538d..ec3385b4a 100644 --- a/Account/Account.php +++ b/Account/Account.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Account + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,8 +25,7 @@ use phpOMS\Validation\Network\Email; * The account class is the base model for accounts. This model contains the most common account * information. This model is not comparable to a profile which contains much more information. * - * @category Framework - * @package phpOMS\Account + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Account/AccountManager.php b/Account/AccountManager.php index 9fafa57d6..23e685f57 100644 --- a/Account/AccountManager.php +++ b/Account/AccountManager.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Account + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -23,8 +22,7 @@ use phpOMS\DataStorage\Session\SessionInterface; * * The account manager is used to manage multiple accounts. * - * @category Framework - * @package phpOMS\Account + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Account/AccountStatus.php b/Account/AccountStatus.php index 5953edb64..80106439e 100644 --- a/Account/AccountStatus.php +++ b/Account/AccountStatus.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Account + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Account status enum. * - * @category Framework - * @package phpOMS\Account + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Account/AccountType.php b/Account/AccountType.php index bd4044452..4651e53a2 100644 --- a/Account/AccountType.php +++ b/Account/AccountType.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Account + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Account type enum. * - * @category Framework - * @package phpOMS\Account + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Account/Group.php b/Account/Group.php index b04150663..05dd661a5 100644 --- a/Account/Group.php +++ b/Account/Group.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Account + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Contract\ArrayableInterface; /** * Account group class. * - * @category Framework - * @package phpOMS\Account + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Account/GroupStatus.php b/Account/GroupStatus.php index 3a00ac071..d6b478ee0 100644 --- a/Account/GroupStatus.php +++ b/Account/GroupStatus.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Account + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Accept status enum. * - * @category Framework - * @package phpOMS\Account + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Account/NullAccount.php b/Account/NullAccount.php index b444ab935..e1ed14fb4 100644 --- a/Account/NullAccount.php +++ b/Account/NullAccount.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Account + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +17,7 @@ namespace phpOMS\Account; /** * Null account class. * - * @category Framework - * @package phpOMS\Account + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Account/PermissionAbstract.php b/Account/PermissionAbstract.php index 6c6b7dd04..51c9a0729 100644 --- a/Account/PermissionAbstract.php +++ b/Account/PermissionAbstract.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Account + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +20,7 @@ namespace phpOMS\Account; * This permission abstract is the basis for all permissions. Contrary to it's name it is not an * abstract class and can be used directly if needed. * - * @category Framework - * @package phpOMS\Account + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Account/PermissionType.php b/Account/PermissionType.php index c584570a9..cb22fcab6 100644 --- a/Account/PermissionType.php +++ b/Account/PermissionType.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Account + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Permission type enum. * - * @category Framework - * @package phpOMS\Account + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/ApplicationAbstract.php b/ApplicationAbstract.php index 1c369a4ae..909f742f7 100644 --- a/ApplicationAbstract.php +++ b/ApplicationAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -31,7 +31,6 @@ namespace phpOMS; * @property \phpOMS\Account\AccountManager accountManager * @property \phpOMS\Log\FileLogger logger * - * @category Framework * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de diff --git a/Asset/AssetManager.php b/Asset/AssetManager.php index b18952976..26c8726d9 100644 --- a/Asset/AssetManager.php +++ b/Asset/AssetManager.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +17,7 @@ namespace phpOMS\Asset; /** * Asset manager class. * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Asset/AssetType.php b/Asset/AssetType.php index 5c390172d..92f2675f0 100644 --- a/Asset/AssetType.php +++ b/Asset/AssetType.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Asset types enum. * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Auth/Auth.php b/Auth/Auth.php index 4bf12a7cd..d277f7723 100644 --- a/Auth/Auth.php +++ b/Auth/Auth.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Auth + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,8 +21,7 @@ use phpOMS\DataStorage\Session\SessionInterface; * * Responsible for authenticating and initializing the connection * - * @category Framework - * @package phpOMS\Auth + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Auth/LoginReturnType.php b/Auth/LoginReturnType.php index f6892baf3..77c34b686 100644 --- a/Auth/LoginReturnType.php +++ b/Auth/LoginReturnType.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Auth + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,8 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * * These are possible answers to authentications. * - * @category Framework - * @package phpOMS\Auth + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/AutoloadException.php b/AutoloadException.php index d1dbb9555..9f600c372 100644 --- a/AutoloadException.php +++ b/AutoloadException.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS; /** * Permission exception class. * - * @category Framework - * @package phpOMS\System\File + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Autoloader.php b/Autoloader.php index a8a9b5090..6ed4d7baf 100644 --- a/Autoloader.php +++ b/Autoloader.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,6 @@ spl_autoload_register('\phpOMS\Autoloader::default_autoloader'); /** * Autoloader class. * - * @category Framework * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de diff --git a/Business/Finance/Depreciation.php b/Business/Finance/Depreciation.php index b00eaa676..ddd668178 100644 --- a/Business/Finance/Depreciation.php +++ b/Business/Finance/Depreciation.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Business/Finance/FinanceFormulas.php b/Business/Finance/FinanceFormulas.php index 5837e63c0..9c75de654 100644 --- a/Business/Finance/FinanceFormulas.php +++ b/Business/Finance/FinanceFormulas.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Business\Finance + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +20,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; /** * Finance class. * - * @category Framework - * @package phpOMS\Business\Finance + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Business/Finance/Forecasting/AR.php b/Business/Finance/Forecasting/AR.php index 9b45c0aa7..6a28f69a9 100644 --- a/Business/Finance/Forecasting/AR.php +++ b/Business/Finance/Forecasting/AR.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Business/Finance/Forecasting/ARCH.php b/Business/Finance/Forecasting/ARCH.php index 5d67f2115..710f430fe 100644 --- a/Business/Finance/Forecasting/ARCH.php +++ b/Business/Finance/Forecasting/ARCH.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Business/Finance/Forecasting/ARFIMA.php b/Business/Finance/Forecasting/ARFIMA.php index d26df42ed..4668eaf26 100644 --- a/Business/Finance/Forecasting/ARFIMA.php +++ b/Business/Finance/Forecasting/ARFIMA.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Business/Finance/Forecasting/ARIMA.php b/Business/Finance/Forecasting/ARIMA.php index 85cf83f7c..a788df06b 100644 --- a/Business/Finance/Forecasting/ARIMA.php +++ b/Business/Finance/Forecasting/ARIMA.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Business/Finance/Forecasting/ARMA.php b/Business/Finance/Forecasting/ARMA.php index d53932e19..449efe32d 100644 --- a/Business/Finance/Forecasting/ARMA.php +++ b/Business/Finance/Forecasting/ARMA.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Business/Finance/Forecasting/ClassicalDecomposition.php b/Business/Finance/Forecasting/ClassicalDecomposition.php index e55592ab6..be1644343 100644 --- a/Business/Finance/Forecasting/ClassicalDecomposition.php +++ b/Business/Finance/Forecasting/ClassicalDecomposition.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Business\Finance\Forecasting + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,8 +21,7 @@ use phpOMS\Math\Statistic\Average; * * This can be used to simplify time series patterns for forecasts. * - * @category Framework - * @package phpOMS\Business\Finance\Forecasting + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @see https://www.otexts.org/fpp/6/1 diff --git a/Business/Finance/Forecasting/ExponentialSmoothing/ExponentialSmoothing.php b/Business/Finance/Forecasting/ExponentialSmoothing/ExponentialSmoothing.php index c4710d4db..a3e834d72 100644 --- a/Business/Finance/Forecasting/ExponentialSmoothing/ExponentialSmoothing.php +++ b/Business/Finance/Forecasting/ExponentialSmoothing/ExponentialSmoothing.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Business\Finance\Forecasting\ExponentialSmoothing + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Business/Finance/Forecasting/ExponentialSmoothing/SeasonalType.php b/Business/Finance/Forecasting/ExponentialSmoothing/SeasonalType.php index c0de154cb..a16f2b156 100644 --- a/Business/Finance/Forecasting/ExponentialSmoothing/SeasonalType.php +++ b/Business/Finance/Forecasting/ExponentialSmoothing/SeasonalType.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Business\Finance\Forecasting\ExponentialSmoothing + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Smoothing enum. * - * @category Framework - * @package phpOMS\Business\Finance\Forecasting\ExponentialSmoothing + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Business/Finance/Forecasting/ExponentialSmoothing/TrendType.php b/Business/Finance/Forecasting/ExponentialSmoothing/TrendType.php index 5be4e7524..1398efb3c 100644 --- a/Business/Finance/Forecasting/ExponentialSmoothing/TrendType.php +++ b/Business/Finance/Forecasting/ExponentialSmoothing/TrendType.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Business\Finance\Forecasting\ExponentialSmoothing + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Smoothing enum. * - * @category Framework - * @package phpOMS\Business\Finance\Forecasting\ExponentialSmoothing + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Business/Finance/Forecasting/GARCH.php b/Business/Finance/Forecasting/GARCH.php index afb57eb07..85bb73b26 100644 --- a/Business/Finance/Forecasting/GARCH.php +++ b/Business/Finance/Forecasting/GARCH.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Business/Finance/Forecasting/MA.php b/Business/Finance/Forecasting/MA.php index 58a5276be..2e34b6991 100644 --- a/Business/Finance/Forecasting/MA.php +++ b/Business/Finance/Forecasting/MA.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Business/Finance/Forecasting/NAR.php b/Business/Finance/Forecasting/NAR.php index 8e834431f..0d7fe7bdd 100644 --- a/Business/Finance/Forecasting/NAR.php +++ b/Business/Finance/Forecasting/NAR.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Business/Finance/Forecasting/NMA.php b/Business/Finance/Forecasting/NMA.php index 9e06b2d47..3e76ee053 100644 --- a/Business/Finance/Forecasting/NMA.php +++ b/Business/Finance/Forecasting/NMA.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Business/Finance/Forecasting/SARIMA.php b/Business/Finance/Forecasting/SARIMA.php index 36167320e..977d3ec98 100644 --- a/Business/Finance/Forecasting/SARIMA.php +++ b/Business/Finance/Forecasting/SARIMA.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Business/Finance/Forecasting/SmoothingType.php b/Business/Finance/Forecasting/SmoothingType.php index bcb76c586..ac9ad0d06 100644 --- a/Business/Finance/Forecasting/SmoothingType.php +++ b/Business/Finance/Forecasting/SmoothingType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Smoothing enum. * - * @category Framework - * @package phpOMS\Html + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Business/Finance/Loan.php b/Business/Finance/Loan.php index 181e4afcd..6428de5e0 100644 --- a/Business/Finance/Loan.php +++ b/Business/Finance/Loan.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Business\Finance + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +17,7 @@ namespace phpOMS\Business\Finance; /** * Finance class. * - * @category Framework - * @package phpOMS\Business\Finance + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Business/Finance/Lorenzkurve.php b/Business/Finance/Lorenzkurve.php index 66e7e6110..34e473f25 100644 --- a/Business/Finance/Lorenzkurve.php +++ b/Business/Finance/Lorenzkurve.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Business\Finance + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +17,7 @@ namespace phpOMS\Business\Finance; /** * Finance class. * - * @category Framework - * @package phpOMS\Business\Finance + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Business/Finance/StockBonds.php b/Business/Finance/StockBonds.php index 7abe07e7c..639af5ccb 100644 --- a/Business/Finance/StockBonds.php +++ b/Business/Finance/StockBonds.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Business\Finance + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +17,7 @@ namespace phpOMS\Business\Finance; /** * Finance class. * - * @category Framework - * @package phpOMS\Business\Finance + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Business/Marketing/Metrics.php b/Business/Marketing/Metrics.php index 5119597aa..39f951976 100644 --- a/Business/Marketing/Metrics.php +++ b/Business/Marketing/Metrics.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Business\Marketing + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ namespace phpOMS\Business\Marketing; * * This class provided basic marketing metric calculations * - * @category Framework - * @package phpOMS\Business\Marketing + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Business/Marketing/NetPromoterScore.php b/Business/Marketing/NetPromoterScore.php index ce591fdf1..c1bca88f8 100644 --- a/Business/Marketing/NetPromoterScore.php +++ b/Business/Marketing/NetPromoterScore.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Business\Marketing + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +20,7 @@ namespace phpOMS\Business\Marketing; * The net promoter score is a basic evaluation of the happiness of customers. * Instead of customers the NPS can also be transferred to non-customers. * - * @category Framework - * @package phpOMS\Business\Marketing + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Business/Programming/Metrics.php b/Business/Programming/Metrics.php index 56b304f68..143d97971 100644 --- a/Business/Programming/Metrics.php +++ b/Business/Programming/Metrics.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ namespace phpOMS\Business\Programming; * * This class provides basic programming metric calculations. * - * @category Framework - * @package phpOMS\Business + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Business/Sales/MarketShareEstimation.php b/Business/Sales/MarketShareEstimation.php index 5ed1f37e6..d2003a3c3 100644 --- a/Business/Sales/MarketShareEstimation.php +++ b/Business/Sales/MarketShareEstimation.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Business\Sales + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +20,7 @@ namespace phpOMS\Business\Sales; * This class can be used to calculate the market share based on a rank or vice versa * the rank based on a marketshare in a Zipf distributed market. * - * @category Framework - * @package phpOMS\Business\Sales + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Config/OptionsInterface.php b/Config/OptionsInterface.php index 3b48727e4..ead4bdc05 100644 --- a/Config/OptionsInterface.php +++ b/Config/OptionsInterface.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Config + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +17,7 @@ namespace phpOMS\Config; /** * Options class. * - * @category Framework - * @package phpOMS\Config + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Config/OptionsTrait.php b/Config/OptionsTrait.php index e3a9e4390..9a782e713 100644 --- a/Config/OptionsTrait.php +++ b/Config/OptionsTrait.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Config + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +17,7 @@ namespace phpOMS\Config; /** * Options trait. * - * @category Framework - * @package phpOMS\Config + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Config/SettingsAbstract.php b/Config/SettingsAbstract.php index c44f74d9d..ca0700f1e 100644 --- a/Config/SettingsAbstract.php +++ b/Config/SettingsAbstract.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Config + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,8 +23,7 @@ use phpOMS\DataStorage\Database\Query\Builder; * * Responsible for providing a database/cache bound settings manger * - * @category Framework - * @package phpOMS\Config + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Console/CommandManager.php b/Console/CommandManager.php index 85b770a34..00dc9f8f0 100644 --- a/Console/CommandManager.php +++ b/Console/CommandManager.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Console; /** * CommandManager class. * - * @category Framework - * @package phpOMS\Socket + * @package Framework * @since 1.0.0 * * @todo : Hey, this looks like a copy of an event manager! diff --git a/Contract/ArrayableInterface.php b/Contract/ArrayableInterface.php index b03e312e9..eb9c6fde4 100644 --- a/Contract/ArrayableInterface.php +++ b/Contract/ArrayableInterface.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Contract + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ namespace phpOMS\Contract; * * This stands always in combination with a jsonable instance. * - * @category Framework - * @package phpOMS\Contract + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Contract/RenderableInterface.php b/Contract/RenderableInterface.php index 9b128f0ef..67f190ed7 100644 --- a/Contract/RenderableInterface.php +++ b/Contract/RenderableInterface.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Contract + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +20,7 @@ namespace phpOMS\Contract; * This is primarily used for classes that provide formatted output or output, * that get's rendered in third party applications. * - * @category Framework - * @package phpOMS\Contract + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Cache/CacheFactory.php b/DataStorage/Cache/CacheFactory.php index fbf74a71c..8dc23857a 100644 --- a/DataStorage/Cache/CacheFactory.php +++ b/DataStorage/Cache/CacheFactory.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Cache; /** * Database connection factory. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Cache/CacheInterface.php b/DataStorage/Cache/CacheInterface.php index a83ce1c40..35e5f17c5 100644 --- a/DataStorage/Cache/CacheInterface.php +++ b/DataStorage/Cache/CacheInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +18,7 @@ use phpOMS\Stdlib\Base\Exception\InvalidEnumValue; /** * Cache interface. * - * @category Framework - * @package phpOMS\DataStorage\Cache + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Cache/CachePool.php b/DataStorage/Cache/CachePool.php index 75bf47964..b9ab8e8f9 100644 --- a/DataStorage/Cache/CachePool.php +++ b/DataStorage/Cache/CachePool.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,8 +24,7 @@ use phpOMS\Config\OptionsTrait; * Responsible for caching scalar data types and arrays. * Caching HTML output and objects coming soon/is planned. * - * @category Framework - * @package phpOMS\DataStorage\Cache + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Cache/CacheStatus.php b/DataStorage/Cache/CacheStatus.php index b54047cb2..c8601a8c1 100644 --- a/DataStorage/Cache/CacheStatus.php +++ b/DataStorage/Cache/CacheStatus.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * * Possible caching status * - * @category Framework - * @package phpOMS\DataStorage\Cache + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Cache/CacheType.php b/DataStorage/Cache/CacheType.php index b23488cd8..bf05688a8 100644 --- a/DataStorage/Cache/CacheType.php +++ b/DataStorage/Cache/CacheType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * * Possible caching types * - * @category Framework - * @package phpOMS\DataStorage\Cache + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Cache/FileCache.php b/DataStorage/Cache/FileCache.php index 5f8e33a43..6ce0ea7ed 100644 --- a/DataStorage/Cache/FileCache.php +++ b/DataStorage/Cache/FileCache.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -23,8 +23,7 @@ use phpOMS\System\File\Local\File; * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\DataStorage\Cache + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Cache/MemCache.php b/DataStorage/Cache/MemCache.php index a09a88f65..305800410 100644 --- a/DataStorage/Cache/MemCache.php +++ b/DataStorage/Cache/MemCache.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Cache; /** * Memcache class. * - * @category Framework - * @package phpOMS\DataStorage\Cache + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Cache/MemCached.php b/DataStorage/Cache/MemCached.php index 2e95bc2bc..00d883981 100644 --- a/DataStorage/Cache/MemCached.php +++ b/DataStorage/Cache/MemCached.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Cache; /** * Memcache class. * - * @category Framework - * @package phpOMS\DataStorage\Cache + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Cache/NullCache.php b/DataStorage/Cache/NullCache.php index c8c6575c6..b7d9a4e73 100644 --- a/DataStorage/Cache/NullCache.php +++ b/DataStorage/Cache/NullCache.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Cache; /** * Null cache class. * - * @category Framework - * @package phpOMS\DataStorage\Cache + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Cache/RedisCache.php b/DataStorage/Cache/RedisCache.php index 05405b58d..2e1e4c895 100644 --- a/DataStorage/Cache/RedisCache.php +++ b/DataStorage/Cache/RedisCache.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ namespace phpOMS\DataStorage\Cache; * * PHP Version 5.6 * - * @category Framework - * @package phpOMS\DataStorage\Cache + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Cache/WinCache.php b/DataStorage/Cache/WinCache.php index 8fa4d3088..60ec759a4 100644 --- a/DataStorage/Cache/WinCache.php +++ b/DataStorage/Cache/WinCache.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ namespace phpOMS\DataStorage\Cache; * * PHP Version 5.6 * - * @category Framework - * @package phpOMS\DataStorage\Cache + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Cookie/CookieJar.php b/DataStorage/Cookie/CookieJar.php index 493c4b53b..d1ffcea79 100644 --- a/DataStorage/Cookie/CookieJar.php +++ b/DataStorage/Cookie/CookieJar.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\DataStorage\LockException; /** * CookieJar class * - * @category Framework - * @package phpOMS\Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/DataMapperInterface.php b/DataStorage/DataMapperInterface.php index 8bef1e2a8..1d8571f3a 100644 --- a/DataStorage/DataMapperInterface.php +++ b/DataStorage/DataMapperInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\DataStorage\Database\Query\Builder; * * DB, Cache, Session * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/BuilderAbstract.php b/DataStorage/Database/BuilderAbstract.php index 75315ed32..587694171 100644 --- a/DataStorage/Database/BuilderAbstract.php +++ b/DataStorage/Database/BuilderAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\DataStorage\Database\Connection\ConnectionAbstract; /** * Database query builder. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Connection/ConnectionAbstract.php b/DataStorage/Database/Connection/ConnectionAbstract.php index 897895171..cdebabaa2 100644 --- a/DataStorage/Database/Connection/ConnectionAbstract.php +++ b/DataStorage/Database/Connection/ConnectionAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,8 +24,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\Grammar as SchemaGrammar; * Handles the database connection. * Implementing wrapper functions for multiple databases is planned (far away). * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Connection/ConnectionFactory.php b/DataStorage/Database/Connection/ConnectionFactory.php index 0710d3469..d6bec2f0e 100644 --- a/DataStorage/Database/Connection/ConnectionFactory.php +++ b/DataStorage/Database/Connection/ConnectionFactory.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\DataStorage\Database\DatabaseType; /** * Database connection factory. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Connection/ConnectionInterface.php b/DataStorage/Database/Connection/ConnectionInterface.php index 6ba0e090d..d7a0694af 100644 --- a/DataStorage/Database/Connection/ConnectionInterface.php +++ b/DataStorage/Database/Connection/ConnectionInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +20,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\Grammar as SchemaGrammar; /** * Database connection interface. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Connection/MysqlConnection.php b/DataStorage/Database/Connection/MysqlConnection.php index 24eacdc6f..0e834f8bc 100644 --- a/DataStorage/Database/Connection/MysqlConnection.php +++ b/DataStorage/Database/Connection/MysqlConnection.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,8 +26,7 @@ use phpOMS\DataStorage\Database\Exception\InvalidConnectionConfigException; * Handles the database connection. * Implementing wrapper functions for multiple databases is planned (far away). * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Connection/PostgresConnection.php b/DataStorage/Database/Connection/PostgresConnection.php index 091dcc14b..226e0077a 100644 --- a/DataStorage/Database/Connection/PostgresConnection.php +++ b/DataStorage/Database/Connection/PostgresConnection.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/DataStorage/Database/Connection/SQLiteConnection.php b/DataStorage/Database/Connection/SQLiteConnection.php index 287138e8b..0830cee5a 100644 --- a/DataStorage/Database/Connection/SQLiteConnection.php +++ b/DataStorage/Database/Connection/SQLiteConnection.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,8 +24,7 @@ use phpOMS\DataStorage\Database\Query\Grammar\SqliteGrammar; * Handles the database connection. * Implementing wrapper functions for multiple databases is planned (far away). * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Connection/SqlServerConnection.php b/DataStorage/Database/Connection/SqlServerConnection.php index ea75b4c34..f203cbb29 100644 --- a/DataStorage/Database/Connection/SqlServerConnection.php +++ b/DataStorage/Database/Connection/SqlServerConnection.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -25,8 +25,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\MysqlGrammar as MysqlSchemaGramma * Handles the database connection. * Implementing wrapper functions for multiple databases is planned (far away). * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/DataMapperAbstract.php b/DataStorage/Database/DataMapperAbstract.php index 55195811e..b11f53c89 100644 --- a/DataStorage/Database/DataMapperAbstract.php +++ b/DataStorage/Database/DataMapperAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -25,8 +25,7 @@ use phpOMS\DataStorage\Database\Exception\InvalidMapperException; * * DB, Cache, Session * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/DatabaseExceptionFactory.php b/DataStorage/Database/DatabaseExceptionFactory.php index 23d59f51d..3ad9de15a 100644 --- a/DataStorage/Database/DatabaseExceptionFactory.php +++ b/DataStorage/Database/DatabaseExceptionFactory.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\DataStorage\Database\Schema\Exception\TableException; /** * Database exception factory. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/DatabasePool.php b/DataStorage/Database/DatabasePool.php index eb62c4006..9e52a0274 100644 --- a/DataStorage/Database/DatabasePool.php +++ b/DataStorage/Database/DatabasePool.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +20,7 @@ use phpOMS\DataStorage\Database\Connection\ConnectionFactory; /** * Database pool handler. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/DatabaseStatus.php b/DataStorage/Database/DatabaseStatus.php index 98fde5b52..f9cdb61eb 100644 --- a/DataStorage/Database/DatabaseStatus.php +++ b/DataStorage/Database/DatabaseStatus.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * * Possible database connection status * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/DatabaseType.php b/DataStorage/Database/DatabaseType.php index 6d5a4ce29..e0c4784e7 100644 --- a/DataStorage/Database/DatabaseType.php +++ b/DataStorage/Database/DatabaseType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * * Database types that are supported by the application * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Exception/InvalidConnectionConfigException.php b/DataStorage/Database/Exception/InvalidConnectionConfigException.php index 4a2a64618..47aea45ab 100644 --- a/DataStorage/Database/Exception/InvalidConnectionConfigException.php +++ b/DataStorage/Database/Exception/InvalidConnectionConfigException.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Database\Exception; /** * Permission exception class. * - * @category Framework - * @package phpOMS\System\File + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Exception/InvalidMapperException.php b/DataStorage/Database/Exception/InvalidMapperException.php index 8f230bba1..b0b108699 100644 --- a/DataStorage/Database/Exception/InvalidMapperException.php +++ b/DataStorage/Database/Exception/InvalidMapperException.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Database\Exception; /** * Permission exception class. * - * @category Framework - * @package phpOMS\System\File + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/GrammarAbstract.php b/DataStorage/Database/GrammarAbstract.php index ef46fa71b..7317f2797 100644 --- a/DataStorage/Database/GrammarAbstract.php +++ b/DataStorage/Database/GrammarAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Database; /** * Grammar. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Query/Builder.php b/DataStorage/Database/Query/Builder.php index 881e82627..1f3a27305 100644 --- a/DataStorage/Database/Query/Builder.php +++ b/DataStorage/Database/Query/Builder.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +20,7 @@ use phpOMS\DataStorage\Database\Connection\ConnectionAbstract; /** * Database query builder. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Query/Column.php b/DataStorage/Database/Query/Column.php index efcce295e..fed2061ff 100644 --- a/DataStorage/Database/Query/Column.php +++ b/DataStorage/Database/Query/Column.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Database\Query; /** * Database query builder. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Query/Expression.php b/DataStorage/Database/Query/Expression.php index 64bab43d5..d15bc6f39 100644 --- a/DataStorage/Database/Query/Expression.php +++ b/DataStorage/Database/Query/Expression.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/DataStorage/Database/Query/Grammar/Grammar.php b/DataStorage/Database/Query/Grammar/Grammar.php index 6bea05a68..2f860c841 100644 --- a/DataStorage/Database/Query/Grammar/Grammar.php +++ b/DataStorage/Database/Query/Grammar/Grammar.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,8 +24,7 @@ use phpOMS\DataStorage\Database\Query\Where; /** * Database query grammar. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Query/Grammar/GrammarInterface.php b/DataStorage/Database/Query/Grammar/GrammarInterface.php index 58f49c813..b43f4bc3e 100644 --- a/DataStorage/Database/Query/Grammar/GrammarInterface.php +++ b/DataStorage/Database/Query/Grammar/GrammarInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/DataStorage/Database/Query/Grammar/MicrosoftGrammar.php b/DataStorage/Database/Query/Grammar/MicrosoftGrammar.php index b535b1162..1603d4506 100644 --- a/DataStorage/Database/Query/Grammar/MicrosoftGrammar.php +++ b/DataStorage/Database/Query/Grammar/MicrosoftGrammar.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +18,7 @@ use phpOMS\DataStorage\Database\Query\Builder; /** * Grammar class. * - * @category Framework - * @package phpOMS\DataStorage\Database\Query\Grammar + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Query/Grammar/MysqlGrammar.php b/DataStorage/Database/Query/Grammar/MysqlGrammar.php index 321057ff3..cbef3f869 100644 --- a/DataStorage/Database/Query/Grammar/MysqlGrammar.php +++ b/DataStorage/Database/Query/Grammar/MysqlGrammar.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +18,7 @@ use phpOMS\DataStorage\Database\Query\Builder; /** * Grammar class. * - * @category Framework - * @package phpOMS\DataStorage\Database\Query\Grammar + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Query/Grammar/OracleGrammar.php b/DataStorage/Database/Query/Grammar/OracleGrammar.php index d56d6540d..99470b8e4 100644 --- a/DataStorage/Database/Query/Grammar/OracleGrammar.php +++ b/DataStorage/Database/Query/Grammar/OracleGrammar.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +18,7 @@ use phpOMS\DataStorage\Database\Query\Builder; /** * Grammar class. * - * @category Framework - * @package phpOMS\DataStorage\Database\Query\Grammar + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Query/Grammar/PostgresGrammar.php b/DataStorage/Database/Query/Grammar/PostgresGrammar.php index 9e04e1852..523638ae3 100644 --- a/DataStorage/Database/Query/Grammar/PostgresGrammar.php +++ b/DataStorage/Database/Query/Grammar/PostgresGrammar.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +18,7 @@ use phpOMS\DataStorage\Database\Query\Builder; /** * Grammar class. * - * @category Framework - * @package phpOMS\DataStorage\Database\Query\Grammar + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Query/Grammar/SQLiteGrammar.php b/DataStorage/Database/Query/Grammar/SQLiteGrammar.php index bccbd3c99..fb3da1ac3 100644 --- a/DataStorage/Database/Query/Grammar/SQLiteGrammar.php +++ b/DataStorage/Database/Query/Grammar/SQLiteGrammar.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +18,7 @@ use phpOMS\DataStorage\Database\Query\Builder; /** * Grammar class. * - * @category Framework - * @package phpOMS\DataStorage\Database\Query\Grammar + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Query/JoinType.php b/DataStorage/Database/Query/JoinType.php index 2dbfdfb80..5a76e80e6 100644 --- a/DataStorage/Database/Query/JoinType.php +++ b/DataStorage/Database/Query/JoinType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Query type enum. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Query/QueryType.php b/DataStorage/Database/Query/QueryType.php index 17fb7cdde..bd39217dd 100644 --- a/DataStorage/Database/Query/QueryType.php +++ b/DataStorage/Database/Query/QueryType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Query type enum. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Query/Where.php b/DataStorage/Database/Query/Where.php index f0a9303dc..bb17d3f5e 100644 --- a/DataStorage/Database/Query/Where.php +++ b/DataStorage/Database/Query/Where.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Database\Query; /** * Database query builder. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/RelationType.php b/DataStorage/Database/RelationType.php index a95695599..46299ffc4 100644 --- a/DataStorage/Database/RelationType.php +++ b/DataStorage/Database/RelationType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * * Database types that are supported by the application * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Schema/Builder.php b/DataStorage/Database/Schema/Builder.php index bf37b0715..28bd89dee 100644 --- a/DataStorage/Database/Schema/Builder.php +++ b/DataStorage/Database/Schema/Builder.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +20,7 @@ use phpOMS\DataStorage\Database\Connection\ConnectionAbstract; /** * Database query builder. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Schema/Exception/TableException.php b/DataStorage/Database/Schema/Exception/TableException.php index b614dfa86..9f039b6ef 100644 --- a/DataStorage/Database/Schema/Exception/TableException.php +++ b/DataStorage/Database/Schema/Exception/TableException.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Database\Schema\Exception; /** * Path exception class. * - * @category System - * @package Framework + * @package System * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Schema/Grammar/Grammar.php b/DataStorage/Database/Schema/Grammar/Grammar.php index 042ca277f..e1daa4acc 100644 --- a/DataStorage/Database/Schema/Grammar/Grammar.php +++ b/DataStorage/Database/Schema/Grammar/Grammar.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\DataStorage\Database\Schema\QueryType; /** * Database query grammar. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Schema/Grammar/GrammarInterface.php b/DataStorage/Database/Schema/Grammar/GrammarInterface.php index 6e7b27382..114be6b8b 100644 --- a/DataStorage/Database/Schema/Grammar/GrammarInterface.php +++ b/DataStorage/Database/Schema/Grammar/GrammarInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/DataStorage/Database/Schema/Grammar/MysqlGrammar.php b/DataStorage/Database/Schema/Grammar/MysqlGrammar.php index f69307073..56b9b740a 100644 --- a/DataStorage/Database/Schema/Grammar/MysqlGrammar.php +++ b/DataStorage/Database/Schema/Grammar/MysqlGrammar.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\DataStorage\Database\Query\Builder; /** * Database query grammar. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Schema/Grammar/PostgresGrammar.php b/DataStorage/Database/Schema/Grammar/PostgresGrammar.php index cbb72c902..bb96c6f9b 100644 --- a/DataStorage/Database/Schema/Grammar/PostgresGrammar.php +++ b/DataStorage/Database/Schema/Grammar/PostgresGrammar.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php b/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php index 715876859..7c5457097 100644 --- a/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php +++ b/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php b/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php index 6cab5a1ac..c3a578351 100644 --- a/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php +++ b/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/DataStorage/Database/Schema/QueryType.php b/DataStorage/Database/Schema/QueryType.php index 54d2743e8..c269cabaf 100644 --- a/DataStorage/Database/Schema/QueryType.php +++ b/DataStorage/Database/Schema/QueryType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * * Database types that are supported by the application * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/LockException.php b/DataStorage/LockException.php index ccac8c602..67df0947b 100644 --- a/DataStorage/LockException.php +++ b/DataStorage/LockException.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\DataStorage; /** * Permission exception class. * - * @category Framework - * @package phpOMS\System\File + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Session/ConsoleSession.php b/DataStorage/Session/ConsoleSession.php index 2b73031cf..c7cf6f455 100644 --- a/DataStorage/Session/ConsoleSession.php +++ b/DataStorage/Session/ConsoleSession.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Session; /** * Console session class. * - * @category Framework - * @package phpOMS\DataStorage\Session + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Session/HttpSession.php b/DataStorage/Session/HttpSession.php index 2f08456cb..baf6aa352 100644 --- a/DataStorage/Session/HttpSession.php +++ b/DataStorage/Session/HttpSession.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\DataStorage\LockException; /** * Http session class. * - * @category Framework - * @package phpOMS\DataStorage\Session + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Session/SessionInterface.php b/DataStorage/Session/SessionInterface.php index 0daa89cc0..6058e6af5 100644 --- a/DataStorage/Session/SessionInterface.php +++ b/DataStorage/Session/SessionInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ namespace phpOMS\DataStorage\Session; * * Sessions can be used by http requests, console interaction and socket connections * - * @category Framework - * @package phpOMS\DataStorage\Cache + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Session/SocketSession.php b/DataStorage/Session/SocketSession.php index 36b7f9f70..3cb75f77e 100644 --- a/DataStorage/Session/SocketSession.php +++ b/DataStorage/Session/SocketSession.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Session; /** * Socket session class. * - * @category Framework - * @package phpOMS\DataStorage\Session + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Web/Builder.php b/DataStorage/Web/Builder.php index cb96494bc..5005df1be 100644 --- a/DataStorage/Web/Builder.php +++ b/DataStorage/Web/Builder.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\Uri\Http; /** * Array utils. * - * @category Framework - * @package phpOMS\Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Dispatcher/Dispatcher.php b/Dispatcher/Dispatcher.php index 9799a4e7c..6bc2aa7e2 100644 --- a/Dispatcher/Dispatcher.php +++ b/Dispatcher/Dispatcher.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Dispatcher + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,8 +21,7 @@ use phpOMS\System\File\PathException; /** * Dispatcher class. * - * @category Framework - * @package phpOMS\Dispatcher + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Event/EventManager.php b/Event/EventManager.php index a360e05d1..6229c8265 100644 --- a/Event/EventManager.php +++ b/Event/EventManager.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Event + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +17,7 @@ namespace phpOMS\Event; /** * EventManager class. * - * @category Framework - * @package phpOMS\Event + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Localization/ISO3166CharEnum.php b/Localization/ISO3166CharEnum.php index 73904e075..d46b12dd0 100644 --- a/Localization/ISO3166CharEnum.php +++ b/Localization/ISO3166CharEnum.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Country codes ISO list. * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Localization/ISO3166NameEnum.php b/Localization/ISO3166NameEnum.php index 8ce541f62..1b631f99d 100644 --- a/Localization/ISO3166NameEnum.php +++ b/Localization/ISO3166NameEnum.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Country names ISO list. * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Localization/ISO3166NumEnum.php b/Localization/ISO3166NumEnum.php index c9b1506f5..4386f8b8f 100644 --- a/Localization/ISO3166NumEnum.php +++ b/Localization/ISO3166NumEnum.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Country codes ISO list. * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Localization/ISO3166TwoEnum.php b/Localization/ISO3166TwoEnum.php index c20beb2d3..39d33fd29 100644 --- a/Localization/ISO3166TwoEnum.php +++ b/Localization/ISO3166TwoEnum.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Country codes ISO list. * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Localization/ISO4217CharEnum.php b/Localization/ISO4217CharEnum.php index 90cc36df1..a9cec523a 100644 --- a/Localization/ISO4217CharEnum.php +++ b/Localization/ISO4217CharEnum.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Currency codes ISO list. * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Localization/ISO4217DecimalEnum.php b/Localization/ISO4217DecimalEnum.php index 574b3df96..ee49cca18 100644 --- a/Localization/ISO4217DecimalEnum.php +++ b/Localization/ISO4217DecimalEnum.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Currency decimals ISO list. * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Localization/ISO4217Enum.php b/Localization/ISO4217Enum.php index dc97e7b26..844326f66 100644 --- a/Localization/ISO4217Enum.php +++ b/Localization/ISO4217Enum.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Currency names ISO list. * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Localization/ISO4217NumEnum.php b/Localization/ISO4217NumEnum.php index f4f6cbd3f..699cece30 100644 --- a/Localization/ISO4217NumEnum.php +++ b/Localization/ISO4217NumEnum.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Currency codes ISO list. * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Localization/ISO4217SubUnitEnum.php b/Localization/ISO4217SubUnitEnum.php index 7952f244f..faf3b17db 100644 --- a/Localization/ISO4217SubUnitEnum.php +++ b/Localization/ISO4217SubUnitEnum.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Currency sub units ISO list. * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Localization/ISO4217SymbolEnum.php b/Localization/ISO4217SymbolEnum.php index c14481595..0648530f8 100644 --- a/Localization/ISO4217SymbolEnum.php +++ b/Localization/ISO4217SymbolEnum.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Country symbols ISO list. * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Localization/ISO639Enum.php b/Localization/ISO639Enum.php index 0d93cb274..a356fb851 100644 --- a/Localization/ISO639Enum.php +++ b/Localization/ISO639Enum.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Language name ISO list. * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Localization/ISO639x1Enum.php b/Localization/ISO639x1Enum.php index b4e4865e2..f472cd085 100644 --- a/Localization/ISO639x1Enum.php +++ b/Localization/ISO639x1Enum.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Language codes ISO list. * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Localization/ISO639x2Enum.php b/Localization/ISO639x2Enum.php index d887da25a..d7a0ab867 100644 --- a/Localization/ISO639x2Enum.php +++ b/Localization/ISO639x2Enum.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Language codes ISO list. * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Localization/ISO8601EnumArray.php b/Localization/ISO8601EnumArray.php index 903e6025b..838f63761 100644 --- a/Localization/ISO8601EnumArray.php +++ b/Localization/ISO8601EnumArray.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -23,8 +22,7 @@ use phpOMS\Stdlib\Base\EnumArray; * Careful only (1) is considered as the ISO8601 standard. This file is only supposed to * contain all plausible datetime strings. * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Localization/L11nManager.php b/Localization/L11nManager.php index d51f813ff..dbf6b6e32 100644 --- a/Localization/L11nManager.php +++ b/Localization/L11nManager.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +20,7 @@ use phpOMS\Module\ModuleAbstract; /** * Localization class. * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Localization/Localization.php b/Localization/Localization.php index e4615a262..7f81c9e67 100644 --- a/Localization/Localization.php +++ b/Localization/Localization.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,8 +21,7 @@ use phpOMS\Utils\Converter\TemperatureType; /** * Localization class. * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Localization/Money.php b/Localization/Money.php index 080419dde..f1790cf1b 100644 --- a/Localization/Money.php +++ b/Localization/Money.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +17,7 @@ namespace phpOMS\Localization; /** * Money class. * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Localization/NullLocalization.php b/Localization/NullLocalization.php index 5b3c38ea6..c76cdc661 100644 --- a/Localization/NullLocalization.php +++ b/Localization/NullLocalization.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +17,7 @@ namespace phpOMS\Localization; /** * Localization class. * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Localization/PhoneEnum.php b/Localization/PhoneEnum.php index 307103116..bae73640c 100644 --- a/Localization/PhoneEnum.php +++ b/Localization/PhoneEnum.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Country codes ISO list. * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Localization/TimeZoneEnumArray.php b/Localization/TimeZoneEnumArray.php index 24fee1747..f891a35ba 100644 --- a/Localization/TimeZoneEnumArray.php +++ b/Localization/TimeZoneEnumArray.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\EnumArray; /** * PHP Time zones. * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Log/FileLogger.php b/Log/FileLogger.php index a935e9d92..15d6e5804 100644 --- a/Log/FileLogger.php +++ b/Log/FileLogger.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Log + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +20,7 @@ use phpOMS\System\File\Local\File; /** * Logging class. * - * @category Framework - * @package phpOMS\Log + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Log/LogLevel.php b/Log/LogLevel.php index f5963ffbe..e5ae12e5b 100644 --- a/Log/LogLevel.php +++ b/Log/LogLevel.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Log + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Log level enum. * - * @category Framework - * @package phpOMS\Log + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Log/LoggerInterface.php b/Log/LoggerInterface.php index dec29efaf..f4b3cbc6f 100644 --- a/Log/LoggerInterface.php +++ b/Log/LoggerInterface.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Log + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +17,7 @@ namespace phpOMS\Log; /** * Logging interface. * - * @category Framework - * @package phpOMS\Log + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Differential/FiniteDifference.php b/Math/Differential/FiniteDifference.php index a35b8f79b..c66795868 100644 --- a/Math/Differential/FiniteDifference.php +++ b/Math/Differential/FiniteDifference.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Math\Parser\Evaluator; /** * Chi square distribution. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Exception/ZeroDevisionException.php b/Math/Exception/ZeroDevisionException.php index 83fcb4405..303ba110d 100644 --- a/Math/Exception/ZeroDevisionException.php +++ b/Math/Exception/ZeroDevisionException.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Exception; /** * Zero devision exception. * - * @category Framework - * @package phpOMS/Uri + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Functions/Fibunacci.php b/Math/Functions/Fibunacci.php index aa067d452..153e933e5 100644 --- a/Math/Functions/Fibunacci.php +++ b/Math/Functions/Fibunacci.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Math\Number\Numbers; /** * Well known functions class. * - * @category Framework - * @package phpOMS\Math\Function + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Functions/Functions.php b/Math/Functions/Functions.php index dc0fc22a2..0ae2d8970 100644 --- a/Math/Functions/Functions.php +++ b/Math/Functions/Functions.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Functions; /** * Well known functions class. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Geometry/ConvexHull/MonotoneChain.php b/Math/Geometry/ConvexHull/MonotoneChain.php index 28cd85066..f16e2925d 100644 --- a/Math/Geometry/ConvexHull/MonotoneChain.php +++ b/Math/Geometry/ConvexHull/MonotoneChain.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Geometry\ConvexHull; /** * Andrew's monotone chain convex hull algorithm class. * - * @category Framework - * @package phpOMS\Utils\TaskSchedule + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Geometry/Shape/D2/Circle.php b/Math/Geometry/Shape/D2/Circle.php index 190aad6fb..c43385ce2 100644 --- a/Math/Geometry/Shape/D2/Circle.php +++ b/Math/Geometry/Shape/D2/Circle.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; /** * Circle shape. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Geometry/Shape/D2/D2ShapeInterface.php b/Math/Geometry/Shape/D2/D2ShapeInterface.php index 4016af01d..3a12227e7 100644 --- a/Math/Geometry/Shape/D2/D2ShapeInterface.php +++ b/Math/Geometry/Shape/D2/D2ShapeInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Math\Geometry\Shape\ShapeInterface; /** * Shape interface. * - * @category Framework - * @package phpOMS\Math + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Geometry/Shape/D2/Ellipse.php b/Math/Geometry/Shape/D2/Ellipse.php index 1e6f3d86b..d989ef3c0 100644 --- a/Math/Geometry/Shape/D2/Ellipse.php +++ b/Math/Geometry/Shape/D2/Ellipse.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; /** * Ellipse shape. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Geometry/Shape/D2/Polygon.php b/Math/Geometry/Shape/D2/Polygon.php index 2508f29fa..3d6fea327 100644 --- a/Math/Geometry/Shape/D2/Polygon.php +++ b/Math/Geometry/Shape/D2/Polygon.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; /** * Polygon class. * - * @category Framework - * @package phpOMS\Math + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Geometry/Shape/D2/Quadrilateral.php b/Math/Geometry/Shape/D2/Quadrilateral.php index 2e02bc582..b19a94498 100644 --- a/Math/Geometry/Shape/D2/Quadrilateral.php +++ b/Math/Geometry/Shape/D2/Quadrilateral.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Geometry/Shape/D2/Rectangle.php b/Math/Geometry/Shape/D2/Rectangle.php index b6a617491..1240007d5 100644 --- a/Math/Geometry/Shape/D2/Rectangle.php +++ b/Math/Geometry/Shape/D2/Rectangle.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; /** * Rectangle shape. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Geometry/Shape/D2/Trapezoid.php b/Math/Geometry/Shape/D2/Trapezoid.php index 6033754f3..86abe6f40 100644 --- a/Math/Geometry/Shape/D2/Trapezoid.php +++ b/Math/Geometry/Shape/D2/Trapezoid.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; /** * Trapezoid shape. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Geometry/Shape/D2/Triangle.php b/Math/Geometry/Shape/D2/Triangle.php index c6f1d84fc..1c8840f85 100644 --- a/Math/Geometry/Shape/D2/Triangle.php +++ b/Math/Geometry/Shape/D2/Triangle.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; /** * Triangle shape. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Geometry/Shape/D3/Cone.php b/Math/Geometry/Shape/D3/Cone.php index 63fbfac92..98bc84cd8 100644 --- a/Math/Geometry/Shape/D3/Cone.php +++ b/Math/Geometry/Shape/D3/Cone.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; /** * Cone shape. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Geometry/Shape/D3/Cuboid.php b/Math/Geometry/Shape/D3/Cuboid.php index 03b4fcacc..431558bcc 100644 --- a/Math/Geometry/Shape/D3/Cuboid.php +++ b/Math/Geometry/Shape/D3/Cuboid.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; /** * Cuboid shape. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Geometry/Shape/D3/Cylinder.php b/Math/Geometry/Shape/D3/Cylinder.php index 857c3a2ce..a626cb53e 100644 --- a/Math/Geometry/Shape/D3/Cylinder.php +++ b/Math/Geometry/Shape/D3/Cylinder.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; /** * Cylinder shape. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Geometry/Shape/D3/D3ShapeInterface.php b/Math/Geometry/Shape/D3/D3ShapeInterface.php index e7ef00442..31ddfa36a 100644 --- a/Math/Geometry/Shape/D3/D3ShapeInterface.php +++ b/Math/Geometry/Shape/D3/D3ShapeInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Math\Geometry\Shape\ShapeInterface; /** * Shape interface. * - * @category Framework - * @package phpOMS\Math + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Geometry/Shape/D3/Prism.php b/Math/Geometry/Shape/D3/Prism.php index 5cba73e3d..784b71ba7 100644 --- a/Math/Geometry/Shape/D3/Prism.php +++ b/Math/Geometry/Shape/D3/Prism.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Geometry/Shape/D3/RectangularPyramid.php b/Math/Geometry/Shape/D3/RectangularPyramid.php index 7dc2c7c39..2fead397a 100644 --- a/Math/Geometry/Shape/D3/RectangularPyramid.php +++ b/Math/Geometry/Shape/D3/RectangularPyramid.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; /** * Rectangular pyramid shape. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Geometry/Shape/D3/Sphere.php b/Math/Geometry/Shape/D3/Sphere.php index dfea9816b..16f426479 100644 --- a/Math/Geometry/Shape/D3/Sphere.php +++ b/Math/Geometry/Shape/D3/Sphere.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; /** * Sphere shape. * - * @category Framework - * @package phpOMS\Math\Geometry\Shape + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Geometry/Shape/D3/Tetrahedron.php b/Math/Geometry/Shape/D3/Tetrahedron.php index 5bde1c625..ddf4f4c33 100644 --- a/Math/Geometry/Shape/D3/Tetrahedron.php +++ b/Math/Geometry/Shape/D3/Tetrahedron.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; /** * Tetraedron shape. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Geometry/Shape/ShapeInterface.php b/Math/Geometry/Shape/ShapeInterface.php index 9af3f2b5d..0a658608b 100644 --- a/Math/Geometry/Shape/ShapeInterface.php +++ b/Math/Geometry/Shape/ShapeInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Geometry\Shape; /** * Shape interface. * - * @category Framework - * @package phpOMS\Math + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Integral/Gauss.php b/Math/Integral/Gauss.php index e2c8c2a2f..2e5f6e095 100644 --- a/Math/Integral/Gauss.php +++ b/Math/Integral/Gauss.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Matrix/CholeskyDecomposition.php b/Math/Matrix/CholeskyDecomposition.php index 46ce32b51..951f25f04 100644 --- a/Math/Matrix/CholeskyDecomposition.php +++ b/Math/Matrix/CholeskyDecomposition.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Matrix/EigenvalueDecomposition.php b/Math/Matrix/EigenvalueDecomposition.php index 0b466ab27..ba5f836dc 100644 --- a/Math/Matrix/EigenvalueDecomposition.php +++ b/Math/Matrix/EigenvalueDecomposition.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Matrix/Exception/InvalidDimensionException.php b/Math/Matrix/Exception/InvalidDimensionException.php index a09009368..fc6e5c7e7 100644 --- a/Math/Matrix/Exception/InvalidDimensionException.php +++ b/Math/Matrix/Exception/InvalidDimensionException.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Matrix\Exception; /** * Zero devision exception. * - * @category Framework - * @package phpOMS/Uri + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Matrix/IdentityMatrix.php b/Math/Matrix/IdentityMatrix.php index 7c32c6777..a15faf484 100644 --- a/Math/Matrix/IdentityMatrix.php +++ b/Math/Matrix/IdentityMatrix.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Matrix; /** * Matrix class * - * @category Framework - * @package phpOMS\Math\Matrix + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Matrix/InverseType.php b/Math/Matrix/InverseType.php index 1c753e32d..8a1942c9f 100644 --- a/Math/Matrix/InverseType.php +++ b/Math/Matrix/InverseType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Inverse type enum. * - * @category Framework - * @package phpOMS\Math\Matrix + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Matrix/LUDecomposition.php b/Math/Matrix/LUDecomposition.php index 0c3c30acb..eadd0d31a 100644 --- a/Math/Matrix/LUDecomposition.php +++ b/Math/Matrix/LUDecomposition.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Matrix/Matrix.php b/Math/Matrix/Matrix.php index 88af3304e..8f76cebb7 100644 --- a/Math/Matrix/Matrix.php +++ b/Math/Matrix/Matrix.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; /** * Matrix class * - * @category Framework - * @package phpOMS\Math\Matrix + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Matrix/QRDecomposition.php b/Math/Matrix/QRDecomposition.php index 084214f35..8fcb1d319 100644 --- a/Math/Matrix/QRDecomposition.php +++ b/Math/Matrix/QRDecomposition.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Matrix/SingularValueDecomposition.php b/Math/Matrix/SingularValueDecomposition.php index b8cdf9a35..da3e72c54 100644 --- a/Math/Matrix/SingularValueDecomposition.php +++ b/Math/Matrix/SingularValueDecomposition.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Matrix/Vector.php b/Math/Matrix/Vector.php index 4501df740..4f549df6b 100644 --- a/Math/Matrix/Vector.php +++ b/Math/Matrix/Vector.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Matrix; /** * Matrix class * - * @category Framework - * @package phpOMS\Math\Matrix + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Number/Complex.php b/Math/Number/Complex.php index d6b3bc62f..b47da0f41 100644 --- a/Math/Number/Complex.php +++ b/Math/Number/Complex.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Number/Integer.php b/Math/Number/Integer.php index 892220897..d934f8781 100644 --- a/Math/Number/Integer.php +++ b/Math/Number/Integer.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Number; /** * Integer class * - * @category Framework - * @package phpOMS\Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Number/Natural.php b/Math/Number/Natural.php index 9ef141b26..8df495821 100644 --- a/Math/Number/Natural.php +++ b/Math/Number/Natural.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Number; /** * Natura number class * - * @category Framework - * @package phpOMS\Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Number/NumberType.php b/Math/Number/NumberType.php index 2b2851378..06c664b6d 100644 --- a/Math/Number/NumberType.php +++ b/Math/Number/NumberType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Number type enum. * - * @category Framework - * @package Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Number/Numbers.php b/Math/Number/Numbers.php index a526b040d..f4884927a 100644 --- a/Math/Number/Numbers.php +++ b/Math/Number/Numbers.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Number; /** * Numbers class. * - * @category Framework - * @package Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Number/OperationInterface.php b/Math/Number/OperationInterface.php index c11d8d798..e439a72f7 100644 --- a/Math/Number/OperationInterface.php +++ b/Math/Number/OperationInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Number; /** * Basic operation interface. * - * @category Framework - * @package phpOMS\Account + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Number/Prime.php b/Math/Number/Prime.php index cdbb15021..012c223e0 100644 --- a/Math/Number/Prime.php +++ b/Math/Number/Prime.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Number; /** * Well known functions class. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Numerics/Interpolation/CubicSplineInterpolation.php b/Math/Numerics/Interpolation/CubicSplineInterpolation.php index 2c7df2e94..d4bdebbbf 100644 --- a/Math/Numerics/Interpolation/CubicSplineInterpolation.php +++ b/Math/Numerics/Interpolation/CubicSplineInterpolation.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Numerics\Interpolation; /** * Web module interface. * - * @category Framework - * @package phpOMS\Module + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Numerics/Interpolation/LinearInterpolation.php b/Math/Numerics/Interpolation/LinearInterpolation.php index dce6ec4bb..8b642c405 100644 --- a/Math/Numerics/Interpolation/LinearInterpolation.php +++ b/Math/Numerics/Interpolation/LinearInterpolation.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Numerics\Interpolation; /** * Web module interface. * - * @category Framework - * @package phpOMS\Module + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Numerics/Interpolation/PolynomialInterpolation.php b/Math/Numerics/Interpolation/PolynomialInterpolation.php index 430b66d82..e90380e38 100644 --- a/Math/Numerics/Interpolation/PolynomialInterpolation.php +++ b/Math/Numerics/Interpolation/PolynomialInterpolation.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Numerics\Interpolation; /** * Web module interface. * - * @category Framework - * @package phpOMS\Module + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Optimization/GeneticAlgorithmInterface.php b/Math/Optimization/GeneticAlgorithmInterface.php index d19e4a64a..bd810504b 100644 --- a/Math/Optimization/GeneticAlgorithmInterface.php +++ b/Math/Optimization/GeneticAlgorithmInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Optimization; /** * Web module interface. * - * @category Framework - * @package phpOMS\Module + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Optimization/Graph/Dijkstra.php b/Math/Optimization/Graph/Dijkstra.php index 4dcfb2e0c..aeaa75fae 100644 --- a/Math/Optimization/Graph/Dijkstra.php +++ b/Math/Optimization/Graph/Dijkstra.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Optimization/Graph/EdgeInterface.php b/Math/Optimization/Graph/EdgeInterface.php index fad699c07..748635a10 100644 --- a/Math/Optimization/Graph/EdgeInterface.php +++ b/Math/Optimization/Graph/EdgeInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Optimization\Graph; /** * Graph class * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Optimization/Graph/FloydWarshall.php b/Math/Optimization/Graph/FloydWarshall.php index c27b5be83..dd6f641d6 100644 --- a/Math/Optimization/Graph/FloydWarshall.php +++ b/Math/Optimization/Graph/FloydWarshall.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Optimization/Graph/NullEdge.php b/Math/Optimization/Graph/NullEdge.php index 3c6ec85a2..2e71775d7 100644 --- a/Math/Optimization/Graph/NullEdge.php +++ b/Math/Optimization/Graph/NullEdge.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +18,7 @@ namespace phpOMS\Math\Optimization\Graph; /** * Graph class * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Optimization/Graph/NullVertice.php b/Math/Optimization/Graph/NullVertice.php index fcd001d41..05dba85e6 100644 --- a/Math/Optimization/Graph/NullVertice.php +++ b/Math/Optimization/Graph/NullVertice.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +18,7 @@ namespace phpOMS\Math\Optimization\Graph; /** * Graph class * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Optimization/Graph/VerticeInterface.php b/Math/Optimization/Graph/VerticeInterface.php index 2ebd1ce83..20c453869 100644 --- a/Math/Optimization/Graph/VerticeInterface.php +++ b/Math/Optimization/Graph/VerticeInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Optimization\Graph; /** * Graph class * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Optimization/Knappsack/Backpack.php b/Math/Optimization/Knappsack/Backpack.php index 51069bc1b..4a2f3f736 100644 --- a/Math/Optimization/Knappsack/Backpack.php +++ b/Math/Optimization/Knappsack/Backpack.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Optimization/Knappsack/BruteForce.php b/Math/Optimization/Knappsack/BruteForce.php index 595662266..d32e5d3d7 100644 --- a/Math/Optimization/Knappsack/BruteForce.php +++ b/Math/Optimization/Knappsack/BruteForce.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Optimization/Knappsack/GA.php b/Math/Optimization/Knappsack/GA.php index 7610480f1..49df35edd 100644 --- a/Math/Optimization/Knappsack/GA.php +++ b/Math/Optimization/Knappsack/GA.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Optimization/Knappsack/Item.php b/Math/Optimization/Knappsack/Item.php index 8496d1462..e4b4099d0 100644 --- a/Math/Optimization/Knappsack/Item.php +++ b/Math/Optimization/Knappsack/Item.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Optimization/Knappsack/ItemPool.php b/Math/Optimization/Knappsack/ItemPool.php index af4ae973d..fcdfd8cee 100644 --- a/Math/Optimization/Knappsack/ItemPool.php +++ b/Math/Optimization/Knappsack/ItemPool.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Optimization/Knappsack/Population.php b/Math/Optimization/Knappsack/Population.php index b97ff9ee7..c17fb4ea3 100644 --- a/Math/Optimization/Knappsack/Population.php +++ b/Math/Optimization/Knappsack/Population.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Optimization/ShiftScheduling/BruteForce.php b/Math/Optimization/ShiftScheduling/BruteForce.php index d74ec2c16..e839bbf80 100644 --- a/Math/Optimization/ShiftScheduling/BruteForce.php +++ b/Math/Optimization/ShiftScheduling/BruteForce.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Optimization/ShiftScheduling/GA.php b/Math/Optimization/ShiftScheduling/GA.php index c0808784e..016987e25 100644 --- a/Math/Optimization/ShiftScheduling/GA.php +++ b/Math/Optimization/ShiftScheduling/GA.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Optimization/ShiftScheduling/Population.php b/Math/Optimization/ShiftScheduling/Population.php index 58caf9539..885137bf9 100644 --- a/Math/Optimization/ShiftScheduling/Population.php +++ b/Math/Optimization/ShiftScheduling/Population.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Optimization/ShiftScheduling/Workday.php b/Math/Optimization/ShiftScheduling/Workday.php index 034de43b9..59966a52c 100644 --- a/Math/Optimization/ShiftScheduling/Workday.php +++ b/Math/Optimization/ShiftScheduling/Workday.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Optimization/ShiftScheduling/Worker.php b/Math/Optimization/ShiftScheduling/Worker.php index 3eb2a50ad..2ee093eda 100644 --- a/Math/Optimization/ShiftScheduling/Worker.php +++ b/Math/Optimization/ShiftScheduling/Worker.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Optimization/ShiftScheduling/WorkerPool.php b/Math/Optimization/ShiftScheduling/WorkerPool.php index 70516af84..f4c274cd7 100644 --- a/Math/Optimization/ShiftScheduling/WorkerPool.php +++ b/Math/Optimization/ShiftScheduling/WorkerPool.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Optimization/TSP/BruteForce.php b/Math/Optimization/TSP/BruteForce.php index d94b5ff4e..b5ad1c488 100644 --- a/Math/Optimization/TSP/BruteForce.php +++ b/Math/Optimization/TSP/BruteForce.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Optimization\TSP; /** * TSP solution with brute force. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Optimization/TSP/City.php b/Math/Optimization/TSP/City.php index d4d77b2c2..7b9a39092 100644 --- a/Math/Optimization/TSP/City.php +++ b/Math/Optimization/TSP/City.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Math\Geometry\Shape\D3\Sphere; /** * City class. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Optimization/TSP/CityPool.php b/Math/Optimization/TSP/CityPool.php index 1c6cf9608..dcd3ea4a0 100644 --- a/Math/Optimization/TSP/CityPool.php +++ b/Math/Optimization/TSP/CityPool.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Optimization\TSP; /** * City pool. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Optimization/TSP/GA.php b/Math/Optimization/TSP/GA.php index d9922873c..f48a851d7 100644 --- a/Math/Optimization/TSP/GA.php +++ b/Math/Optimization/TSP/GA.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Optimization\TSP; /** * TSP solution by genetic algorithm. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Optimization/TSP/Population.php b/Math/Optimization/TSP/Population.php index ef239c5ec..bfec067ff 100644 --- a/Math/Optimization/TSP/Population.php +++ b/Math/Optimization/TSP/Population.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Optimization\TSP; /** * Population class. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Optimization/TSP/Tour.php b/Math/Optimization/TSP/Tour.php index 196baa8d0..c5d3ac5a0 100644 --- a/Math/Optimization/TSP/Tour.php +++ b/Math/Optimization/TSP/Tour.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Optimization\TSP; /** * Tour class. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Parser/Evaluator.php b/Math/Parser/Evaluator.php index b8b687bb9..ada029e9a 100644 --- a/Math/Parser/Evaluator.php +++ b/Math/Parser/Evaluator.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Parser; /** * Shape interface. * - * @category Framework - * @package phpOMS\Math + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Statistic/Average.php b/Math/Statistic/Average.php index fd2b312a6..f85166833 100644 --- a/Math/Statistic/Average.php +++ b/Math/Statistic/Average.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +20,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; /** * Average class. * - * @category Framework - * @package phpOMS\Math\Statistic + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Statistic/Basic.php b/Math/Statistic/Basic.php index bbf5ce455..1f3549ae2 100644 --- a/Math/Statistic/Basic.php +++ b/Math/Statistic/Basic.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Statistic; /** * Basic statistic functions. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Statistic/Correlation.php b/Math/Statistic/Correlation.php index 49484a2eb..041d73ac4 100644 --- a/Math/Statistic/Correlation.php +++ b/Math/Statistic/Correlation.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Statistic; /** * Correlation. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Statistic/Forecast/Error.php b/Math/Statistic/Forecast/Error.php index c570d128d..a7429608e 100644 --- a/Math/Statistic/Forecast/Error.php +++ b/Math/Statistic/Forecast/Error.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\Math\Statistic\MeasureOfDispersion; /** * Basic forecast functions. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Statistic/Forecast/ForecastIntervalMultiplier.php b/Math/Statistic/Forecast/ForecastIntervalMultiplier.php index b8c51e283..87db7dfc9 100644 --- a/Math/Statistic/Forecast/ForecastIntervalMultiplier.php +++ b/Math/Statistic/Forecast/ForecastIntervalMultiplier.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Prediction interval multiplier. * - * @category Framework - * @package phpOMS\Datatypes + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Statistic/Forecast/Forecasts.php b/Math/Statistic/Forecast/Forecasts.php index 0bd985575..027c6c80f 100644 --- a/Math/Statistic/Forecast/Forecasts.php +++ b/Math/Statistic/Forecast/Forecasts.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Statistic\Forecast; /** * Address type enum. * - * @category Framework - * @package phpOMS\Datatypes + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Statistic/Forecast/Regression/LevelLevelRegression.php b/Math/Statistic/Forecast/Regression/LevelLevelRegression.php index 049bced2c..de0da33f6 100644 --- a/Math/Statistic/Forecast/Regression/LevelLevelRegression.php +++ b/Math/Statistic/Forecast/Regression/LevelLevelRegression.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Statistic\Forecast\Regression; /** * Regression class. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Statistic/Forecast/Regression/LevelLogRegression.php b/Math/Statistic/Forecast/Regression/LevelLogRegression.php index 8fdcd18f3..c80123e4a 100644 --- a/Math/Statistic/Forecast/Regression/LevelLogRegression.php +++ b/Math/Statistic/Forecast/Regression/LevelLogRegression.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; /** * Regression class. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Statistic/Forecast/Regression/LogLevelRegression.php b/Math/Statistic/Forecast/Regression/LogLevelRegression.php index e70fc46b6..aeb624559 100644 --- a/Math/Statistic/Forecast/Regression/LogLevelRegression.php +++ b/Math/Statistic/Forecast/Regression/LogLevelRegression.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; /** * Regression class. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Statistic/Forecast/Regression/LogLogRegression.php b/Math/Statistic/Forecast/Regression/LogLogRegression.php index 9bb338982..d8d7ef2ff 100644 --- a/Math/Statistic/Forecast/Regression/LogLogRegression.php +++ b/Math/Statistic/Forecast/Regression/LogLogRegression.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; /** * Regression class. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php b/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php index 5dda479b9..3b8448e33 100644 --- a/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php +++ b/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Statistic/Forecast/Regression/RegressionAbstract.php b/Math/Statistic/Forecast/Regression/RegressionAbstract.php index 7f576eab5..e0e036495 100644 --- a/Math/Statistic/Forecast/Regression/RegressionAbstract.php +++ b/Math/Statistic/Forecast/Regression/RegressionAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; /** * Regression abstract class. * - * @category Framework - * @package phpOMS\Math\Statistic + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Statistic/MeasureOfDispersion.php b/Math/Statistic/MeasureOfDispersion.php index e99605a3e..a33d54ef7 100644 --- a/Math/Statistic/MeasureOfDispersion.php +++ b/Math/Statistic/MeasureOfDispersion.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +20,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; /** * Measure of dispersion. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Stochastic/Distribution/BernoulliDistribution.php b/Math/Stochastic/Distribution/BernoulliDistribution.php index 927b4bb52..76c6c501b 100644 --- a/Math/Stochastic/Distribution/BernoulliDistribution.php +++ b/Math/Stochastic/Distribution/BernoulliDistribution.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Stochastic\Distribution; /** * Bernulli distribution. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Stochastic/Distribution/BetaDistribution.php b/Math/Stochastic/Distribution/BetaDistribution.php index 75acabca4..656223af5 100644 --- a/Math/Stochastic/Distribution/BetaDistribution.php +++ b/Math/Stochastic/Distribution/BetaDistribution.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Stochastic/Distribution/BinomialDistribution.php b/Math/Stochastic/Distribution/BinomialDistribution.php index d82ff658f..aa2c8d980 100644 --- a/Math/Stochastic/Distribution/BinomialDistribution.php +++ b/Math/Stochastic/Distribution/BinomialDistribution.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Math\Functions\Functions; /** * Binomial distribution. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Stochastic/Distribution/CauchyDistribution.php b/Math/Stochastic/Distribution/CauchyDistribution.php index 306a47178..6af567f27 100644 --- a/Math/Stochastic/Distribution/CauchyDistribution.php +++ b/Math/Stochastic/Distribution/CauchyDistribution.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Stochastic\Distribution; /** * Cauchy distribution. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Stochastic/Distribution/ChiSquaredDistribution.php b/Math/Stochastic/Distribution/ChiSquaredDistribution.php index 824d6c82a..ca54a9a07 100644 --- a/Math/Stochastic/Distribution/ChiSquaredDistribution.php +++ b/Math/Stochastic/Distribution/ChiSquaredDistribution.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Math\Functions\Functions; /** * Chi squared distribution. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Stochastic/Distribution/ExponentialDistribution.php b/Math/Stochastic/Distribution/ExponentialDistribution.php index 0f3551177..8dd995a28 100644 --- a/Math/Stochastic/Distribution/ExponentialDistribution.php +++ b/Math/Stochastic/Distribution/ExponentialDistribution.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Stochastic\Distribution; /** * Exponential distribution. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Stochastic/Distribution/FDistribution.php b/Math/Stochastic/Distribution/FDistribution.php index 0082c7b7d..87063cc06 100644 --- a/Math/Stochastic/Distribution/FDistribution.php +++ b/Math/Stochastic/Distribution/FDistribution.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Stochastic/Distribution/GammaDistribution.php b/Math/Stochastic/Distribution/GammaDistribution.php index 9f8dca14f..0d8f41743 100644 --- a/Math/Stochastic/Distribution/GammaDistribution.php +++ b/Math/Stochastic/Distribution/GammaDistribution.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Stochastic/Distribution/GeometricDistribution.php b/Math/Stochastic/Distribution/GeometricDistribution.php index e68aa27ca..2fa5e73fe 100644 --- a/Math/Stochastic/Distribution/GeometricDistribution.php +++ b/Math/Stochastic/Distribution/GeometricDistribution.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Stochastic\Distribution; /** * Geometric distribution. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Stochastic/Distribution/HypergeometricDistribution.php b/Math/Stochastic/Distribution/HypergeometricDistribution.php index 28b96712f..f9f96011f 100644 --- a/Math/Stochastic/Distribution/HypergeometricDistribution.php +++ b/Math/Stochastic/Distribution/HypergeometricDistribution.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Stochastic/Distribution/LaplaceDistribution.php b/Math/Stochastic/Distribution/LaplaceDistribution.php index 6caa41560..5e8ae4db3 100644 --- a/Math/Stochastic/Distribution/LaplaceDistribution.php +++ b/Math/Stochastic/Distribution/LaplaceDistribution.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Stochastic\Distribution; /** * Laplace distribution. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Stochastic/Distribution/LogDistribution.php b/Math/Stochastic/Distribution/LogDistribution.php index 46bd86f6d..9f5a98d4c 100644 --- a/Math/Stochastic/Distribution/LogDistribution.php +++ b/Math/Stochastic/Distribution/LogDistribution.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Stochastic/Distribution/LogNormalDistribution.php b/Math/Stochastic/Distribution/LogNormalDistribution.php index 1b9a31618..f940bb447 100644 --- a/Math/Stochastic/Distribution/LogNormalDistribution.php +++ b/Math/Stochastic/Distribution/LogNormalDistribution.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Stochastic/Distribution/LogisticDistribution.php b/Math/Stochastic/Distribution/LogisticDistribution.php index 1d2dab900..4673e43ed 100644 --- a/Math/Stochastic/Distribution/LogisticDistribution.php +++ b/Math/Stochastic/Distribution/LogisticDistribution.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Stochastic/Distribution/NormalDistribution.php b/Math/Stochastic/Distribution/NormalDistribution.php index 8474fd2ba..94db96e3a 100644 --- a/Math/Stochastic/Distribution/NormalDistribution.php +++ b/Math/Stochastic/Distribution/NormalDistribution.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Stochastic\Distribution; /** * Normal distribution. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Stochastic/Distribution/ParetoDistribution.php b/Math/Stochastic/Distribution/ParetoDistribution.php index 4e94076d5..02e7f699f 100644 --- a/Math/Stochastic/Distribution/ParetoDistribution.php +++ b/Math/Stochastic/Distribution/ParetoDistribution.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Stochastic/Distribution/PoissonDistribution.php b/Math/Stochastic/Distribution/PoissonDistribution.php index 8fb20b5b2..fa40d2c69 100644 --- a/Math/Stochastic/Distribution/PoissonDistribution.php +++ b/Math/Stochastic/Distribution/PoissonDistribution.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Math\Functions\Functions; /** * Well known functions class. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Stochastic/Distribution/TDistribution.php b/Math/Stochastic/Distribution/TDistribution.php index 00cf25779..a7c068ad2 100644 --- a/Math/Stochastic/Distribution/TDistribution.php +++ b/Math/Stochastic/Distribution/TDistribution.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Stochastic/Distribution/UniformDistributionContinuous.php b/Math/Stochastic/Distribution/UniformDistributionContinuous.php index 38cf5c1e5..05e174304 100644 --- a/Math/Stochastic/Distribution/UniformDistributionContinuous.php +++ b/Math/Stochastic/Distribution/UniformDistributionContinuous.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Stochastic\Distribution; /** * Uniform (continuous) distribution. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Stochastic/Distribution/UniformDistributionDiscrete.php b/Math/Stochastic/Distribution/UniformDistributionDiscrete.php index a3b6c6731..60b401a29 100644 --- a/Math/Stochastic/Distribution/UniformDistributionDiscrete.php +++ b/Math/Stochastic/Distribution/UniformDistributionDiscrete.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Math\Stochastic\Distribution; /** * Uniform (discrete) distribution. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Stochastic/Distribution/WeibullDistribution.php b/Math/Stochastic/Distribution/WeibullDistribution.php index 6dbc37c49..315bc96a4 100644 --- a/Math/Stochastic/Distribution/WeibullDistribution.php +++ b/Math/Stochastic/Distribution/WeibullDistribution.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Math/Stochastic/NaiveBayesFilter.php b/Math/Stochastic/NaiveBayesFilter.php index 59702b532..c968c45b8 100644 --- a/Math/Stochastic/NaiveBayesFilter.php +++ b/Math/Stochastic/NaiveBayesFilter.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -15,8 +15,7 @@ namespace phpOMS\Math\Stochastic; /** * Bernulli distribution. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Message/HeaderAbstract.php b/Message/HeaderAbstract.php index 073d86244..e59c5c8f6 100644 --- a/Message/HeaderAbstract.php +++ b/Message/HeaderAbstract.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Message + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Localization\Localization; /** * Response class. * - * @category Framework - * @package phpOMS\Message + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Message/Http/BrowserType.php b/Message/Http/BrowserType.php index ee3e57f74..3b188a4de 100644 --- a/Message/Http/BrowserType.php +++ b/Message/Http/BrowserType.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Message\Http + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,8 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * * Browser types can be used for statistics or in order to deliver browser specific content. * - * @category Framework - * @package phpOMS\Message\Http + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Message/Http/Header.php b/Message/Http/Header.php index cbf88600d..c0b02bf04 100644 --- a/Message/Http/Header.php +++ b/Message/Http/Header.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Message\Http + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +20,7 @@ use phpOMS\DataStorage\LockException; /** * Response class. * - * @category Framework - * @package phpOMS\Message\Http + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Message/Http/OSType.php b/Message/Http/OSType.php index a43eb8377..64478ca5c 100644 --- a/Message/Http/OSType.php +++ b/Message/Http/OSType.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Message\Http + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,8 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * * OS Types which could be useful in order to create statistics or deliver OS specific content. * - * @category Framework - * @package phpOMS\Message\Http + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Message/Http/Request.php b/Message/Http/Request.php index e770c69ac..bf75dce72 100644 --- a/Message/Http/Request.php +++ b/Message/Http/Request.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Message\Http + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,8 +25,7 @@ use phpOMS\Uri\UriInterface; /** * Request class. * - * @category Framework - * @package phpOMS\Message\Http + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Message/Http/RequestMethod.php b/Message/Http/RequestMethod.php index 51dc03def..ee41ab8f4 100644 --- a/Message/Http/RequestMethod.php +++ b/Message/Http/RequestMethod.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Message\Http + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Request method enum. * - * @category Framework - * @package phpOMS\Message\Http + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Message/Http/RequestStatus.php b/Message/Http/RequestStatus.php index 3ed4e025a..bd502f7e9 100644 --- a/Message/Http/RequestStatus.php +++ b/Message/Http/RequestStatus.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Message\Http + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Request status enum. * - * @category Framework - * @package phpOMS\Message\Http + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Message/Http/RequestStatusCode.php b/Message/Http/RequestStatusCode.php index 1888b1e0d..9d684d6d4 100644 --- a/Message/Http/RequestStatusCode.php +++ b/Message/Http/RequestStatusCode.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Message\Http + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +18,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Request status enum. * - * @category Framework - * @package phpOMS\Message\Http + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Message/Http/Response.php b/Message/Http/Response.php index 1b312519a..0a28e825e 100644 --- a/Message/Http/Response.php +++ b/Message/Http/Response.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Message\Http + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,8 +23,7 @@ use phpOMS\Views\View; /** * Response class. * - * @category Framework - * @package phpOMS\Message\Http + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Message/Http/Rest.php b/Message/Http/Rest.php index eb30a32aa..5ef83c57b 100644 --- a/Message/Http/Rest.php +++ b/Message/Http/Rest.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Message\Http + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +17,7 @@ namespace phpOMS\Message\Http; /** * Rest request class. * - * @category Framework - * @package phpOMS\Message\Http + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Message/Mail/EmailAbstract.php b/Message/Mail/EmailAbstract.php index b1a4fb2d7..c4fbd1e37 100644 --- a/Message/Mail/EmailAbstract.php +++ b/Message/Mail/EmailAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Message\Mail; /** * Mail class. * - * @category Framework - * @package phpOMS\Message\Mail + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Message/Mail/Imap.php b/Message/Mail/Imap.php index d8dfa55f0..80d477709 100644 --- a/Message/Mail/Imap.php +++ b/Message/Mail/Imap.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Message\Mail; /** * Imap mail class. * - * @category Framework - * @package phpOMS\Message\Mail + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Message/Mail/Mail.php b/Message/Mail/Mail.php index c2897f372..d6b70648f 100644 --- a/Message/Mail/Mail.php +++ b/Message/Mail/Mail.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Message\Mail; /** * Mail class. * - * @category Framework - * @package phpOMS\Message\Mail + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Message/Mail/Nntp.php b/Message/Mail/Nntp.php index 93bbba4eb..0007bfb2a 100644 --- a/Message/Mail/Nntp.php +++ b/Message/Mail/Nntp.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Message\Mail; /** * Imap mail class. * - * @category Framework - * @package phpOMS\Message\Mail + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Message/Mail/Pop3.php b/Message/Mail/Pop3.php index 9ecb831fd..bf876f315 100644 --- a/Message/Mail/Pop3.php +++ b/Message/Mail/Pop3.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Message\Mail; /** * Imap mail class. * - * @category Framework - * @package phpOMS\Message\Mail + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Message/MessageInterface.php b/Message/MessageInterface.php index 3c178fc9d..32dc4561d 100644 --- a/Message/MessageInterface.php +++ b/Message/MessageInterface.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Message + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +17,7 @@ namespace phpOMS\Message; /** * Message interface. * - * @category Framework - * @package phpOMS\Message + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Message/RequestAbstract.php b/Message/RequestAbstract.php index dd0a0632a..abb4abcac 100644 --- a/Message/RequestAbstract.php +++ b/Message/RequestAbstract.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Message + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -23,8 +22,7 @@ use phpOMS\Uri\UriInterface; * * @property mixed request * - * @category Framework - * @package phpOMS\Message + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Message/RequestSource.php b/Message/RequestSource.php index a67bc07c2..fd7c3e99f 100644 --- a/Message/RequestSource.php +++ b/Message/RequestSource.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Message + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Request source enum. * - * @category Framework - * @package phpOMS\Message + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Message/ResponseAbstract.php b/Message/ResponseAbstract.php index 462b0e7ba..a54745877 100644 --- a/Message/ResponseAbstract.php +++ b/Message/ResponseAbstract.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Message + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +17,7 @@ namespace phpOMS\Message; /** * Response abstract class. * - * @category Framework - * @package phpOMS\Message + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Message/ResponseType.php b/Message/ResponseType.php index 6f69261f2..85cfea215 100644 --- a/Message/ResponseType.php +++ b/Message/ResponseType.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Message + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Request type enum. * - * @category Framework - * @package phpOMS\Message + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Message/Socket/Request.php b/Message/Socket/Request.php index facf5d2b8..184d9db48 100644 --- a/Message/Socket/Request.php +++ b/Message/Socket/Request.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Message/Socket/Response.php b/Message/Socket/Response.php index 7f01dceea..d31d41d10 100644 --- a/Message/Socket/Response.php +++ b/Message/Socket/Response.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Message/UploadedFileInterface.php b/Message/UploadedFileInterface.php index 3bb78dbf0..af65d982b 100644 --- a/Message/UploadedFileInterface.php +++ b/Message/UploadedFileInterface.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Message + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +17,7 @@ namespace phpOMS\Message; /** * Upload interface. * - * @category Framework - * @package phpOMS\Message + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Model/Html/Head.php b/Model/Html/Head.php index e9c96a33b..691a60301 100644 --- a/Model/Html/Head.php +++ b/Model/Html/Head.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS/Model + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,8 +23,7 @@ use phpOMS\Localization\ISO639x1Enum; * * Responsible for handling everything that's going on in the * - * @category Framework - * @package phpOMS/Model + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Model/Html/Meta.php b/Model/Html/Meta.php index 4d3e2e5d7..efcbe5133 100644 --- a/Model/Html/Meta.php +++ b/Model/Html/Meta.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS/Model + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\Contract\RenderableInterface; /** * Meta class. * - * @category Framework - * @package phpOMS/Model + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Module/ActivateAbstract.php b/Module/ActivateAbstract.php index 600308cb7..cdd0e5912 100644 --- a/Module/ActivateAbstract.php +++ b/Module/ActivateAbstract.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Module + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +20,7 @@ use phpOMS\DataStorage\Database\DatabasePool; /** * Installer Abstract class. * - * @category Framework - * @package phpOMS\Module + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Module/ConsoleInterface.php b/Module/ConsoleInterface.php index 678bf4712..b89f1b36e 100644 --- a/Module/ConsoleInterface.php +++ b/Module/ConsoleInterface.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Module + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +17,7 @@ namespace phpOMS\Module; /** * Console module interface. * - * @category Framework - * @package phpOMS\Module + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Module/DeactivateAbstract.php b/Module/DeactivateAbstract.php index 9b5640de1..f493700da 100644 --- a/Module/DeactivateAbstract.php +++ b/Module/DeactivateAbstract.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Module + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +20,7 @@ use phpOMS\DataStorage\Database\DatabasePool; /** * Installer Abstract class. * - * @category Framework - * @package phpOMS\Module + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Module/Exception/InvalidModuleException.php b/Module/Exception/InvalidModuleException.php index 94a49dee1..702dd394f 100644 --- a/Module/Exception/InvalidModuleException.php +++ b/Module/Exception/InvalidModuleException.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Module + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +17,7 @@ namespace phpOMS\Module\Exception; /** * Zero devision exception. * - * @category Framework - * @package phpOMS\Module + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Module/Exception/InvalidThemeException.php b/Module/Exception/InvalidThemeException.php index 4dee02067..e2c31f84e 100644 --- a/Module/Exception/InvalidThemeException.php +++ b/Module/Exception/InvalidThemeException.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Module + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +17,7 @@ namespace phpOMS\Module\Exception; /** * Zero devision exception. * - * @category Framework - * @package phpOMS\Module + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Module/InfoManager.php b/Module/InfoManager.php index d8a1af4e6..f5087cb81 100644 --- a/Module/InfoManager.php +++ b/Module/InfoManager.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Module + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -23,8 +22,7 @@ use phpOMS\Utils\ArrayUtils; * * Handling the info files for modules * - * @category Framework - * @package phpOMS\Module + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Module/InstallerAbstract.php b/Module/InstallerAbstract.php index 0809dac45..ccf52e1cb 100644 --- a/Module/InstallerAbstract.php +++ b/Module/InstallerAbstract.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Module + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -25,8 +24,7 @@ use phpOMS\Utils\Parser\Php\ArrayParser; /** * Installer Abstract class. * - * @category Framework - * @package phpOMS\Module + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Module/ModuleAbstract.php b/Module/ModuleAbstract.php index e1692cb22..7864b19c8 100644 --- a/Module/ModuleAbstract.php +++ b/Module/ModuleAbstract.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Module + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +17,7 @@ namespace phpOMS\Module; /** * Module abstraction class. * - * @category Framework - * @package phpOMS\Module + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Module/ModuleFactory.php b/Module/ModuleFactory.php index 9080b3ffa..c16bc1070 100644 --- a/Module/ModuleFactory.php +++ b/Module/ModuleFactory.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Module + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -23,8 +22,7 @@ use phpOMS\ApplicationAbstract; * * Responsible for initializing modules as singletons * - * @category Framework - * @package phpOMS\Module + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Module/ModuleManager.php b/Module/ModuleManager.php index 916e17498..f7b42a98e 100644 --- a/Module/ModuleManager.php +++ b/Module/ModuleManager.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Module + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -28,8 +27,7 @@ use phpOMS\Module\Exception\InvalidModuleException; * * General module functionality such as listings and initialization. * - * @category Framework - * @package phpOMS\Module + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Module/ModuleStatus.php b/Module/ModuleStatus.php index 65fde7f44..bf41eb54e 100644 --- a/Module/ModuleStatus.php +++ b/Module/ModuleStatus.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +18,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Module status enum. * - * @category phpOMS - * @package Module + * @package phpOMS * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Module/NullModule.php b/Module/NullModule.php index e99c65173..353b8ab32 100644 --- a/Module/NullModule.php +++ b/Module/NullModule.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Module + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +17,7 @@ namespace phpOMS\Module; /** * Module abstraction class. * - * @category Framework - * @package phpOMS\Module + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Module/PackageManager.php b/Module/PackageManager.php index b32b81871..9973430c4 100644 --- a/Module/PackageManager.php +++ b/Module/PackageManager.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Module + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -27,8 +26,7 @@ use phpOMS\Utils\StringUtils; * * The package manager is responsible for handling installation and update packages for modules, frameworks and resources. * - * @category Framework - * @package phpOMS\Module + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Module/SocketInterface.php b/Module/SocketInterface.php index 0a5acf7d7..55b7c44dd 100644 --- a/Module/SocketInterface.php +++ b/Module/SocketInterface.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Module + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +17,7 @@ namespace phpOMS\Module; /** * Socket module interface. * - * @category Framework - * @package phpOMS\Module + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Module/UninstallAbstract.php b/Module/UninstallAbstract.php index cd52f1396..c04eddf0d 100644 --- a/Module/UninstallAbstract.php +++ b/Module/UninstallAbstract.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Module + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\DataStorage\Database\DatabasePool; /** * Installer Abstract class. * - * @category Framework - * @package phpOMS\Module + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Module/UpdateAbstract.php b/Module/UpdateAbstract.php index 96fb4f2a4..3523ded9e 100644 --- a/Module/UpdateAbstract.php +++ b/Module/UpdateAbstract.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Module + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\DataStorage\Database\DatabasePool; /** * Installer Abstract class. * - * @category Framework - * @package phpOMS\Module + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Module/WebInterface.php b/Module/WebInterface.php index 2b43b45f2..2eea229c7 100644 --- a/Module/WebInterface.php +++ b/Module/WebInterface.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS\Module + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +17,7 @@ namespace phpOMS\Module; /** * Web module interface. * - * @category Framework - * @package phpOMS\Module + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Router/RouteVerb.php b/Router/RouteVerb.php index ebb2fbcbf..262402aff 100644 --- a/Router/RouteVerb.php +++ b/Router/RouteVerb.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Route verb enum. * - * @category Framework - * @package phpOMS\Router + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Router/Router.php b/Router/Router.php index 1a9640184..ebd9d686f 100644 --- a/Router/Router.php +++ b/Router/Router.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Message\RequestAbstract; /** * Router class. * - * @category Framework - * @package phpOMS\Router + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Socket/Client/Client.php b/Socket/Client/Client.php index d4a34c891..c0ffd86eb 100644 --- a/Socket/Client/Client.php +++ b/Socket/Client/Client.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +20,7 @@ use phpOMS\Socket\SocketAbstract; /** * Client socket class. * - * @category Framework - * @package phpOMS\Socket\Client + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Socket/Client/ClientConnection.php b/Socket/Client/ClientConnection.php index a87c48342..3b9d9ee02 100644 --- a/Socket/Client/ClientConnection.php +++ b/Socket/Client/ClientConnection.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Socket\Client; /** * Client socket class. * - * @category Framework - * @package phpOMS\Socket\Client + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Socket/Client/NullClientConnection.php b/Socket/Client/NullClientConnection.php index 3a77ce827..5963d562d 100644 --- a/Socket/Client/NullClientConnection.php +++ b/Socket/Client/NullClientConnection.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Socket\Client; /** * Client socket class. * - * @category Framework - * @package phpOMS\Socket\Client + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Socket/CommandManager.php b/Socket/CommandManager.php index 0b3f16d84..ae2b608f7 100644 --- a/Socket/CommandManager.php +++ b/Socket/CommandManager.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Socket; /** * CommandManager class. * - * @category Framework - * @package phpOMS\Socket + * @package Framework * @since 1.0.0 * * @todo : Hey, this looks like a copy of an event manager! diff --git a/Socket/Packets/Header.php b/Socket/Packets/Header.php index 115ec454c..c1381c1a6 100644 --- a/Socket/Packets/Header.php +++ b/Socket/Packets/Header.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ namespace phpOMS\Socket\Packets; * * Parsing/serializing arrays to and from php file * - * @category System - * @package Framework + * @package System * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Socket/Packets/PacketAbstract.php b/Socket/Packets/PacketAbstract.php index 438c13ad5..7ebe3ab8b 100644 --- a/Socket/Packets/PacketAbstract.php +++ b/Socket/Packets/PacketAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +20,7 @@ namespace phpOMS\Socket\Packets; * * Parsing/serializing arrays to and from php file * - * @category System - * @package Framework + * @package System * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Socket/Packets/PacketManager.php b/Socket/Packets/PacketManager.php index a27fce42d..df29e2ca0 100644 --- a/Socket/Packets/PacketManager.php +++ b/Socket/Packets/PacketManager.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,8 +22,7 @@ use phpOMS\Socket\Server\ClientManager; * * Parsing/serializing arrays to and from php file * - * @category System - * @package Framework + * @package System * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Socket/Packets/PacketType.php b/Socket/Packets/PacketType.php index b346c69a4..38d624171 100644 --- a/Socket/Packets/PacketType.php +++ b/Socket/Packets/PacketType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Packet type enum. * - * @category Framework - * @package phpOMS\Socket\Packets + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Socket/Server/ClientManager.php b/Socket/Server/ClientManager.php index 030a15208..50d76944e 100644 --- a/Socket/Server/ClientManager.php +++ b/Socket/Server/ClientManager.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Socket/Server/Server.php b/Socket/Server/Server.php index 3d57962ab..f5ace21ca 100644 --- a/Socket/Server/Server.php +++ b/Socket/Server/Server.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,8 +22,7 @@ use phpOMS\Socket\SocketAbstract; /** * Server class. * - * @category Framework - * @package phpOMS\Socket\Server + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Socket/SocketAbstract.php b/Socket/SocketAbstract.php index 5967e8414..5a2601842 100644 --- a/Socket/SocketAbstract.php +++ b/Socket/SocketAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Socket; /** * Socket class. * - * @category Socket - * @package Framework + * @package Socket * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Socket/SocketInterface.php b/Socket/SocketInterface.php index 70c129d92..1f8804285 100644 --- a/Socket/SocketInterface.php +++ b/Socket/SocketInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Socket; /** * Socket class. * - * @category Socket - * @package Framework + * @package Socket * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Socket/SocketType.php b/Socket/SocketType.php index 5ca90329e..dd6239b55 100644 --- a/Socket/SocketType.php +++ b/Socket/SocketType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Socket type enum. * - * @category Framework - * @package phpOMS\Socket + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Stdlib/Base/Address.php b/Stdlib/Base/Address.php index 7c79de4cc..284416088 100644 --- a/Stdlib/Base/Address.php +++ b/Stdlib/Base/Address.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Stdlib\Base; /** * Address class. * - * @category Framework - * @package phpOMS\Datatypes + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Stdlib/Base/AddressType.php b/Stdlib/Base/AddressType.php index e36f8b8af..ffcc7bfd3 100644 --- a/Stdlib/Base/AddressType.php +++ b/Stdlib/Base/AddressType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Stdlib\Base; /** * Address type enum. * - * @category Framework - * @package phpOMS\Datatypes + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Stdlib/Base/Enum.php b/Stdlib/Base/Enum.php index ab18b30ab..7bc7bdf0c 100644 --- a/Stdlib/Base/Enum.php +++ b/Stdlib/Base/Enum.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ namespace phpOMS\Stdlib\Base; * * Replacing the SplEnum class and providing basic enum. * - * @category Framework - * @package phpOMS\Datatypes + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Stdlib/Base/EnumArray.php b/Stdlib/Base/EnumArray.php index b688e7c03..6581c17ab 100644 --- a/Stdlib/Base/EnumArray.php +++ b/Stdlib/Base/EnumArray.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ namespace phpOMS\Stdlib\Base; * * Replacing the SplEnum class and providing basic enum. * - * @category Framework - * @package phpOMS\Datatypes + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Stdlib/Base/ExactFloat.php b/Stdlib/Base/ExactFloat.php index 9b7294f57..b523e49f0 100644 --- a/Stdlib/Base/ExactFloat.php +++ b/Stdlib/Base/ExactFloat.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Stdlib/Base/Exception/InvalidEnumName.php b/Stdlib/Base/Exception/InvalidEnumName.php index 234461443..9c024a239 100644 --- a/Stdlib/Base/Exception/InvalidEnumName.php +++ b/Stdlib/Base/Exception/InvalidEnumName.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ namespace phpOMS\Stdlib\Base\Exception; * * Performing operations on the file system * - * @category Framework - * @package phpOMS\Datatypes + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Stdlib/Base/Exception/InvalidEnumValue.php b/Stdlib/Base/Exception/InvalidEnumValue.php index 7eb5914ab..3d554f113 100644 --- a/Stdlib/Base/Exception/InvalidEnumValue.php +++ b/Stdlib/Base/Exception/InvalidEnumValue.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ namespace phpOMS\Stdlib\Base\Exception; * * Performing operations on the file system * - * @category Framework - * @package phpOMS\Datatypes + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Stdlib/Base/Iban.php b/Stdlib/Base/Iban.php index 2f94712a2..f6a9da93c 100644 --- a/Stdlib/Base/Iban.php +++ b/Stdlib/Base/Iban.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Validation\Finance\IbanEnum; /** * Iban class. * - * @category Framework - * @package phpOMS\Datatypes + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Stdlib/Base/Location.php b/Stdlib/Base/Location.php index 37cfafddf..63348d527 100644 --- a/Stdlib/Base/Location.php +++ b/Stdlib/Base/Location.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Stdlib\Base; /** * Location class. * - * @category Framework - * @package phpOMS\Datatypes + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Stdlib/Base/NullLocation.php b/Stdlib/Base/NullLocation.php index 18a239207..8a416858f 100644 --- a/Stdlib/Base/NullLocation.php +++ b/Stdlib/Base/NullLocation.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Stdlib\Base; /** * Location class. * - * @category Framework - * @package phpOMS\Datatypes + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Stdlib/Base/PhoneType.php b/Stdlib/Base/PhoneType.php index 953ce3ab1..7087498a5 100644 --- a/Stdlib/Base/PhoneType.php +++ b/Stdlib/Base/PhoneType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Stdlib\Base; /** * Address type enum. * - * @category Framework - * @package phpOMS\Datatypes + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Stdlib/Base/SmartDateTime.php b/Stdlib/Base/SmartDateTime.php index 3a443196d..99c821401 100644 --- a/Stdlib/Base/SmartDateTime.php +++ b/Stdlib/Base/SmartDateTime.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\Math\Functions\Functions; * * Providing smarter datetimes * - * @category Framework - * @package phpOMS\Datatypes + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Stdlib/Graph/BinaryTree.php b/Stdlib/Graph/BinaryTree.php index 95a03a2f9..bc5cf1b40 100644 --- a/Stdlib/Graph/BinaryTree.php +++ b/Stdlib/Graph/BinaryTree.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Stdlib\Graph; /** * Tree class. * - * @category Framework - * @package phpOMS\Datatypes + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Stdlib/Graph/Edge.php b/Stdlib/Graph/Edge.php index bb00cbd86..acfec355d 100644 --- a/Stdlib/Graph/Edge.php +++ b/Stdlib/Graph/Edge.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Stdlib\Graph; /** * Tree class. * - * @category Framework - * @package phpOMS\Datatypes + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Stdlib/Graph/Graph.php b/Stdlib/Graph/Graph.php index 1b166b7f9..f9dbd0ae0 100644 --- a/Stdlib/Graph/Graph.php +++ b/Stdlib/Graph/Graph.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Stdlib\Graph; /** * Tree class. * - * @category Framework - * @package phpOMS\Datatypes + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Stdlib/Graph/Node.php b/Stdlib/Graph/Node.php index 33730f865..48b74d05f 100644 --- a/Stdlib/Graph/Node.php +++ b/Stdlib/Graph/Node.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Stdlib\Graph; /** * Tree class. * - * @category Framework - * @package phpOMS\Datatypes + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Stdlib/Graph/Tree.php b/Stdlib/Graph/Tree.php index 2cf50a2a4..b4b39e72b 100644 --- a/Stdlib/Graph/Tree.php +++ b/Stdlib/Graph/Tree.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Stdlib\Graph; /** * Tree class. * - * @category Framework - * @package phpOMS\Datatypes + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Stdlib/Map/KeyType.php b/Stdlib/Map/KeyType.php index a34d5d646..d694bf887 100644 --- a/Stdlib/Map/KeyType.php +++ b/Stdlib/Map/KeyType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Account type enum. * - * @category Framework - * @package phpOMS\Stdlib + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Stdlib/Map/MultiMap.php b/Stdlib/Map/MultiMap.php index ad10cf1fa..85173775a 100644 --- a/Stdlib/Map/MultiMap.php +++ b/Stdlib/Map/MultiMap.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Utils\Permutation; /** * Multimap utils. * - * @category Framework - * @package phpOMS\Stdlib + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Stdlib/Map/OrderType.php b/Stdlib/Map/OrderType.php index cab786993..6f60a3b29 100644 --- a/Stdlib/Map/OrderType.php +++ b/Stdlib/Map/OrderType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Account type enum. * - * @category Framework - * @package phpOMS\Stdlib + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Stdlib/Queue/PriorityMode.php b/Stdlib/Queue/PriorityMode.php index 675271475..0ccc99c64 100644 --- a/Stdlib/Queue/PriorityMode.php +++ b/Stdlib/Queue/PriorityMode.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Account type enum. * - * @category Framework - * @package phpOMS\Stdlib + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Stdlib/Queue/PriorityQueue.php b/Stdlib/Queue/PriorityQueue.php index eb3e69e3d..bf0d94c30 100644 --- a/Stdlib/Queue/PriorityQueue.php +++ b/Stdlib/Queue/PriorityQueue.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Stdlib\Queue; /** * Priority queue class. * - * @category Framework - * @package phpOMS\Stdlib + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/System/File/ContainerInterface.php b/System/File/ContainerInterface.php index 62ffb23cc..60b38584b 100644 --- a/System/File/ContainerInterface.php +++ b/System/File/ContainerInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ namespace phpOMS\System\File; * * Performing operations on the file system * - * @category Framework - * @package phpOMS\System\File + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/System/File/ContentPutMode.php b/System/File/ContentPutMode.php index 6f6510e73..1c464c0d4 100644 --- a/System/File/ContentPutMode.php +++ b/System/File/ContentPutMode.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * * Database types that are supported by the application * - * @category Framework - * @package phpOMS\System + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/System/File/DirectoryInterface.php b/System/File/DirectoryInterface.php index 65cfc208e..4e9f6c4f3 100644 --- a/System/File/DirectoryInterface.php +++ b/System/File/DirectoryInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ namespace phpOMS\System\File; * * Performing operations on the file system * - * @category Framework - * @package phpOMS\System\File + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/System/File/ExtensionType.php b/System/File/ExtensionType.php index 89982b9af..55a47fd5d 100644 --- a/System/File/ExtensionType.php +++ b/System/File/ExtensionType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * * Database types that are supported by the application * - * @category Framework - * @package phpOMS\System + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/System/File/FileInterface.php b/System/File/FileInterface.php index d472a9004..b73f6ff85 100644 --- a/System/File/FileInterface.php +++ b/System/File/FileInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ namespace phpOMS\System\File; * * Performing operations on the file system * - * @category Framework - * @package phpOMS\System\File + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/System/File/FileUtils.php b/System/File/FileUtils.php index 2e93afcd2..263f81c42 100644 --- a/System/File/FileUtils.php +++ b/System/File/FileUtils.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\System\File; /** * Path exception class. * - * @category Framework - * @package phpOMS\System\File + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/System/File/Ftp/Directory.php b/System/File/Ftp/Directory.php index 6ca149f5f..02787a9cc 100644 --- a/System/File/Ftp/Directory.php +++ b/System/File/Ftp/Directory.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,8 +26,7 @@ use phpOMS\Uri\Http; * * Performing operations on the file system * - * @category Framework - * @package phpOMS\System\File + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/System/File/Ftp/File.php b/System/File/Ftp/File.php index edbc65b2f..ae387693d 100644 --- a/System/File/Ftp/File.php +++ b/System/File/Ftp/File.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -30,8 +30,7 @@ use phpOMS\Uri\Http; * * All static implementations require a path/uri in the following form: ftp://user:pass@domain.com/path/subpath... * - * @category Framework - * @package phpOMS\System\File + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/System/File/Ftp/FtpStorage.php b/System/File/Ftp/FtpStorage.php index e22dd9345..7b3846eda 100644 --- a/System/File/Ftp/FtpStorage.php +++ b/System/File/Ftp/FtpStorage.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\System\File\PathException; * * Performing operations on the file system * - * @category Framework - * @package phpOMS\System\File + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/System/File/Local/Directory.php b/System/File/Local/Directory.php index 8ea6ee89c..798d595e2 100644 --- a/System/File/Local/Directory.php +++ b/System/File/Local/Directory.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,8 +24,7 @@ use phpOMS\Utils\StringUtils; * * Performing operations on the file system * - * @category Framework - * @package phpOMS\System\File + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/System/File/Local/File.php b/System/File/Local/File.php index 72b4ac76d..0509492e3 100644 --- a/System/File/Local/File.php +++ b/System/File/Local/File.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,8 +24,7 @@ use phpOMS\System\File\PathException; * * Performing operations on the file system * - * @category Framework - * @package phpOMS\System\File + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/System/File/Local/FileAbstract.php b/System/File/Local/FileAbstract.php index 6076d45b0..7c55c8968 100644 --- a/System/File/Local/FileAbstract.php +++ b/System/File/Local/FileAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +20,7 @@ use phpOMS\System\File\ContainerInterface; * * Performing operations on the file system * - * @category Framework - * @package phpOMS\System\File + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/System/File/Local/LocalStorage.php b/System/File/Local/LocalStorage.php index 4e5e95272..b98790901 100644 --- a/System/File/Local/LocalStorage.php +++ b/System/File/Local/LocalStorage.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\System\File\PathException; * * Performing operations on the file system * - * @category Framework - * @package phpOMS\System\File + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/System/File/PathException.php b/System/File/PathException.php index 45ee3697e..7f28d91bd 100644 --- a/System/File/PathException.php +++ b/System/File/PathException.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\System\File; /** * Path exception class. * - * @category Framework - * @package phpOMS\System\File + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/System/File/PermissionException.php b/System/File/PermissionException.php index 96ebe5675..be4891068 100644 --- a/System/File/PermissionException.php +++ b/System/File/PermissionException.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\System\File; /** * Permission exception class. * - * @category Framework - * @package phpOMS\System\File + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/System/File/Storage.php b/System/File/Storage.php index 793b8de1e..f2bee94a1 100644 --- a/System/File/Storage.php +++ b/System/File/Storage.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ namespace phpOMS\System\File; * * Performing operations on the file system * - * @category Framework - * @package phpOMS\System\File + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/System/File/StorageAbstract.php b/System/File/StorageAbstract.php index abc1bf4c8..307ce7616 100644 --- a/System/File/StorageAbstract.php +++ b/System/File/StorageAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ namespace phpOMS\System\File; * * Performing operations on the file system * - * @category Framework - * @package phpOMS\System\File + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/System/MimeType.php b/System/MimeType.php index 451729bd3..da7150bff 100644 --- a/System/MimeType.php +++ b/System/MimeType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * * Database types that are supported by the application * - * @category Framework - * @package phpOMS\System + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/System/OperatingSystem.php b/System/OperatingSystem.php index 32aed0c49..89e00d5ad 100644 --- a/System/OperatingSystem.php +++ b/System/OperatingSystem.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\System; /** * Operating system class. * - * @category Framework - * @package phpOMS\System + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/System/SystemType.php b/System/SystemType.php index 3e47864f3..78f9304c3 100644 --- a/System/SystemType.php +++ b/System/SystemType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * * Database types that are supported by the application * - * @category Framework - * @package phpOMS\System + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/System/SystemUtils.php b/System/SystemUtils.php index 10acf8749..e9a8874ec 100644 --- a/System/SystemUtils.php +++ b/System/SystemUtils.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\System; /** * System utils * - * @category Framework - * @package phpOMS\System + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/UnhandledHandler.php b/UnhandledHandler.php index efa68abd8..2bebae229 100644 --- a/UnhandledHandler.php +++ b/UnhandledHandler.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,6 @@ use phpOMS\Log\FileLogger; /** * Default exception and error handler. * - * @category Web * @package Web * @since 1.0.0 */ diff --git a/Uri/Http.php b/Uri/Http.php index eddc67241..033a6f3d5 100644 --- a/Uri/Http.php +++ b/Uri/Http.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\Utils\StringUtils; * * Used in order to create and evaluate a uri * - * @category Framework - * @package phpOMS/Uri + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Uri/InvalidUriException.php b/Uri/InvalidUriException.php index 69fbb1e0a..48dfb8219 100644 --- a/Uri/InvalidUriException.php +++ b/Uri/InvalidUriException.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Uri; /** * Uri exception. * - * @category Framework - * @package phpOMS/Uri + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Uri/UriFactory.php b/Uri/UriFactory.php index 368fbb3af..71d59b7b4 100644 --- a/Uri/UriFactory.php +++ b/Uri/UriFactory.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ namespace phpOMS\Uri; * * Used in order to create a uri * - * @category Framework - * @package phpOMS/Uri + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Uri/UriInterface.php b/Uri/UriInterface.php index 3b12b820c..d2bb92b8c 100644 --- a/Uri/UriInterface.php +++ b/Uri/UriInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Uri; /** * Uri interface. * - * @category Framework - * @package phpOMS/Uri + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Uri/UriScheme.php b/Uri/UriScheme.php index db86476e0..3fd8a1dca 100644 --- a/Uri/UriScheme.php +++ b/Uri/UriScheme.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Uri scheme. * - * @category Framework - * @package phpOMS/Uri + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/ArrayUtils.php b/Utils/ArrayUtils.php index 42cc6a9bc..75f5e45d3 100644 --- a/Utils/ArrayUtils.php +++ b/Utils/ArrayUtils.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils; /** * Array utils. * - * @category Framework - * @package phpOMS\Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Barcode/Aztec.php b/Utils/Barcode/Aztec.php index 994505a7e..0ec1e96c0 100644 --- a/Utils/Barcode/Aztec.php +++ b/Utils/Barcode/Aztec.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Barcode; /** * Aztec class. * - * @category Log - * @package Framework + * @package Log * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Barcode/C128Abstract.php b/Utils/Barcode/C128Abstract.php index b4d0c5cd7..e2b8ee82f 100644 --- a/Utils/Barcode/C128Abstract.php +++ b/Utils/Barcode/C128Abstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Exception\InvalidEnumValue; /** * Code 128 abstract class. * - * @category Log - * @package Framework + * @package Log * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Barcode/C128a.php b/Utils/Barcode/C128a.php index 9844fe545..ce870f4fd 100644 --- a/Utils/Barcode/C128a.php +++ b/Utils/Barcode/C128a.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Barcode; /** * Code 128a class. * - * @category Log - * @package Framework + * @package Log * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Barcode/C128b.php b/Utils/Barcode/C128b.php index 0aed554d1..3336622dc 100644 --- a/Utils/Barcode/C128b.php +++ b/Utils/Barcode/C128b.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Barcode; /** * Code 128b class. * - * @category Log - * @package Framework + * @package Log * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Barcode/C128c.php b/Utils/Barcode/C128c.php index 1704e042b..ceda8f8fa 100644 --- a/Utils/Barcode/C128c.php +++ b/Utils/Barcode/C128c.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Barcode; /** * Code 128c class. * - * @category Log - * @package Framework + * @package Log * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Barcode/C25.php b/Utils/Barcode/C25.php index bbb5d6371..507cc84d3 100644 --- a/Utils/Barcode/C25.php +++ b/Utils/Barcode/C25.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Barcode; /** * Code 25 class. * - * @category Log - * @package Framework + * @package Log * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Barcode/C39.php b/Utils/Barcode/C39.php index 62da4331a..188e37b4b 100644 --- a/Utils/Barcode/C39.php +++ b/Utils/Barcode/C39.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Barcode; /** * Code 39 class. * - * @category Log - * @package Framework + * @package Log * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Barcode/Codebar.php b/Utils/Barcode/Codebar.php index ef0850f4d..f386f8da9 100644 --- a/Utils/Barcode/Codebar.php +++ b/Utils/Barcode/Codebar.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Barcode; /** * Codebar class. * - * @category Log - * @package Framework + * @package Log * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Barcode/Datamatrix.php b/Utils/Barcode/Datamatrix.php index 936cf1dd2..50fa61058 100644 --- a/Utils/Barcode/Datamatrix.php +++ b/Utils/Barcode/Datamatrix.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Barcode; /** * Aztec class. * - * @category Log - * @package Framework + * @package Log * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Barcode/HIBCC.php b/Utils/Barcode/HIBCC.php index 41d513f0c..5a1db8b54 100644 --- a/Utils/Barcode/HIBCC.php +++ b/Utils/Barcode/HIBCC.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Barcode; /** * Aztec class. * - * @category Log - * @package Framework + * @package Log * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Barcode/OrientationType.php b/Utils/Barcode/OrientationType.php index 498f3c3f0..32f6f41bb 100644 --- a/Utils/Barcode/OrientationType.php +++ b/Utils/Barcode/OrientationType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Account type enum. * - * @category Framework - * @package phpOMS\DataStorage\Database + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Barcode/QR.php b/Utils/Barcode/QR.php index 0635b1e76..c82595007 100644 --- a/Utils/Barcode/QR.php +++ b/Utils/Barcode/QR.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Barcode; /** * Aztec class. * - * @category Log - * @package Framework + * @package Log * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/ColorUtils.php b/Utils/ColorUtils.php index deb29749b..0a46ca142 100644 --- a/Utils/ColorUtils.php +++ b/Utils/ColorUtils.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils; /** * Color class for color operations. * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Compression/CompressionInterface.php b/Utils/Compression/CompressionInterface.php index fdd025275..bf6d3fc28 100644 --- a/Utils/Compression/CompressionInterface.php +++ b/Utils/Compression/CompressionInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Compression; /** * Compression Interface * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Compression/LZW.php b/Utils/Compression/LZW.php index 3a5fa5cb0..1030b8fee 100644 --- a/Utils/Compression/LZW.php +++ b/Utils/Compression/LZW.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Compression; /** * LZW compression class * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Converter/AngleType.php b/Utils/Converter/AngleType.php index 48d22af0a..7be463e0f 100644 --- a/Utils/Converter/AngleType.php +++ b/Utils/Converter/AngleType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Speed type enum. * - * @category Framework - * @package phpOMS\Utils\Converter + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Converter/AreaType.php b/Utils/Converter/AreaType.php index fa70e9660..938c22502 100644 --- a/Utils/Converter/AreaType.php +++ b/Utils/Converter/AreaType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Area type enum. * - * @category Framework - * @package phpOMS\Utils\Converter + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Converter/Currency.php b/Utils/Converter/Currency.php index 3b5a0184a..71331dc1d 100644 --- a/Utils/Converter/Currency.php +++ b/Utils/Converter/Currency.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -23,8 +23,7 @@ use phpOMS\Uri\Http; /** * Currency converter. * - * @category Framework - * @package phpOMS\Utils\Converter + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Converter/EnergyPowerType.php b/Utils/Converter/EnergyPowerType.php index b5aac8838..5fd6cb7a0 100644 --- a/Utils/Converter/EnergyPowerType.php +++ b/Utils/Converter/EnergyPowerType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Speed type enum. * - * @category Framework - * @package phpOMS\Utils\Converter + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Converter/File.php b/Utils/Converter/File.php index 9da56dd73..c4931903d 100644 --- a/Utils/Converter/File.php +++ b/Utils/Converter/File.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Converter; /** * File converter. * - * @category Framework - * @package phpOMS\Utils\Converter + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Converter/FileSizeType.php b/Utils/Converter/FileSizeType.php index 72a9673b9..bd0fcfb07 100644 --- a/Utils/Converter/FileSizeType.php +++ b/Utils/Converter/FileSizeType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * File size type enum. * - * @category Framework - * @package phpOMS\Utils\Converter + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Converter/Ip.php b/Utils/Converter/Ip.php index 1910a4b91..1ca6560f1 100644 --- a/Utils/Converter/Ip.php +++ b/Utils/Converter/Ip.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Converter; /** * Ip converter. * - * @category Framework - * @package phpOMS\Utils\Converter + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Converter/LengthType.php b/Utils/Converter/LengthType.php index a65e51915..1c3032d31 100644 --- a/Utils/Converter/LengthType.php +++ b/Utils/Converter/LengthType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Length type enum. * - * @category Framework - * @package phpOMS\Utils\Converter + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Converter/Measurement.php b/Utils/Converter/Measurement.php index 83f1279eb..02c644fec 100644 --- a/Utils/Converter/Measurement.php +++ b/Utils/Converter/Measurement.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Converter; /** * Measurement converter. * - * @category Framework - * @package phpOMS\Utils\Converter + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Converter/Numeric.php b/Utils/Converter/Numeric.php index e8821cf02..6714d4f1e 100644 --- a/Utils/Converter/Numeric.php +++ b/Utils/Converter/Numeric.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Converter; /** * Numeric converter. * - * @category Framework - * @package phpOMS\Utils\Converter + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Converter/PressureType.php b/Utils/Converter/PressureType.php index 913426fe3..63db405fb 100644 --- a/Utils/Converter/PressureType.php +++ b/Utils/Converter/PressureType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Speed type enum. * - * @category Framework - * @package phpOMS\Utils\Converter + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Converter/SpeedType.php b/Utils/Converter/SpeedType.php index 84e08ef75..c1e9776ec 100644 --- a/Utils/Converter/SpeedType.php +++ b/Utils/Converter/SpeedType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Speed type enum. * - * @category Framework - * @package phpOMS\Utils\Converter + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Converter/TemperatureType.php b/Utils/Converter/TemperatureType.php index ff5cdc39f..bf82bd7de 100644 --- a/Utils/Converter/TemperatureType.php +++ b/Utils/Converter/TemperatureType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Temperature type enum. * - * @category Framework - * @package phpOMS\Utils\Converter + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Converter/TimeType.php b/Utils/Converter/TimeType.php index 0dfef4d3e..ecb6b45c2 100644 --- a/Utils/Converter/TimeType.php +++ b/Utils/Converter/TimeType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Time type enum. * - * @category Framework - * @package phpOMS\Utils\Converter + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Converter/VolumeType.php b/Utils/Converter/VolumeType.php index 250841cd9..3c8cbd75a 100644 --- a/Utils/Converter/VolumeType.php +++ b/Utils/Converter/VolumeType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Volume type enum. * - * @category Framework - * @package phpOMS\Utils\Converter + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Converter/WeightType.php b/Utils/Converter/WeightType.php index 90d8ae501..efbf5e41f 100644 --- a/Utils/Converter/WeightType.php +++ b/Utils/Converter/WeightType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Weight type enum. * - * @category Framework - * @package phpOMS\Utils\Converter + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Encoding/Caesar.php b/Utils/Encoding/Caesar.php index 372beb7af..06486b6a6 100644 --- a/Utils/Encoding/Caesar.php +++ b/Utils/Encoding/Caesar.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Encoding; /** * Gray encoding class * - * @category Framework - * @package phpOMS\Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Encoding/EncodingInterface.php b/Utils/Encoding/EncodingInterface.php index c8365c9d5..ff27bb850 100644 --- a/Utils/Encoding/EncodingInterface.php +++ b/Utils/Encoding/EncodingInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Encoding; /** * Encoding Interface * - * @category Framework - * @package phpOMS\Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Encoding/Gray.php b/Utils/Encoding/Gray.php index cefee238e..12e236824 100644 --- a/Utils/Encoding/Gray.php +++ b/Utils/Encoding/Gray.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Encoding; /** * Gray encoding class * - * @category Framework - * @package phpOMS\Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Encoding/Huffman/Dictionary.php b/Utils/Encoding/Huffman/Dictionary.php index 1eb8a2a3e..5fd8f4ec6 100644 --- a/Utils/Encoding/Huffman/Dictionary.php +++ b/Utils/Encoding/Huffman/Dictionary.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Encoding\Huffman; /** * Gray encoding class * - * @category Framework - * @package phpOMS\Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Encoding/Huffman/Huffman.php b/Utils/Encoding/Huffman/Huffman.php index b584cc139..0febe270d 100644 --- a/Utils/Encoding/Huffman/Huffman.php +++ b/Utils/Encoding/Huffman/Huffman.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Encoding\Huffman; /** * Gray encoding class * - * @category Framework - * @package phpOMS\Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Encoding/XorEncoding.php b/Utils/Encoding/XorEncoding.php index eb110780c..8fb1abead 100644 --- a/Utils/Encoding/XorEncoding.php +++ b/Utils/Encoding/XorEncoding.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Encoding; /** * XOR encoding class * - * @category Framework - * @package phpOMS\Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Excel/Excel.php b/Utils/Excel/Excel.php index 98e0f2566..7b3d0fed8 100644 --- a/Utils/Excel/Excel.php +++ b/Utils/Excel/Excel.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +20,7 @@ require_once realpath(__DIR__ . '/../../../Resources/phpexcel/Classes/PHPExcel.p /** * Excel class. * - * @category Modules - * @package phpOMS\Utils\Excel + * @package Modules * @since 1.0.0 */ diff --git a/Utils/Git/Author.php b/Utils/Git/Author.php index 2a3e8c993..ed8be0cf5 100644 --- a/Utils/Git/Author.php +++ b/Utils/Git/Author.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Git; /** * Gray encoding class * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Git/Branch.php b/Utils/Git/Branch.php index 6e96e3020..83ce596c4 100644 --- a/Utils/Git/Branch.php +++ b/Utils/Git/Branch.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Git; /** * Gray encoding class * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Git/Commit.php b/Utils/Git/Commit.php index 8f4d3f06b..9641be123 100644 --- a/Utils/Git/Commit.php +++ b/Utils/Git/Commit.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Git; /** * Gray encoding class * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Git/Git.php b/Utils/Git/Git.php index a7825694a..5bcc0bbe8 100644 --- a/Utils/Git/Git.php +++ b/Utils/Git/Git.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\System\File\PathException; /** * Gray encoding class * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Git/Repository.php b/Utils/Git/Repository.php index ca30d4001..c7002bf15 100644 --- a/Utils/Git/Repository.php +++ b/Utils/Git/Repository.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +20,7 @@ use phpOMS\Utils\StringUtils; /** * Repository class * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Git/Tag.php b/Utils/Git/Tag.php index 201f70023..caa8154cc 100644 --- a/Utils/Git/Tag.php +++ b/Utils/Git/Tag.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\Git; /** * Gray encoding class * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/IO/Csv/CsvDatabaseMapper.php b/Utils/IO/Csv/CsvDatabaseMapper.php index 088d9faf4..632e83a2b 100644 --- a/Utils/IO/Csv/CsvDatabaseMapper.php +++ b/Utils/IO/Csv/CsvDatabaseMapper.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Utils/IO/Csv/CsvInterface.php b/Utils/IO/Csv/CsvInterface.php index e834dd51d..59ba4664b 100644 --- a/Utils/IO/Csv/CsvInterface.php +++ b/Utils/IO/Csv/CsvInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,9 +19,8 @@ namespace phpOMS\Utils\IO\Csv { * * PHP Version 7.1 * - * @category Framework - * @package Utils - * @copyright Dennis Eichhorn + * @package Framework + * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://website.orange-management.de diff --git a/Utils/IO/Csv/CsvSettings.php b/Utils/IO/Csv/CsvSettings.php index 5df7391a8..6312b0344 100644 --- a/Utils/IO/Csv/CsvSettings.php +++ b/Utils/IO/Csv/CsvSettings.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\IO\Csv; /** * Options trait. * - * @category Framework - * @package phpOMS\Config + * @package Framework * @since 1.0.0 */ class CsvSettings diff --git a/Utils/IO/Excel/ExcelDatabaseMapper.php b/Utils/IO/Excel/ExcelDatabaseMapper.php index ddfcab6b4..c71ae198f 100644 --- a/Utils/IO/Excel/ExcelDatabaseMapper.php +++ b/Utils/IO/Excel/ExcelDatabaseMapper.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Utils/IO/Excel/ExcelInterface.php b/Utils/IO/Excel/ExcelInterface.php index c4b2c8ec0..06e8f0cc1 100644 --- a/Utils/IO/Excel/ExcelInterface.php +++ b/Utils/IO/Excel/ExcelInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\IO\Excel; /** * Excel interface. * - * @category Framework - * @package Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/IO/ExchangeInterface.php b/Utils/IO/ExchangeInterface.php index 45056019e..77a51a7c2 100644 --- a/Utils/IO/ExchangeInterface.php +++ b/Utils/IO/ExchangeInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,8 +22,7 @@ use phpOMS\Utils\IO\Pdf\PdfInterface; /** * Exchange interface. * - * @category Framework - * @package phpOMS\Utils\IO + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/IO/IODatabaseMapper.php b/Utils/IO/IODatabaseMapper.php index 9326418f1..cd46c3694 100644 --- a/Utils/IO/IODatabaseMapper.php +++ b/Utils/IO/IODatabaseMapper.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Utils/IO/Json/InvalidJsonException.php b/Utils/IO/Json/InvalidJsonException.php index cc038990d..0d4647679 100644 --- a/Utils/IO/Json/InvalidJsonException.php +++ b/Utils/IO/Json/InvalidJsonException.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\IO\Json; /** * Json decoding exception class. * - * @category Framework - * @package phpOMS\Utils\IO\Json + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/IO/Json/JsonInterface.php b/Utils/IO/Json/JsonInterface.php index daab72cdd..f6903a9c3 100644 --- a/Utils/IO/Json/JsonInterface.php +++ b/Utils/IO/Json/JsonInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\IO\Json; /** * Cvs interface. * - * @category Framework - * @package Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/IO/Pdf/PdfInterface.php b/Utils/IO/Pdf/PdfInterface.php index 83421d9ac..a91ca0f9b 100644 --- a/Utils/IO/Pdf/PdfInterface.php +++ b/Utils/IO/Pdf/PdfInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\IO\Pdf; /** * Pdf interface. * - * @category Framework - * @package Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/IO/Zip/ArchiveInterface.php b/Utils/IO/Zip/ArchiveInterface.php index 9181afc31..97ef17f41 100644 --- a/Utils/IO/Zip/ArchiveInterface.php +++ b/Utils/IO/Zip/ArchiveInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -15,8 +15,7 @@ namespace phpOMS\Utils\IO\Zip; /** * Archive interface * - * @category Framework - * @package phpOMS\Utils\IO + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/IO/Zip/Gz.php b/Utils/IO/Zip/Gz.php index 283a63a38..bde7e2b6b 100644 --- a/Utils/IO/Zip/Gz.php +++ b/Utils/IO/Zip/Gz.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\IO\Zip; * * Providing basic zip support * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/IO/Zip/Tar.php b/Utils/IO/Zip/Tar.php index 7200a23d7..6e54d1e29 100644 --- a/Utils/IO/Zip/Tar.php +++ b/Utils/IO/Zip/Tar.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\IO\Zip; * * Providing basic zip support * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/IO/Zip/TarGz.php b/Utils/IO/Zip/TarGz.php index 01964fe9f..f178dca12 100644 --- a/Utils/IO/Zip/TarGz.php +++ b/Utils/IO/Zip/TarGz.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\IO\Zip; * * Providing basic zip support * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/IO/Zip/Zip.php b/Utils/IO/Zip/Zip.php index c592b5199..b9df2b70a 100644 --- a/Utils/IO/Zip/Zip.php +++ b/Utils/IO/Zip/Zip.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\System\File\FileUtils; * * Providing basic zip support * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/ImageUtils.php b/Utils/ImageUtils.php index 12c0ea906..8401cefc4 100644 --- a/Utils/ImageUtils.php +++ b/Utils/ImageUtils.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ namespace phpOMS\Utils; * * This class provides static helper functionalities for images. * - * @category Framework - * @package phpOMS\Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/JobQueue/Job.php b/Utils/JobQueue/Job.php index 82d60b9fe..4feaf0405 100644 --- a/Utils/JobQueue/Job.php +++ b/Utils/JobQueue/Job.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * } * @copyright Dennis Eichhorn * @license OMS License 1.0 @@ -18,8 +18,7 @@ namespace phpOMS\Utils\JobQueue; /** * Array utils. * - * @category Framework - * @package phpOMS\Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/JobQueue/JobQueue.php b/Utils/JobQueue/JobQueue.php index 3a2790293..8f75aae38 100644 --- a/Utils/JobQueue/JobQueue.php +++ b/Utils/JobQueue/JobQueue.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Queue\PriorityQueue; /** * Array utils. * - * @category Framework - * @package phpOMS\Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/JsonBuilder.php b/Utils/JsonBuilder.php index c4013a5e0..a4b2a3888 100644 --- a/Utils/JsonBuilder.php +++ b/Utils/JsonBuilder.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils; /** * Json builder class. * - * @category Framework - * @package phpOMS\Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/PDF/Pdf.php b/Utils/PDF/Pdf.php index e94b1431c..1b00d655c 100644 --- a/Utils/PDF/Pdf.php +++ b/Utils/PDF/Pdf.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +20,7 @@ include __DIR__ . '/../../../Resources/tcpdf/tcpdf.php'; /** * Pdf class. * - * @category Modules - * @package phpOMS\Utils\Pdf + * @package Modules * @since 1.0.0 */ diff --git a/Utils/Parser/LaTex/Expressions/Product.php b/Utils/Parser/LaTex/Expressions/Product.php index de751ac9b..6f7dd5943 100644 --- a/Utils/Parser/LaTex/Expressions/Product.php +++ b/Utils/Parser/LaTex/Expressions/Product.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Utils/Parser/LaTex/Expressions/Sum.php b/Utils/Parser/LaTex/Expressions/Sum.php index 97c318072..6ac0a174a 100644 --- a/Utils/Parser/LaTex/Expressions/Sum.php +++ b/Utils/Parser/LaTex/Expressions/Sum.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Utils/Parser/LaTex/Expressions/Trigonometry.php b/Utils/Parser/LaTex/Expressions/Trigonometry.php index fd4547bd4..60cb52ad9 100644 --- a/Utils/Parser/LaTex/Expressions/Trigonometry.php +++ b/Utils/Parser/LaTex/Expressions/Trigonometry.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Utils/Parser/LaTex/LaTexParser.php b/Utils/Parser/LaTex/LaTexParser.php index 348709ea8..779fdc0fa 100644 --- a/Utils/Parser/LaTex/LaTexParser.php +++ b/Utils/Parser/LaTex/LaTexParser.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Utils/Parser/LaTex/Types/Interval.php b/Utils/Parser/LaTex/Types/Interval.php index 835c35f1a..f80f006eb 100644 --- a/Utils/Parser/LaTex/Types/Interval.php +++ b/Utils/Parser/LaTex/Types/Interval.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Utils/Parser/LaTex/Types/MathFunction.php b/Utils/Parser/LaTex/Types/MathFunction.php index 7f45f2206..a8050107d 100644 --- a/Utils/Parser/LaTex/Types/MathFunction.php +++ b/Utils/Parser/LaTex/Types/MathFunction.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Utils/Parser/LaTex/Types/Variable.php b/Utils/Parser/LaTex/Types/Variable.php index 628927858..26c2fbd23 100644 --- a/Utils/Parser/LaTex/Types/Variable.php +++ b/Utils/Parser/LaTex/Types/Variable.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Utils/Parser/Markdown/Markdown.php b/Utils/Parser/Markdown/Markdown.php index 365e880e7..02a204a41 100644 --- a/Utils/Parser/Markdown/Markdown.php +++ b/Utils/Parser/Markdown/Markdown.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @license Original license Emanuil Rusev, erusev.com (MIT) @@ -18,8 +18,7 @@ namespace phpOMS\Utils\Parser\Markdown; /** * Markdown parser class. * - * @category Framework - * @package phpOMS\Utils\Parser + * @package Framework * @license OMS License 1.0 * @license Original license Emanuil Rusev, erusev.com (MIT) * @link http://website.orange-management.de diff --git a/Utils/Parser/Php/ArrayParser.php b/Utils/Parser/Php/ArrayParser.php index d1fb01929..761430904 100644 --- a/Utils/Parser/Php/ArrayParser.php +++ b/Utils/Parser/Php/ArrayParser.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ namespace phpOMS\Utils\Parser\Php; * * Parsing/serializing arrays to and from php file * - * @category Framework - * @package phpOMS\Utils\Parser + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/Permutation.php b/Utils/Permutation.php index 0cd7dada4..b338acec1 100644 --- a/Utils/Permutation.php +++ b/Utils/Permutation.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils; /** * String utils. * - * @category Framework - * @package phpOMS\Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/RnG/Address.php b/Utils/RnG/Address.php index 343a5ba97..6ffb4a84e 100644 --- a/Utils/RnG/Address.php +++ b/Utils/RnG/Address.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Utils/RnG/ArrayRandomize.php b/Utils/RnG/ArrayRandomize.php index 936c2685b..177939472 100644 --- a/Utils/RnG/ArrayRandomize.php +++ b/Utils/RnG/ArrayRandomize.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\RnG; /** * Array randomizer class * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/RnG/City.php b/Utils/RnG/City.php index b3be8b386..cd3e4b504 100644 --- a/Utils/RnG/City.php +++ b/Utils/RnG/City.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Utils/RnG/DateTime.php b/Utils/RnG/DateTime.php index f5da56c0b..cb83a1f22 100644 --- a/Utils/RnG/DateTime.php +++ b/Utils/RnG/DateTime.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\RnG; /** * DateTime generator. * - * @category Framework - * @package Utils\RnG + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/RnG/DistributionType.php b/Utils/RnG/DistributionType.php index 2df2297ed..c39682509 100644 --- a/Utils/RnG/DistributionType.php +++ b/Utils/RnG/DistributionType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Distribution type enum. * - * @category Framework - * @package Utils/RnG + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/RnG/Email.php b/Utils/RnG/Email.php index 827ccf30c..5aa4133c7 100644 --- a/Utils/RnG/Email.php +++ b/Utils/RnG/Email.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Utils/RnG/File.php b/Utils/RnG/File.php index 73831aea7..8a5abae95 100644 --- a/Utils/RnG/File.php +++ b/Utils/RnG/File.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +18,7 @@ namespace phpOMS\Utils\RnG; /** * File generator. * - * @category DataStorage - * @package Framework + * @package DataStorage * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/RnG/Iban.php b/Utils/RnG/Iban.php index 200559380..f3afbefdc 100644 --- a/Utils/RnG/Iban.php +++ b/Utils/RnG/Iban.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Utils/RnG/LinearCongruentialGenerator.php b/Utils/RnG/LinearCongruentialGenerator.php index 8f7c4c9b9..0220c7292 100644 --- a/Utils/RnG/LinearCongruentialGenerator.php +++ b/Utils/RnG/LinearCongruentialGenerator.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\RnG; /** * Linear congruential generator class * - * @category Framework - * @package phpOMS\Asset + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/RnG/Name.php b/Utils/RnG/Name.php index 02612f3fd..e5ca6216c 100644 --- a/Utils/RnG/Name.php +++ b/Utils/RnG/Name.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\RnG; /** * Name generator. * - * @category Framework - * @package Utils\RnG + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/RnG/Numeric.php b/Utils/RnG/Numeric.php index 7e6387cf9..00458dd5d 100644 --- a/Utils/RnG/Numeric.php +++ b/Utils/RnG/Numeric.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Utils/RnG/Phone.php b/Utils/RnG/Phone.php index 542b822dd..b3e1e192e 100644 --- a/Utils/RnG/Phone.php +++ b/Utils/RnG/Phone.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +18,7 @@ namespace phpOMS\Utils\RnG; /** * Phone generator. * - * @category Framework - * @package Utils\RnG + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/RnG/PostalZip.php b/Utils/RnG/PostalZip.php index 68ff2e641..a76b53af0 100644 --- a/Utils/RnG/PostalZip.php +++ b/Utils/RnG/PostalZip.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Utils/RnG/StringUtils.php b/Utils/RnG/StringUtils.php index 31a7a911d..636e54f46 100644 --- a/Utils/RnG/StringUtils.php +++ b/Utils/RnG/StringUtils.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\RnG; /** * String generator. * - * @category Framework - * @package Utils\RnG + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/RnG/Text.php b/Utils/RnG/Text.php index 7dad2d064..a57f45e16 100644 --- a/Utils/RnG/Text.php +++ b/Utils/RnG/Text.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\RnG; /** * Text generator. * - * @category Framework - * @package RnG + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/StringCompare.php b/Utils/StringCompare.php index 3f6bf72e3..abdf12449 100644 --- a/Utils/StringCompare.php +++ b/Utils/StringCompare.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ namespace phpOMS\Utils; * * This class helps to compare two strings * - * @category Framework - * @package phpOMS\Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/StringUtils.php b/Utils/StringUtils.php index 90541f0fb..3febdffec 100644 --- a/Utils/StringUtils.php +++ b/Utils/StringUtils.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ namespace phpOMS\Utils; * * This class provides static helper functionalities for strings. * - * @category Framework - * @package phpOMS\Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/TaskSchedule/Cron.php b/Utils/TaskSchedule/Cron.php index 90d544b5a..8d3933888 100644 --- a/Utils/TaskSchedule/Cron.php +++ b/Utils/TaskSchedule/Cron.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\TaskSchedule; /** * Cron class. * - * @category Framework - * @package phpOMS\Utils\TaskSchedule + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/TaskSchedule/CronJob.php b/Utils/TaskSchedule/CronJob.php index 2f6f91fbf..950b73a2e 100644 --- a/Utils/TaskSchedule/CronJob.php +++ b/Utils/TaskSchedule/CronJob.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\TaskSchedule; /** * CronJob class. * - * @category Framework - * @package phpOMS\Utils\TaskSchedule + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/TaskSchedule/Interval.php b/Utils/TaskSchedule/Interval.php index 892894402..e2f27352e 100644 --- a/Utils/TaskSchedule/Interval.php +++ b/Utils/TaskSchedule/Interval.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\TaskSchedule; /** * Interval class for tasks. * - * @category Framework - * @package phpOMS\Utils\TaskSchedule + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/TaskSchedule/Schedule.php b/Utils/TaskSchedule/Schedule.php index e170d8cde..576537ece 100644 --- a/Utils/TaskSchedule/Schedule.php +++ b/Utils/TaskSchedule/Schedule.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +20,7 @@ use phpOMS\Validation\Base\DateTime; /** * Schedule class. * - * @category Framework - * @package phpOMS\Utils\TaskSchedule + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/TaskSchedule/SchedulerAbstract.php b/Utils/TaskSchedule/SchedulerAbstract.php index f1bcadf10..34da72811 100644 --- a/Utils/TaskSchedule/SchedulerAbstract.php +++ b/Utils/TaskSchedule/SchedulerAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +18,7 @@ use phpOMS\System\File\PathException; /** * Scheduler abstract. * - * @category Framework - * @package phpOMS\Utils\TaskSchedule + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/TaskSchedule/SchedulerFactory.php b/Utils/TaskSchedule/SchedulerFactory.php index d33c8df95..a09012fd7 100644 --- a/Utils/TaskSchedule/SchedulerFactory.php +++ b/Utils/TaskSchedule/SchedulerFactory.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +20,7 @@ use phpOMS\System\SystemType; /** * Scheduler factory. * - * @category Framework - * @package phpOMS\Utils\TaskSchedule + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/TaskSchedule/TaskAbstract.php b/Utils/TaskSchedule/TaskAbstract.php index 5e6001996..924452a5a 100644 --- a/Utils/TaskSchedule/TaskAbstract.php +++ b/Utils/TaskSchedule/TaskAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\TaskSchedule; /** * Abstract task class. * - * @category Framework - * @package phpOMS\Utils\TaskSchedule + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/TaskSchedule/TaskFactory.php b/Utils/TaskSchedule/TaskFactory.php index 600844ed2..ead59e050 100644 --- a/Utils/TaskSchedule/TaskFactory.php +++ b/Utils/TaskSchedule/TaskFactory.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +20,7 @@ use phpOMS\System\SystemType; /** * Task factory. * - * @category Framework - * @package phpOMS\Utils\TaskSchedule + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/TaskSchedule/TaskScheduler.php b/Utils/TaskSchedule/TaskScheduler.php index 726e425a1..7f1daece2 100644 --- a/Utils/TaskSchedule/TaskScheduler.php +++ b/Utils/TaskSchedule/TaskScheduler.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils\TaskSchedule; /** * Task scheduler class. * - * @category Framework - * @package phpOMS\Utils\TaskSchedule + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/TestUtils.php b/Utils/TestUtils.php index 9967fe603..77cd0dbca 100644 --- a/Utils/TestUtils.php +++ b/Utils/TestUtils.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Utils; * * Only for testing purposes. MUST NOT be used for other purposes. * - * @category Framework - * @package phpOMS\Utils + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Validation/Barcode/Barcode.php b/Validation/Barcode/Barcode.php index 6df34e3fc..b53a9fb2a 100644 --- a/Validation/Barcode/Barcode.php +++ b/Validation/Barcode/Barcode.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Validation/Barcode/Barcode11.php b/Validation/Barcode/Barcode11.php index 4660d6b8c..b1e2de9b7 100644 --- a/Validation/Barcode/Barcode11.php +++ b/Validation/Barcode/Barcode11.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Validation/Barcode/Barcode128.php b/Validation/Barcode/Barcode128.php index ae4e4a6f1..38f817383 100644 --- a/Validation/Barcode/Barcode128.php +++ b/Validation/Barcode/Barcode128.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Validation/Barcode/Barcode25.php b/Validation/Barcode/Barcode25.php index e359d22cc..68a37d183 100644 --- a/Validation/Barcode/Barcode25.php +++ b/Validation/Barcode/Barcode25.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Validation/Barcode/Barcode39.php b/Validation/Barcode/Barcode39.php index eb97bdddb..212e4f24f 100644 --- a/Validation/Barcode/Barcode39.php +++ b/Validation/Barcode/Barcode39.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Validation/Barcode/Barcode93.php b/Validation/Barcode/Barcode93.php index 63301570d..266f07003 100644 --- a/Validation/Barcode/Barcode93.php +++ b/Validation/Barcode/Barcode93.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Validation/Barcode/BarcodeCodebar.php b/Validation/Barcode/BarcodeCodebar.php index 2cfd473a8..982518267 100644 --- a/Validation/Barcode/BarcodeCodebar.php +++ b/Validation/Barcode/BarcodeCodebar.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Validation/Barcode/BarcodeDatamatrix.php b/Validation/Barcode/BarcodeDatamatrix.php index 4bb923b12..e0eb58a62 100644 --- a/Validation/Barcode/BarcodeDatamatrix.php +++ b/Validation/Barcode/BarcodeDatamatrix.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Validation/Barcode/BarcodeEAN.php b/Validation/Barcode/BarcodeEAN.php index 2a7cb98e2..5d3e744ff 100644 --- a/Validation/Barcode/BarcodeEAN.php +++ b/Validation/Barcode/BarcodeEAN.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Validation/Barcode/BarcodeMSI.php b/Validation/Barcode/BarcodeMSI.php index b50a25de2..91c814599 100644 --- a/Validation/Barcode/BarcodeMSI.php +++ b/Validation/Barcode/BarcodeMSI.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Validation/Barcode/QrCode.php b/Validation/Barcode/QrCode.php index 67aff9e89..b7de7d808 100644 --- a/Validation/Barcode/QrCode.php +++ b/Validation/Barcode/QrCode.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Validation/Base/DateTime.php b/Validation/Base/DateTime.php index b8b47ce30..0d01f81d5 100644 --- a/Validation/Base/DateTime.php +++ b/Validation/Base/DateTime.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Validation\ValidatorAbstract; /** * Validator abstract. * - * @category Validation - * @package Framework + * @package Validation * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Validation/Finance/BIC.php b/Validation/Finance/BIC.php index b6873d0f8..7bb535886 100644 --- a/Validation/Finance/BIC.php +++ b/Validation/Finance/BIC.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Validation\ValidatorAbstract; /** * Validator abstract. * - * @category Validation - * @package Framework + * @package Validation * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Validation/Finance/CreditCard.php b/Validation/Finance/CreditCard.php index 466243a53..45acc6d15 100644 --- a/Validation/Finance/CreditCard.php +++ b/Validation/Finance/CreditCard.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Validation\ValidatorAbstract; /** * Validator abstract. * - * @category Validation - * @package Framework + * @package Validation * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Validation/Finance/Iban.php b/Validation/Finance/Iban.php index d349351d7..4c23e6b92 100644 --- a/Validation/Finance/Iban.php +++ b/Validation/Finance/Iban.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +20,7 @@ use phpOMS\Validation\ValidatorAbstract; /** * Validator abstract. * - * @category Validation - * @package Framework + * @package Validation * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Validation/Finance/IbanEnum.php b/Validation/Finance/IbanEnum.php index c73183118..a31cfd588 100644 --- a/Validation/Finance/IbanEnum.php +++ b/Validation/Finance/IbanEnum.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Iban layout definition. * - * @category Framework - * @package phpOMS\Localization + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Validation/Finance/IbanErrorType.php b/Validation/Finance/IbanErrorType.php index 249478d87..82bd51e5a 100644 --- a/Validation/Finance/IbanErrorType.php +++ b/Validation/Finance/IbanErrorType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Iban error type enum. * - * @category Framework - * @package phpOMS\Datatypes + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Validation/ModelValidationTrait.php b/Validation/ModelValidationTrait.php index 28f0b775a..3f86b891f 100644 --- a/Validation/ModelValidationTrait.php +++ b/Validation/ModelValidationTrait.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +18,7 @@ namespace phpOMS\Validation; /** * Model validation trait. * - * @category Framework - * @package phpOMS\Config + * @package Framework * @since 1.0.0 */ trait ModelValidationTrait diff --git a/Validation/Network/Email.php b/Validation/Network/Email.php index 9ccd9aef1..4be3d8af1 100644 --- a/Validation/Network/Email.php +++ b/Validation/Network/Email.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Validation\ValidatorAbstract; /** * Validator abstract. * - * @category Validation - * @package Framework + * @package Validation * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Validation/Network/Hostname.php b/Validation/Network/Hostname.php index bf88eef28..7026c111e 100644 --- a/Validation/Network/Hostname.php +++ b/Validation/Network/Hostname.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Validation\ValidatorAbstract; /** * Validator abstract. * - * @category Validation - * @package Framework + * @package Validation * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Validation/Network/Ip.php b/Validation/Network/Ip.php index 6e52c2c67..23b24fc57 100644 --- a/Validation/Network/Ip.php +++ b/Validation/Network/Ip.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Validation\ValidatorAbstract; /** * Validator abstract. * - * @category Validation - * @package Framework + * @package Validation * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Validation/Validator.php b/Validation/Validator.php index 743a51571..66e73bf88 100644 --- a/Validation/Validator.php +++ b/Validation/Validator.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ use phpOMS\Utils\StringUtils; /** * Validator class. * - * @category Framework - * @package phpOMS\Validation + * @package Framework * @since 1.0.0 */ final class Validator extends ValidatorAbstract diff --git a/Validation/ValidatorAbstract.php b/Validation/ValidatorAbstract.php index cf49b948c..83621543c 100644 --- a/Validation/ValidatorAbstract.php +++ b/Validation/ValidatorAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Validation; /** * Validator abstract. * - * @category Validation - * @package Framework + * @package Validation * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Validation/ValidatorInterface.php b/Validation/ValidatorInterface.php index 23aa66819..a936a8633 100644 --- a/Validation/ValidatorInterface.php +++ b/Validation/ValidatorInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ namespace phpOMS\Validation; /** * Validator interface. * - * @category Validation - * @package Framework + * @package Validation * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Version/Version.php b/Version/Version.php index 03e5ce601..b78f1a6de 100644 --- a/Version/Version.php +++ b/Version/Version.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,8 +19,7 @@ namespace phpOMS\Version; * * Responsible for handling versions * - * @category Version - * @package Framework + * @package Version * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Views/View.php b/Views/View.php index 354a463ce..979ecec1a 100644 --- a/Views/View.php +++ b/Views/View.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS/Views + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -25,8 +24,7 @@ use phpOMS\Module\Exception\InvalidThemeException; /** * List view. * - * @category Framework - * @package phpOMS/Views + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Views/ViewAbstract.php b/Views/ViewAbstract.php index 60b817637..1b46d2eef 100644 --- a/Views/ViewAbstract.php +++ b/Views/ViewAbstract.php @@ -4,8 +4,7 @@ * * PHP Version 7.1 * - * @category Framework - * @package phpOMS/Views + * @package Framework * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +19,7 @@ use phpOMS\System\File\PathException; /** * List view. * - * @category Framework - * @package phpOMS/Views + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0