From d5e2d356726acaae64fdc01245d96f0f0dedb0d9 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 24 Aug 2018 14:08:19 +0200 Subject: [PATCH] Fix package docblock --- Business/Finance/Forecasting/SmoothingType.php | 4 ++-- DataStorage/Database/Query/Column.php | 4 ++-- DataStorage/Database/Query/JoinType.php | 4 ++-- DataStorage/Database/Query/Where.php | 4 ++-- DataStorage/Database/Schema/Exception/TableException.php | 4 ++-- DataStorage/Database/Schema/Grammar/Grammar.php | 4 ++-- DataStorage/Database/Schema/Grammar/MysqlGrammar.php | 4 ++-- DataStorage/Session/ConsoleSession.php | 4 ++-- DataStorage/Session/SessionInterface.php | 4 ++-- DataStorage/Session/SocketSession.php | 4 ++-- DataStorage/Web/Builder.php | 4 ++-- Math/Differential/FiniteDifference.php | 4 ++-- Math/Exception/ZeroDevisionException.php | 4 ++-- Math/Functions/Fibunacci.php | 4 ++-- Math/Geometry/ConvexHull/MonotoneChain.php | 4 ++-- Math/Geometry/Shape/D2/Circle.php | 4 ++-- Math/Geometry/Shape/D2/D2ShapeInterface.php | 4 ++-- Math/Geometry/Shape/D2/Ellipse.php | 4 ++-- Math/Geometry/Shape/D2/Polygon.php | 4 ++-- Math/Geometry/Shape/D2/Rectangle.php | 4 ++-- Math/Geometry/Shape/D2/Trapezoid.php | 4 ++-- Math/Geometry/Shape/D2/Triangle.php | 4 ++-- Math/Geometry/Shape/D3/Cone.php | 4 ++-- Math/Geometry/Shape/D3/Cuboid.php | 4 ++-- Math/Geometry/Shape/D3/Cylinder.php | 4 ++-- Math/Geometry/Shape/D3/D3ShapeInterface.php | 4 ++-- Math/Geometry/Shape/D3/RectangularPyramid.php | 4 ++-- Math/Geometry/Shape/D3/Sphere.php | 4 ++-- Math/Geometry/Shape/D3/Tetrahedron.php | 4 ++-- Math/Geometry/Shape/ShapeInterface.php | 4 ++-- Math/Numerics/Interpolation/CubicSplineInterpolation.php | 4 ++-- Math/Numerics/Interpolation/LinearInterpolation.php | 4 ++-- Math/Numerics/Interpolation/PolynomialInterpolation.php | 4 ++-- Math/Parser/Evaluator.php | 4 ++-- Math/Statistic/Forecast/Error.php | 4 ++-- Math/Statistic/Forecast/ForecastIntervalMultiplier.php | 4 ++-- Math/Statistic/Forecast/Regression/LevelLevelRegression.php | 4 ++-- Math/Statistic/Forecast/Regression/LevelLogRegression.php | 4 ++-- Math/Statistic/Forecast/Regression/LogLevelRegression.php | 4 ++-- Math/Statistic/Forecast/Regression/LogLogRegression.php | 4 ++-- Math/Statistic/Forecast/Regression/RegressionAbstract.php | 4 ++-- Math/Stochastic/NaiveBayesFilter.php | 4 ++-- Message/Mail/EmailAbstract.php | 4 ++-- Message/Mail/Imap.php | 4 ++-- Message/Mail/Mail.php | 4 ++-- Message/Mail/Nntp.php | 4 ++-- Message/Mail/Pop3.php | 4 ++-- Socket/Client/Client.php | 4 ++-- Socket/Client/ClientConnection.php | 4 ++-- Socket/Client/NullClientConnection.php | 4 ++-- Socket/CommandManager.php | 4 ++-- Socket/Packets/Header.php | 4 ++-- Socket/Packets/PacketAbstract.php | 4 ++-- Socket/Packets/PacketManager.php | 4 ++-- Socket/Packets/PacketType.php | 4 ++-- Socket/Server/Server.php | 4 ++-- Socket/SocketAbstract.php | 4 ++-- Socket/SocketInterface.php | 4 ++-- Socket/SocketType.php | 4 ++-- Stdlib/Base/Address.php | 4 ++-- Stdlib/Base/AddressType.php | 4 ++-- Stdlib/Base/Enum.php | 4 ++-- Stdlib/Base/EnumArray.php | 4 ++-- Stdlib/Base/Exception/InvalidEnumName.php | 4 ++-- Stdlib/Base/Exception/InvalidEnumValue.php | 4 ++-- Stdlib/Base/Iban.php | 4 ++-- Stdlib/Base/Location.php | 4 ++-- Stdlib/Base/NullLocation.php | 4 ++-- Stdlib/Base/PhoneType.php | 4 ++-- Stdlib/Base/SmartDateTime.php | 4 ++-- Stdlib/Graph/BinaryTree.php | 4 ++-- Stdlib/Graph/Edge.php | 4 ++-- Stdlib/Graph/Graph.php | 4 ++-- Stdlib/Graph/Node.php | 4 ++-- Stdlib/Graph/Tree.php | 4 ++-- Stdlib/Map/KeyType.php | 4 ++-- Stdlib/Map/MultiMap.php | 4 ++-- Stdlib/Map/OrderType.php | 4 ++-- Stdlib/Queue/PriorityMode.php | 4 ++-- Stdlib/Queue/PriorityQueue.php | 4 ++-- System/File/Ftp/Directory.php | 4 ++-- System/File/Ftp/File.php | 4 ++-- System/File/Ftp/FtpStorage.php | 4 ++-- System/File/Local/Directory.php | 4 ++-- System/File/Local/File.php | 4 ++-- System/File/Local/FileAbstract.php | 4 ++-- System/File/Local/LocalStorage.php | 4 ++-- UnhandledHandler.php | 4 ++-- Utils/Barcode/Aztec.php | 4 ++-- Utils/Barcode/C128Abstract.php | 4 ++-- Utils/Barcode/C128a.php | 4 ++-- Utils/Barcode/C128b.php | 4 ++-- Utils/Barcode/C128c.php | 4 ++-- Utils/Barcode/C25.php | 4 ++-- Utils/Barcode/C39.php | 4 ++-- Utils/Barcode/Codebar.php | 4 ++-- Utils/Barcode/Datamatrix.php | 4 ++-- Utils/Barcode/HIBCC.php | 4 ++-- Utils/Barcode/OrientationType.php | 4 ++-- Utils/Barcode/QR.php | 4 ++-- Utils/Compression/CompressionInterface.php | 4 ++-- Utils/Compression/LZW.php | 4 ++-- Utils/Encoding/Caesar.php | 4 ++-- Utils/Encoding/EncodingInterface.php | 4 ++-- Utils/Encoding/Gray.php | 4 ++-- Utils/Encoding/Huffman/Dictionary.php | 4 ++-- Utils/Encoding/Huffman/Huffman.php | 4 ++-- Utils/Encoding/XorEncoding.php | 4 ++-- Utils/Excel/Excel.php | 4 ++-- Utils/IO/Csv/CsvSettings.php | 4 ++-- Utils/IO/Excel/ExcelInterface.php | 4 ++-- Utils/IO/ExchangeInterface.php | 4 ++-- Utils/IO/Json/InvalidJsonException.php | 4 ++-- Utils/IO/Json/JsonInterface.php | 4 ++-- Utils/IO/Pdf/PdfInterface.php | 4 ++-- Utils/IO/Zip/ArchiveInterface.php | 4 ++-- Utils/IO/Zip/Gz.php | 4 ++-- Utils/IO/Zip/Tar.php | 4 ++-- Utils/IO/Zip/TarGz.php | 4 ++-- Utils/IO/Zip/Zip.php | 4 ++-- Utils/JobQueue/Job.php | 4 ++-- Utils/JobQueue/JobQueue.php | 4 ++-- Utils/PDF/Pdf.php | 4 ++-- Utils/RnG/ArrayRandomize.php | 4 ++-- Utils/RnG/DateTime.php | 4 ++-- Utils/RnG/DistributionType.php | 4 ++-- Utils/RnG/File.php | 4 ++-- Utils/RnG/LinearCongruentialGenerator.php | 4 ++-- Utils/RnG/Name.php | 4 ++-- Utils/RnG/Phone.php | 4 ++-- Utils/RnG/StringUtils.php | 4 ++-- Utils/RnG/Text.php | 4 ++-- Utils/TaskSchedule/Cron.php | 4 ++-- Utils/TaskSchedule/CronJob.php | 4 ++-- Utils/TaskSchedule/Interval.php | 4 ++-- Utils/TaskSchedule/NullCronJob.php | 4 ++-- Utils/TaskSchedule/NullSchedule.php | 4 ++-- Utils/TaskSchedule/Schedule.php | 4 ++-- Utils/TaskSchedule/SchedulerAbstract.php | 4 ++-- Utils/TaskSchedule/SchedulerFactory.php | 4 ++-- Utils/TaskSchedule/TaskAbstract.php | 4 ++-- Utils/TaskSchedule/TaskFactory.php | 4 ++-- Utils/TaskSchedule/TaskScheduler.php | 4 ++-- tests/Autoloader.php | 4 ++-- 144 files changed, 288 insertions(+), 288 deletions(-) diff --git a/Business/Finance/Forecasting/SmoothingType.php b/Business/Finance/Forecasting/SmoothingType.php index 6c817b0cc..a146a5079 100644 --- a/Business/Finance/Forecasting/SmoothingType.php +++ b/Business/Finance/Forecasting/SmoothingType.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Business\Finance\Forecasting * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Smoothing enum. * - * @package Framework + * @package phpOMS\Business\Finance\Forecasting * @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 c9a4955c7..87ca1c9aa 100644 --- a/DataStorage/Database/Query/Column.php +++ b/DataStorage/Database/Query/Column.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\DataStorage\Database\Query; /** * Database query builder. * - * @package Framework + * @package phpOMS\DataStorage\Database\Query * @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 ab7be67be..24bb00c46 100644 --- a/DataStorage/Database/Query/JoinType.php +++ b/DataStorage/Database/Query/JoinType.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Query type enum. * - * @package Framework + * @package phpOMS\DataStorage\Database\Query * @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 36f99fbac..fd1f1e556 100644 --- a/DataStorage/Database/Query/Where.php +++ b/DataStorage/Database/Query/Where.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\DataStorage\Database\Query; /** * Database query builder. * - * @package Framework + * @package phpOMS\DataStorage\Database\Query * @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 98f82d800..4ac509f46 100644 --- a/DataStorage/Database/Schema/Exception/TableException.php +++ b/DataStorage/Database/Schema/Exception/TableException.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\DataStorage\Database\Schema\Exception * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\DataStorage\Database\Schema\Exception; /** * Path exception class. * - * @package System + * @package phpOMS\DataStorage\Database\Schema\Exception * @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 bc5742988..09d2086ba 100644 --- a/DataStorage/Database/Schema/Grammar/Grammar.php +++ b/DataStorage/Database/Schema/Grammar/Grammar.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\DataStorage\Database\Schema\Grammar * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Schema\QueryType; /** * Database query grammar. * - * @package Framework + * @package phpOMS\DataStorage\Database\Schema\Grammar * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/DataStorage/Database/Schema/Grammar/MysqlGrammar.php b/DataStorage/Database/Schema/Grammar/MysqlGrammar.php index 43e2e9270..392345e38 100644 --- a/DataStorage/Database/Schema/Grammar/MysqlGrammar.php +++ b/DataStorage/Database/Schema/Grammar/MysqlGrammar.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\DataStorage\Database\Schema\Grammar * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\Query\Builder; /** * Database query grammar. * - * @package Framework + * @package phpOMS\DataStorage\Database\Schema\Grammar * @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 0438b1784..3dcddf636 100644 --- a/DataStorage/Session/ConsoleSession.php +++ b/DataStorage/Session/ConsoleSession.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\DataStorage\Session * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\DataStorage\Session; /** * Console session class. * - * @package Framework + * @package phpOMS\DataStorage\Session * @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 2e8e6eb77..3e9103433 100644 --- a/DataStorage/Session/SessionInterface.php +++ b/DataStorage/Session/SessionInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\DataStorage\Session * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ namespace phpOMS\DataStorage\Session; * * Sessions can be used by http requests, console interaction and socket connections * - * @package Framework + * @package phpOMS\DataStorage\Session * @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 e3bceb97c..cd1cec7b5 100644 --- a/DataStorage/Session/SocketSession.php +++ b/DataStorage/Session/SocketSession.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\DataStorage\Session * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\DataStorage\Session; /** * Socket session class. * - * @package Framework + * @package phpOMS\DataStorage\Session * @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 9999ff59b..7ad62bff4 100644 --- a/DataStorage/Web/Builder.php +++ b/DataStorage/Web/Builder.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\DataStorage\Web * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,7 +21,7 @@ use phpOMS\Uri\Http; /** * Array utils. * - * @package Framework + * @package phpOMS\DataStorage\Web * @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 155e3d884..2230daa57 100644 --- a/Math/Differential/FiniteDifference.php +++ b/Math/Differential/FiniteDifference.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Differential * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Math\Parser\Evaluator; /** * Chi square distribution. * - * @package Framework + * @package phpOMS\Math\Differential * @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 538d463ea..4c6c4b32d 100644 --- a/Math/Exception/ZeroDevisionException.php +++ b/Math/Exception/ZeroDevisionException.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Exception * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Math\Exception; /** * Zero devision exception. * - * @package Framework + * @package phpOMS\Math\Exception * @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 9165e0cba..fe1968a17 100644 --- a/Math/Functions/Fibunacci.php +++ b/Math/Functions/Fibunacci.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Functions * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Math\Number\Numbers; /** * Well known functions class. * - * @package Framework + * @package phpOMS\Math\Functions * @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 06f6cc4df..a0aad0def 100644 --- a/Math/Geometry/ConvexHull/MonotoneChain.php +++ b/Math/Geometry/ConvexHull/MonotoneChain.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Geometry\ConvexHull * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Math\Geometry\ConvexHull; /** * Andrew's monotone chain convex hull algorithm class. * - * @package Framework + * @package phpOMS\Math\Geometry\ConvexHull * @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 953b32d42..2965f0f2e 100644 --- a/Math/Geometry/Shape/D2/Circle.php +++ b/Math/Geometry/Shape/D2/Circle.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Geometry\Shape\D2 * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; /** * Circle shape. * - * @package Framework + * @package phpOMS\Math\Geometry\Shape\D2 * @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 b09f1aadc..0b572cf34 100644 --- a/Math/Geometry/Shape/D2/D2ShapeInterface.php +++ b/Math/Geometry/Shape/D2/D2ShapeInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Geometry\Shape\D2 * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Math\Geometry\Shape\ShapeInterface; /** * Shape interface. * - * @package Framework + * @package phpOMS\Math\Geometry\Shape\D2 * @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 0e04803e9..4dea9cd98 100644 --- a/Math/Geometry/Shape/D2/Ellipse.php +++ b/Math/Geometry/Shape/D2/Ellipse.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Geometry\Shape\D2 * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; /** * Ellipse shape. * - * @package Framework + * @package phpOMS\Math\Geometry\Shape\D2 * @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 d860436c9..20a0505f1 100644 --- a/Math/Geometry/Shape/D2/Polygon.php +++ b/Math/Geometry/Shape/D2/Polygon.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Geometry\Shape\D2 * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; /** * Polygon class. * - * @package Framework + * @package phpOMS\Math\Geometry\Shape\D2 * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Geometry/Shape/D2/Rectangle.php b/Math/Geometry/Shape/D2/Rectangle.php index 89b70fce3..269c17d6f 100644 --- a/Math/Geometry/Shape/D2/Rectangle.php +++ b/Math/Geometry/Shape/D2/Rectangle.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Geometry\Shape\D2 * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; /** * Rectangle shape. * - * @package Framework + * @package phpOMS\Math\Geometry\Shape\D2 * @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 d2c91b671..18bcbcaaf 100644 --- a/Math/Geometry/Shape/D2/Trapezoid.php +++ b/Math/Geometry/Shape/D2/Trapezoid.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Geometry\Shape\D2 * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; /** * Trapezoid shape. * - * @package Framework + * @package phpOMS\Math\Geometry\Shape\D2 * @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 d1dff54fb..313beb11e 100644 --- a/Math/Geometry/Shape/D2/Triangle.php +++ b/Math/Geometry/Shape/D2/Triangle.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Geometry\Shape\D2 * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Math\Functions\Functions; /** * Triangle shape. * - * @package Framework + * @package phpOMS\Math\Geometry\Shape\D2 * @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 f3297ea1f..d19eed26b 100644 --- a/Math/Geometry/Shape/D3/Cone.php +++ b/Math/Geometry/Shape/D3/Cone.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; /** * Cone shape. * - * @package Framework + * @package phpOMS\Math\Geometry\Shape\D3 * @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 3e09eb5d4..1a5b4c598 100644 --- a/Math/Geometry/Shape/D3/Cuboid.php +++ b/Math/Geometry/Shape/D3/Cuboid.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; /** * Cuboid shape. * - * @package Framework + * @package phpOMS\Math\Geometry\Shape\D3 * @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 a4a9c3962..47951e9cc 100644 --- a/Math/Geometry/Shape/D3/Cylinder.php +++ b/Math/Geometry/Shape/D3/Cylinder.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; /** * Cylinder shape. * - * @package Framework + * @package phpOMS\Math\Geometry\Shape\D3 * @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 4941bc741..cb936ce15 100644 --- a/Math/Geometry/Shape/D3/D3ShapeInterface.php +++ b/Math/Geometry/Shape/D3/D3ShapeInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Math\Geometry\Shape\ShapeInterface; /** * Shape interface. * - * @package Framework + * @package phpOMS\Math\Geometry\Shape\D3 * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Geometry/Shape/D3/RectangularPyramid.php b/Math/Geometry/Shape/D3/RectangularPyramid.php index f0d607d47..aed7f193b 100644 --- a/Math/Geometry/Shape/D3/RectangularPyramid.php +++ b/Math/Geometry/Shape/D3/RectangularPyramid.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; /** * Rectangular pyramid shape. * - * @package Framework + * @package phpOMS\Math\Geometry\Shape\D3 * @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 39498dfdd..a4dd6da3a 100644 --- a/Math/Geometry/Shape/D3/Sphere.php +++ b/Math/Geometry/Shape/D3/Sphere.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; /** * Sphere shape. * - * @package Framework + * @package phpOMS\Math\Geometry\Shape\D3 * @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 9b99774fc..9faf7ac17 100644 --- a/Math/Geometry/Shape/D3/Tetrahedron.php +++ b/Math/Geometry/Shape/D3/Tetrahedron.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; /** * Tetraedron shape. * - * @package Framework + * @package phpOMS\Math\Geometry\Shape\D3 * @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 1371d217f..504f026cb 100644 --- a/Math/Geometry/Shape/ShapeInterface.php +++ b/Math/Geometry/Shape/ShapeInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Geometry\Shape * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Math\Geometry\Shape; /** * Shape interface. * - * @package Framework + * @package phpOMS\Math\Geometry\Shape * @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 1aa3e174d..84b0d5caa 100644 --- a/Math/Numerics/Interpolation/CubicSplineInterpolation.php +++ b/Math/Numerics/Interpolation/CubicSplineInterpolation.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Numerics\Interpolation * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Math\Numerics\Interpolation; /** * Web module interface. * - * @package Framework + * @package phpOMS\Math\Numerics\Interpolation * @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 b4acc6984..ca7f8a682 100644 --- a/Math/Numerics/Interpolation/LinearInterpolation.php +++ b/Math/Numerics/Interpolation/LinearInterpolation.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Numerics\Interpolation * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Math\Numerics\Interpolation; /** * Web module interface. * - * @package Framework + * @package phpOMS\Math\Numerics\Interpolation * @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 89819f8c7..65882f82d 100644 --- a/Math/Numerics/Interpolation/PolynomialInterpolation.php +++ b/Math/Numerics/Interpolation/PolynomialInterpolation.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Numerics\Interpolation * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Math\Numerics\Interpolation; /** * Web module interface. * - * @package Framework + * @package phpOMS\Math\Numerics\Interpolation * @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 0868d5de8..6ad9d0ec9 100644 --- a/Math/Parser/Evaluator.php +++ b/Math/Parser/Evaluator.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Parser * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Math\Parser; /** * Basic math function evaluation. * - * @package Framework + * @package phpOMS\Math\Parser * @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 886a55cb9..5dc05ca1c 100644 --- a/Math/Statistic/Forecast/Error.php +++ b/Math/Statistic/Forecast/Error.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,7 +21,7 @@ use phpOMS\Math\Statistic\MeasureOfDispersion; /** * Basic forecast functions. * - * @package Framework + * @package phpOMS\Math\Statistic\Forecast * @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 28faf2dc3..2d137a4ee 100644 --- a/Math/Statistic/Forecast/ForecastIntervalMultiplier.php +++ b/Math/Statistic/Forecast/ForecastIntervalMultiplier.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Prediction interval multiplier. * - * @package Framework + * @package phpOMS\Math\Statistic\Forecast * @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 8a44eaf3f..1f3c54eec 100644 --- a/Math/Statistic/Forecast/Regression/LevelLevelRegression.php +++ b/Math/Statistic/Forecast/Regression/LevelLevelRegression.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Statistic\Forecast\Regression * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Math\Statistic\Forecast\Regression; /** * Regression class. * - * @package Framework + * @package phpOMS\Math\Statistic\Forecast\Regression * @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 3c3e4368f..498e53d9d 100644 --- a/Math/Statistic/Forecast/Regression/LevelLogRegression.php +++ b/Math/Statistic/Forecast/Regression/LevelLogRegression.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Statistic\Forecast\Regression * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; /** * Regression class. * - * @package Framework + * @package phpOMS\Math\Statistic\Forecast\Regression * @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 47040cd9d..25f731502 100644 --- a/Math/Statistic/Forecast/Regression/LogLevelRegression.php +++ b/Math/Statistic/Forecast/Regression/LogLevelRegression.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Statistic\Forecast\Regression * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; /** * Regression class. * - * @package Framework + * @package phpOMS\Math\Statistic\Forecast\Regression * @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 c023989ab..0a4bcc206 100644 --- a/Math/Statistic/Forecast/Regression/LogLogRegression.php +++ b/Math/Statistic/Forecast/Regression/LogLogRegression.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Statistic\Forecast\Regression * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; /** * Regression class. * - * @package Framework + * @package phpOMS\Math\Statistic\Forecast\Regression * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Statistic/Forecast/Regression/RegressionAbstract.php b/Math/Statistic/Forecast/Regression/RegressionAbstract.php index aac740631..d50ed7e22 100644 --- a/Math/Statistic/Forecast/Regression/RegressionAbstract.php +++ b/Math/Statistic/Forecast/Regression/RegressionAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Statistic\Forecast\Regression * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,7 +21,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; /** * Regression abstract class. * - * @package Framework + * @package phpOMS\Math\Statistic\Forecast\Regression * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Math/Stochastic/NaiveBayesFilter.php b/Math/Stochastic/NaiveBayesFilter.php index 057067380..d8a9baa6b 100644 --- a/Math/Stochastic/NaiveBayesFilter.php +++ b/Math/Stochastic/NaiveBayesFilter.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Math\Stochastic * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -16,7 +16,7 @@ namespace phpOMS\Math\Stochastic; /** * Bernulli distribution. * - * @package Framework + * @package phpOMS\Math\Stochastic * @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 1df49f4e2..0793aeb20 100644 --- a/Message/Mail/EmailAbstract.php +++ b/Message/Mail/EmailAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Message\Mail; /** * Mail class. * - * @package Framework + * @package phpOMS\Message\Mail * @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 4f8e1b8e2..109b43668 100644 --- a/Message/Mail/Imap.php +++ b/Message/Mail/Imap.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Message\Mail; /** * Imap mail class. * - * @package Framework + * @package phpOMS\Message\Mail * @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 513ea0bab..4582d7e95 100644 --- a/Message/Mail/Mail.php +++ b/Message/Mail/Mail.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Message\Mail; /** * Mail class. * - * @package Framework + * @package phpOMS\Message\Mail * @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 0dd58716c..f724fa51b 100644 --- a/Message/Mail/Nntp.php +++ b/Message/Mail/Nntp.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Message\Mail; /** * Imap mail class. * - * @package Framework + * @package phpOMS\Message\Mail * @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 e1487d75d..a6f61784c 100644 --- a/Message/Mail/Pop3.php +++ b/Message/Mail/Pop3.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Message\Mail; /** * Imap mail class. * - * @package Framework + * @package phpOMS\Message\Mail * @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 4dc0c932d..e367c8323 100644 --- a/Socket/Client/Client.php +++ b/Socket/Client/Client.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Socket\Client * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,7 +20,7 @@ use phpOMS\Socket\SocketAbstract; /** * Client socket class. * - * @package Framework + * @package phpOMS\Socket\Client * @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 e6c1d59b0..84e8c855a 100644 --- a/Socket/Client/ClientConnection.php +++ b/Socket/Client/ClientConnection.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Socket\Client * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Socket\Client; /** * Client socket class. * - * @package Framework + * @package phpOMS\Socket\Client * @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 fa32bb1c4..21f933c6d 100644 --- a/Socket/Client/NullClientConnection.php +++ b/Socket/Client/NullClientConnection.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Socket\Client * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Socket\Client; /** * Client socket class. * - * @package Framework + * @package phpOMS\Socket\Client * @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 4d2993461..430559372 100644 --- a/Socket/CommandManager.php +++ b/Socket/CommandManager.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Socket * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Socket; /** * CommandManager class. * - * @package Framework + * @package phpOMS\Socket * @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 63e01a8f3..60cad82b1 100644 --- a/Socket/Packets/Header.php +++ b/Socket/Packets/Header.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Socket\Packets * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ namespace phpOMS\Socket\Packets; * * Parsing/serializing arrays to and from php file * - * @package System + * @package phpOMS\Socket\Packets * @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 8240e21a0..871586e0f 100644 --- a/Socket/Packets/PacketAbstract.php +++ b/Socket/Packets/PacketAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Socket\Packets * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ namespace phpOMS\Socket\Packets; * * Parsing/serializing arrays to and from php file * - * @package System + * @package phpOMS\Socket\Packets * @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 4e5dbcde6..cb9f45dc8 100644 --- a/Socket/Packets/PacketManager.php +++ b/Socket/Packets/PacketManager.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Socket\Packets * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Socket\Server\ClientManager; * * Parsing/serializing arrays to and from php file * - * @package System + * @package phpOMS\Socket\Packets * @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 a713a7027..bb7993847 100644 --- a/Socket/Packets/PacketType.php +++ b/Socket/Packets/PacketType.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Socket\Packets * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Packet type enum. * - * @package Framework + * @package phpOMS\Socket\Packets * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Socket/Server/Server.php b/Socket/Server/Server.php index 64244f7f6..074bba80c 100644 --- a/Socket/Server/Server.php +++ b/Socket/Server/Server.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Socket\Server * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Socket\SocketAbstract; /** * Server class. * - * @package Framework + * @package phpOMS\Socket\Server * @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 56beb7be1..9f0ea5c1f 100644 --- a/Socket/SocketAbstract.php +++ b/Socket/SocketAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Socket * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Socket; /** * Socket class. * - * @package Socket + * @package phpOMS\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 3b17e3849..86439ef12 100644 --- a/Socket/SocketInterface.php +++ b/Socket/SocketInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Socket * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Socket; /** * Socket class. * - * @package Socket + * @package phpOMS\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 478df12b9..15446e32e 100644 --- a/Socket/SocketType.php +++ b/Socket/SocketType.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Socket * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Socket type enum. * - * @package Framework + * @package phpOMS\Socket * @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 5e9453909..b4508e9ed 100644 --- a/Stdlib/Base/Address.php +++ b/Stdlib/Base/Address.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Stdlib\Base; /** * Address class. * - * @package Framework + * @package phpOMS\Stdlib\Base * @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 4973a7c7e..0f8b688bc 100644 --- a/Stdlib/Base/AddressType.php +++ b/Stdlib/Base/AddressType.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Stdlib\Base; /** * Address type enum. * - * @package Framework + * @package phpOMS\Stdlib\Base * @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 239c9c959..44d8ee3cc 100644 --- a/Stdlib/Base/Enum.php +++ b/Stdlib/Base/Enum.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ namespace phpOMS\Stdlib\Base; * * Replacing the SplEnum class and providing basic enum. * - * @package Framework + * @package phpOMS\Stdlib\Base * @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 d33a314fe..b8ced1d07 100644 --- a/Stdlib/Base/EnumArray.php +++ b/Stdlib/Base/EnumArray.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ namespace phpOMS\Stdlib\Base; * * Replacing the SplEnum class and providing basic enum. * - * @package Framework + * @package phpOMS\Stdlib\Base * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Stdlib/Base/Exception/InvalidEnumName.php b/Stdlib/Base/Exception/InvalidEnumName.php index d3fcc685c..92c79ba5e 100644 --- a/Stdlib/Base/Exception/InvalidEnumName.php +++ b/Stdlib/Base/Exception/InvalidEnumName.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Stdlib\Base\Exception * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ namespace phpOMS\Stdlib\Base\Exception; * * Performing operations on the file system * - * @package Framework + * @package phpOMS\Stdlib\Base\Exception * @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 3291cb89b..059d0e81d 100644 --- a/Stdlib/Base/Exception/InvalidEnumValue.php +++ b/Stdlib/Base/Exception/InvalidEnumValue.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Stdlib\Base\Exception * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ namespace phpOMS\Stdlib\Base\Exception; * * Performing operations on the file system * - * @package Framework + * @package phpOMS\Stdlib\Base\Exception * @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 f4419c723..9f122f203 100644 --- a/Stdlib/Base/Iban.php +++ b/Stdlib/Base/Iban.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Validation\Finance\IbanEnum; /** * Iban class. * - * @package Framework + * @package phpOMS\Stdlib\Base * @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 7f772c1df..28f90a46f 100644 --- a/Stdlib/Base/Location.php +++ b/Stdlib/Base/Location.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Stdlib\Base; /** * Location class. * - * @package Framework + * @package phpOMS\Stdlib\Base * @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 545999ad5..9a217e73c 100644 --- a/Stdlib/Base/NullLocation.php +++ b/Stdlib/Base/NullLocation.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Stdlib\Base; /** * Location class. * - * @package Framework + * @package phpOMS\Stdlib\Base * @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 499af3ab2..252d2c3b6 100644 --- a/Stdlib/Base/PhoneType.php +++ b/Stdlib/Base/PhoneType.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Stdlib\Base; /** * Address type enum. * - * @package Framework + * @package phpOMS\Stdlib\Base * @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 feb1284b1..48b7e6c7a 100644 --- a/Stdlib/Base/SmartDateTime.php +++ b/Stdlib/Base/SmartDateTime.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,7 +21,7 @@ use phpOMS\Math\Functions\Functions; * * Providing smarter datetimes * - * @package Framework + * @package phpOMS\Stdlib\Base * @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 081825d1e..99564fe9c 100644 --- a/Stdlib/Graph/BinaryTree.php +++ b/Stdlib/Graph/BinaryTree.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Stdlib\Graph * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Stdlib\Graph; /** * Tree class. * - * @package Framework + * @package phpOMS\Stdlib\Graph * @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 57e0947c1..66e2dcb04 100644 --- a/Stdlib/Graph/Edge.php +++ b/Stdlib/Graph/Edge.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Stdlib\Graph * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Stdlib\Graph; /** * Tree class. * - * @package Framework + * @package phpOMS\Stdlib\Graph * @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 11fd08f27..eee838dea 100644 --- a/Stdlib/Graph/Graph.php +++ b/Stdlib/Graph/Graph.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Stdlib\Graph * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Stdlib\Graph; /** * Tree class. * - * @package Framework + * @package phpOMS\Stdlib\Graph * @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 7209761a2..81d47e550 100644 --- a/Stdlib/Graph/Node.php +++ b/Stdlib/Graph/Node.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Stdlib\Graph * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Stdlib\Graph; /** * Tree class. * - * @package Framework + * @package phpOMS\Stdlib\Graph * @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 812688862..960420bcf 100644 --- a/Stdlib/Graph/Tree.php +++ b/Stdlib/Graph/Tree.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Stdlib\Graph * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Stdlib\Graph; /** * Tree class. * - * @package Framework + * @package phpOMS\Stdlib\Graph * @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 a31a8a3fb..06410fc86 100644 --- a/Stdlib/Map/KeyType.php +++ b/Stdlib/Map/KeyType.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Stdlib\Map * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Account type enum. * - * @package Framework + * @package phpOMS\Stdlib\Map * @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 2e4f99e96..0c9b79359 100644 --- a/Stdlib/Map/MultiMap.php +++ b/Stdlib/Map/MultiMap.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Stdlib\Map * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Utils\Permutation; /** * Multimap utils. * - * @package Framework + * @package phpOMS\Stdlib\Map * @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 993534f63..564ffa86c 100644 --- a/Stdlib/Map/OrderType.php +++ b/Stdlib/Map/OrderType.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Stdlib\Map * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Account type enum. * - * @package Framework + * @package phpOMS\Stdlib\Map * @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 f7520b295..58221f338 100644 --- a/Stdlib/Queue/PriorityMode.php +++ b/Stdlib/Queue/PriorityMode.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Stdlib\Queue * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Account type enum. * - * @package Framework + * @package phpOMS\Stdlib\Queue * @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 f5bf53426..6967d7560 100644 --- a/Stdlib/Queue/PriorityQueue.php +++ b/Stdlib/Queue/PriorityQueue.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Stdlib\Queue * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Stdlib\Queue; /** * Priority queue class. * - * @package Framework + * @package phpOMS\Stdlib\Queue * @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 bfb434010..da94fc44f 100644 --- a/System/File/Ftp/Directory.php +++ b/System/File/Ftp/Directory.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\System\File\Ftp * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,7 +26,7 @@ use phpOMS\Uri\Http; * * Performing operations on the file system * - * @package Framework + * @package phpOMS\System\File\Ftp * @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 07bc15335..5f56dbf12 100644 --- a/System/File/Ftp/File.php +++ b/System/File/Ftp/File.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\System\File\Ftp * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -30,7 +30,7 @@ use phpOMS\Uri\Http; * * All static implementations require a path/uri in the following form: ftp://user:pass@domain.com/path/subpath... * - * @package Framework + * @package phpOMS\System\File\Ftp * @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 428b9a132..460ae5490 100644 --- a/System/File/Ftp/FtpStorage.php +++ b/System/File/Ftp/FtpStorage.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\System\File\Ftp * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\System\File\PathException; * * Performing operations on the file system * - * @package Framework + * @package phpOMS\System\File\Ftp * @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 fa7ea59b7..e110099c7 100644 --- a/System/File/Local/Directory.php +++ b/System/File/Local/Directory.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\System\File\Local * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +24,7 @@ use phpOMS\Utils\StringUtils; * * Performing operations on the file system * - * @package Framework + * @package phpOMS\System\File\Local * @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 2f52e98f7..2a12967b0 100644 --- a/System/File/Local/File.php +++ b/System/File/Local/File.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\System\File\Local * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +24,7 @@ use phpOMS\System\File\PathException; * * Performing operations on the file system * - * @package Framework + * @package phpOMS\System\File\Local * @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 40ca920c5..9c9a62dfd 100644 --- a/System/File/Local/FileAbstract.php +++ b/System/File/Local/FileAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\System\File\Local * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,7 +21,7 @@ use phpOMS\System\File\ContainerInterface; * * Performing operations on the file system * - * @package Framework + * @package phpOMS\System\File\Local * @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 f4e7420bf..92c9da0c2 100644 --- a/System/File/Local/LocalStorage.php +++ b/System/File/Local/LocalStorage.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\System\File\Local * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\System\File\PathException; * * Performing operations on the file system * - * @package Framework + * @package phpOMS\System\File\Local * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/UnhandledHandler.php b/UnhandledHandler.php index 2a920073b..a293ba38b 100644 --- a/UnhandledHandler.php +++ b/UnhandledHandler.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Log\FileLogger; /** * Default exception and error handler. * - * @package Web + * @package phpOMS * @since 1.0.0 */ final class UnhandledHandler diff --git a/Utils/Barcode/Aztec.php b/Utils/Barcode/Aztec.php index 013a6aa68..830433815 100644 --- a/Utils/Barcode/Aztec.php +++ b/Utils/Barcode/Aztec.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\Barcode; /** * Aztec class. * - * @package Log + * @package phpOMS\Utils\Barcode * @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 95bb29f0f..cd9cb357d 100644 --- a/Utils/Barcode/C128Abstract.php +++ b/Utils/Barcode/C128Abstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Exception\InvalidEnumValue; /** * Code 128 abstract class. * - * @package Log + * @package phpOMS\Utils\Barcode * @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 0d2b0b4ff..075338d44 100644 --- a/Utils/Barcode/C128a.php +++ b/Utils/Barcode/C128a.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\Barcode; /** * Code 128a class. * - * @package Log + * @package phpOMS\Utils\Barcode * @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 468170e6e..1ef0c131a 100644 --- a/Utils/Barcode/C128b.php +++ b/Utils/Barcode/C128b.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\Barcode; /** * Code 128b class. * - * @package Log + * @package phpOMS\Utils\Barcode * @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 0ba679fd2..db9ffaf17 100644 --- a/Utils/Barcode/C128c.php +++ b/Utils/Barcode/C128c.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\Barcode; /** * Code 128c class. * - * @package Log + * @package phpOMS\Utils\Barcode * @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 cd2119817..829c31677 100644 --- a/Utils/Barcode/C25.php +++ b/Utils/Barcode/C25.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\Barcode; /** * Code 25 class. * - * @package Log + * @package phpOMS\Utils\Barcode * @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 5435489e4..564b5a190 100644 --- a/Utils/Barcode/C39.php +++ b/Utils/Barcode/C39.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\Barcode; /** * Code 39 class. * - * @package Log + * @package phpOMS\Utils\Barcode * @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 7517ced54..367c5fba0 100644 --- a/Utils/Barcode/Codebar.php +++ b/Utils/Barcode/Codebar.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\Barcode; /** * Codebar class. * - * @package Log + * @package phpOMS\Utils\Barcode * @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 4150d14f5..9504059ce 100644 --- a/Utils/Barcode/Datamatrix.php +++ b/Utils/Barcode/Datamatrix.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\Barcode; /** * Aztec class. * - * @package Log + * @package phpOMS\Utils\Barcode * @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 ca6df51a7..baf9ee9a5 100644 --- a/Utils/Barcode/HIBCC.php +++ b/Utils/Barcode/HIBCC.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\Barcode; /** * Aztec class. * - * @package Log + * @package phpOMS\Utils\Barcode * @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 cec09aa69..a47dd3982 100644 --- a/Utils/Barcode/OrientationType.php +++ b/Utils/Barcode/OrientationType.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Account type enum. * - * @package Framework + * @package phpOMS\Utils\Barcode * @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 71f36a6a7..a4a47d9c8 100644 --- a/Utils/Barcode/QR.php +++ b/Utils/Barcode/QR.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\Barcode; /** * Aztec class. * - * @package Log + * @package phpOMS\Utils\Barcode * @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 4ef5c9984..5cea901b5 100644 --- a/Utils/Compression/CompressionInterface.php +++ b/Utils/Compression/CompressionInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\Compression * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\Compression; /** * Compression Interface * - * @package Framework + * @package phpOMS\Utils\Compression * @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 1cff6d65d..939ff9a66 100644 --- a/Utils/Compression/LZW.php +++ b/Utils/Compression/LZW.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\Compression * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\Compression; /** * LZW compression class * - * @package Framework + * @package phpOMS\Utils\Compression * @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 578fd8774..c251791e6 100644 --- a/Utils/Encoding/Caesar.php +++ b/Utils/Encoding/Caesar.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\Encoding * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\Encoding; /** * Gray encoding class * - * @package Framework + * @package phpOMS\Utils\Encoding * @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 a770a375b..9dea26af3 100644 --- a/Utils/Encoding/EncodingInterface.php +++ b/Utils/Encoding/EncodingInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\Encoding * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\Encoding; /** * Encoding Interface * - * @package Framework + * @package phpOMS\Utils\Encoding * @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 370b0bf10..7e48a6348 100644 --- a/Utils/Encoding/Gray.php +++ b/Utils/Encoding/Gray.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\Encoding * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\Encoding; /** * Gray encoding class * - * @package Framework + * @package phpOMS\Utils\Encoding * @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 2ed7c48be..b294cf3a4 100644 --- a/Utils/Encoding/Huffman/Dictionary.php +++ b/Utils/Encoding/Huffman/Dictionary.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\Encoding\Huffman * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\Encoding\Huffman; /** * Gray encoding class * - * @package Framework + * @package phpOMS\Utils\Encoding\Huffman * @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 ed4d6e909..a2047007f 100644 --- a/Utils/Encoding/Huffman/Huffman.php +++ b/Utils/Encoding/Huffman/Huffman.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\Encoding\Huffman * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\Encoding\Huffman; /** * Gray encoding class * - * @package Framework + * @package phpOMS\Utils\Encoding\Huffman * @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 888c0c4f1..6d1098483 100644 --- a/Utils/Encoding/XorEncoding.php +++ b/Utils/Encoding/XorEncoding.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\Encoding * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\Encoding; /** * XOR encoding class * - * @package Framework + * @package phpOMS\Utils\Encoding * @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 5ba4bde00..44ed53327 100644 --- a/Utils/Excel/Excel.php +++ b/Utils/Excel/Excel.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\Excel * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,7 +20,7 @@ require_once realpath(__DIR__ . '/../../../Resources/phpexcel/Classes/PHPExcel.p /** * Excel class. * - * @package Modules + * @package phpOMS\Utils\Excel * @since 1.0.0 */ diff --git a/Utils/IO/Csv/CsvSettings.php b/Utils/IO/Csv/CsvSettings.php index 09be16c2d..73bf2433b 100644 --- a/Utils/IO/Csv/CsvSettings.php +++ b/Utils/IO/Csv/CsvSettings.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\IO\Csv * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\IO\Csv; /** * Options trait. * - * @package Framework + * @package phpOMS\Utils\IO\Csv * @since 1.0.0 */ class CsvSettings diff --git a/Utils/IO/Excel/ExcelInterface.php b/Utils/IO/Excel/ExcelInterface.php index 7bfa3a1ee..3a18ee7fc 100644 --- a/Utils/IO/Excel/ExcelInterface.php +++ b/Utils/IO/Excel/ExcelInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\IO\Excel * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\IO\Excel; /** * Excel interface. * - * @package Framework + * @package phpOMS\Utils\IO\Excel * @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 643238696..c0ace8165 100644 --- a/Utils/IO/ExchangeInterface.php +++ b/Utils/IO/ExchangeInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\IO * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Utils\IO\Pdf\PdfInterface; /** * Exchange interface. * - * @package Framework + * @package phpOMS\Utils\IO * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/IO/Json/InvalidJsonException.php b/Utils/IO/Json/InvalidJsonException.php index 014ba886c..3853ddf7a 100644 --- a/Utils/IO/Json/InvalidJsonException.php +++ b/Utils/IO/Json/InvalidJsonException.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\IO\Json * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\IO\Json; /** * Json decoding exception class. * - * @package Framework + * @package phpOMS\Utils\IO\Json * @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 b150cd4c6..c4ff99a60 100644 --- a/Utils/IO/Json/JsonInterface.php +++ b/Utils/IO/Json/JsonInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\IO\Json * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\IO\Json; /** * Cvs interface. * - * @package Framework + * @package phpOMS\Utils\IO\Json * @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 4808cfd92..eb4d10bff 100644 --- a/Utils/IO/Pdf/PdfInterface.php +++ b/Utils/IO/Pdf/PdfInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\IO\Pdf * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\IO\Pdf; /** * Pdf interface. * - * @package Framework + * @package phpOMS\Utils\IO\Pdf * @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 7c39aba0e..470003737 100644 --- a/Utils/IO/Zip/ArchiveInterface.php +++ b/Utils/IO/Zip/ArchiveInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\IO\Zip * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\IO\Zip; /** * Archive interface * - * @package Framework + * @package phpOMS\Utils\IO\Zip * @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 922a2ea6e..c0371069c 100644 --- a/Utils/IO/Zip/Gz.php +++ b/Utils/IO/Zip/Gz.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\IO\Zip * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ namespace phpOMS\Utils\IO\Zip; * * Providing basic zip support * - * @package Framework + * @package phpOMS\Utils\IO\Zip * @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 71695911e..8b9eb8820 100644 --- a/Utils/IO/Zip/Tar.php +++ b/Utils/IO/Zip/Tar.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\IO\Zip * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,7 +21,7 @@ use phpOMS\System\File\FileUtils; * * Providing basic zip support * - * @package Framework + * @package phpOMS\Utils\IO\Zip * @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 6a3abc33d..46d610b6e 100644 --- a/Utils/IO/Zip/TarGz.php +++ b/Utils/IO/Zip/TarGz.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\IO\Zip * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ namespace phpOMS\Utils\IO\Zip; * * Providing basic zip support * - * @package Framework + * @package phpOMS\Utils\IO\Zip * @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 a330e48cb..569c7c89e 100644 --- a/Utils/IO/Zip/Zip.php +++ b/Utils/IO/Zip/Zip.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\IO\Zip * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,7 +21,7 @@ use phpOMS\System\File\FileUtils; * * Providing basic zip support * - * @package Framework + * @package phpOMS\Utils\IO\Zip * @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 ef691487f..2e3a30552 100644 --- a/Utils/JobQueue/Job.php +++ b/Utils/JobQueue/Job.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\JobQueue * } * @copyright Dennis Eichhorn * @license OMS License 1.0 @@ -18,7 +18,7 @@ namespace phpOMS\Utils\JobQueue; /** * Array utils. * - * @package Framework + * @package phpOMS\Utils\JobQueue * @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 556c445a3..5eeee98dd 100644 --- a/Utils/JobQueue/JobQueue.php +++ b/Utils/JobQueue/JobQueue.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\JobQueue * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Queue\PriorityQueue; /** * Array utils. * - * @package Framework + * @package phpOMS\Utils\JobQueue * @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 9d391544c..92093e64d 100644 --- a/Utils/PDF/Pdf.php +++ b/Utils/PDF/Pdf.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\PDF * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,7 +20,7 @@ include __DIR__ . '/../../../Resources/tcpdf/tcpdf.php'; /** * Pdf class. * - * @package Modules + * @package phpOMS\Utils\PDF * @since 1.0.0 */ diff --git a/Utils/RnG/ArrayRandomize.php b/Utils/RnG/ArrayRandomize.php index 4eff85252..237626371 100644 --- a/Utils/RnG/ArrayRandomize.php +++ b/Utils/RnG/ArrayRandomize.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\RnG; /** * Array randomizer class * - * @package Framework + * @package phpOMS\Utils\RnG * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/RnG/DateTime.php b/Utils/RnG/DateTime.php index 8a4a53000..ff6e9c57b 100644 --- a/Utils/RnG/DateTime.php +++ b/Utils/RnG/DateTime.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\RnG; /** * DateTime generator. * - * @package Framework + * @package phpOMS\Utils\RnG * @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 dacbec52c..117acb69c 100644 --- a/Utils/RnG/DistributionType.php +++ b/Utils/RnG/DistributionType.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Distribution type enum. * - * @package Framework + * @package phpOMS\Utils\RnG * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/RnG/File.php b/Utils/RnG/File.php index 66c16ab94..f85ce6bb8 100644 --- a/Utils/RnG/File.php +++ b/Utils/RnG/File.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\RnG; /** * File generator. * - * @package DataStorage + * @package phpOMS\Utils\RnG * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/RnG/LinearCongruentialGenerator.php b/Utils/RnG/LinearCongruentialGenerator.php index 8723af822..69e93b227 100644 --- a/Utils/RnG/LinearCongruentialGenerator.php +++ b/Utils/RnG/LinearCongruentialGenerator.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\RnG; /** * Linear congruential generator class * - * @package Framework + * @package phpOMS\Utils\RnG * @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 c5ae68892..4f6d421ef 100644 --- a/Utils/RnG/Name.php +++ b/Utils/RnG/Name.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\RnG; /** * Name generator. * - * @package Framework + * @package phpOMS\Utils\RnG * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/RnG/Phone.php b/Utils/RnG/Phone.php index 2496e3bd3..928dbcbe6 100644 --- a/Utils/RnG/Phone.php +++ b/Utils/RnG/Phone.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\RnG; /** * Phone generator. * - * @package Framework + * @package phpOMS\Utils\RnG * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/RnG/StringUtils.php b/Utils/RnG/StringUtils.php index 75b292891..b8e7a3b6d 100644 --- a/Utils/RnG/StringUtils.php +++ b/Utils/RnG/StringUtils.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\RnG; /** * String generator. * - * @package Framework + * @package phpOMS\Utils\RnG * @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 c5714d433..dd3b5b513 100644 --- a/Utils/RnG/Text.php +++ b/Utils/RnG/Text.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\RnG; /** * Text generator. * - * @package Framework + * @package phpOMS\Utils\RnG * @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 1bc6035c5..d2d53050e 100644 --- a/Utils/TaskSchedule/Cron.php +++ b/Utils/TaskSchedule/Cron.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\TaskSchedule; /** * Cron class. * - * @package Framework + * @package phpOMS\Utils\TaskSchedule * @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 be874ef24..01ab3bd47 100644 --- a/Utils/TaskSchedule/CronJob.php +++ b/Utils/TaskSchedule/CronJob.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Validation\Base\DateTime; /** * CronJob class. * - * @package Framework + * @package phpOMS\Utils\TaskSchedule * @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 9640e14ab..97c53c0de 100644 --- a/Utils/TaskSchedule/Interval.php +++ b/Utils/TaskSchedule/Interval.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\TaskSchedule; /** * Interval class for tasks. * - * @package Framework + * @package phpOMS\Utils\TaskSchedule * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/TaskSchedule/NullCronJob.php b/Utils/TaskSchedule/NullCronJob.php index 03928ac29..9a5e5b17a 100644 --- a/Utils/TaskSchedule/NullCronJob.php +++ b/Utils/TaskSchedule/NullCronJob.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\TaskSchedule; /** * CronJob class. * - * @package Framework + * @package phpOMS\Utils\TaskSchedule * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Utils/TaskSchedule/NullSchedule.php b/Utils/TaskSchedule/NullSchedule.php index 7ef06864c..5f0562d3b 100644 --- a/Utils/TaskSchedule/NullSchedule.php +++ b/Utils/TaskSchedule/NullSchedule.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\TaskSchedule; /** * CronJob class. * - * @package Framework + * @package phpOMS\Utils\TaskSchedule * @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 0c8f1fecc..8da657159 100644 --- a/Utils/TaskSchedule/Schedule.php +++ b/Utils/TaskSchedule/Schedule.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Validation\Base\DateTime; /** * Schedule class. * - * @package Framework + * @package phpOMS\Utils\TaskSchedule * @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 092dc5848..ee01d8d2c 100644 --- a/Utils/TaskSchedule/SchedulerAbstract.php +++ b/Utils/TaskSchedule/SchedulerAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\System\File\PathException; /** * Scheduler abstract. * - * @package Framework + * @package phpOMS\Utils\TaskSchedule * @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 117bbe3c8..c42fe2e2b 100644 --- a/Utils/TaskSchedule/SchedulerFactory.php +++ b/Utils/TaskSchedule/SchedulerFactory.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,7 +20,7 @@ use phpOMS\System\SystemType; /** * Scheduler factory. * - * @package Framework + * @package phpOMS\Utils\TaskSchedule * @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 ca8607a93..5a7028c6a 100644 --- a/Utils/TaskSchedule/TaskAbstract.php +++ b/Utils/TaskSchedule/TaskAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\TaskSchedule; /** * Abstract task class. * - * @package Framework + * @package phpOMS\Utils\TaskSchedule * @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 7d3e63499..f7f17df67 100644 --- a/Utils/TaskSchedule/TaskFactory.php +++ b/Utils/TaskSchedule/TaskFactory.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,7 +20,7 @@ use phpOMS\System\SystemType; /** * Task factory. * - * @package Framework + * @package phpOMS\Utils\TaskSchedule * @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 3f88a392e..3183915ac 100644 --- a/Utils/TaskSchedule/TaskScheduler.php +++ b/Utils/TaskSchedule/TaskScheduler.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace phpOMS\Utils\TaskSchedule; /** * Task scheduler class. * - * @package Framework + * @package phpOMS\Utils\TaskSchedule * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/tests/Autoloader.php b/tests/Autoloader.php index 14d7d1998..a9246b4eb 100644 --- a/tests/Autoloader.php +++ b/tests/Autoloader.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Tests\PHPUnit * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ spl_autoload_register('\Tests\PHPUnit\Autoloader::defaultAutoloader'); /** * Autoloader class. * - * @package Framework + * @package Tests\PHPUnit * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0