From ab385bfbb55702f88d618bc92f4ae3a15ceb4e1f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 15 Dec 2019 14:17:43 +0100 Subject: [PATCH] remove empty line --- Account/Account.php | 1 - Account/AccountManager.php | 1 - Account/Group.php | 1 - Algorithm/PathFinding/NullJumpPointNode.php | 1 - Algorithm/PathFinding/NullNode.php | 1 - ApplicationAbstract.php | 1 - Asset/AssetManager.php | 1 - DataStorage/Cache/Connection/ConnectionAbstract.php | 1 - DataStorage/Cache/Connection/ConnectionFactory.php | 1 - DataStorage/Cache/Connection/NullCache.php | 1 - DataStorage/Database/Connection/ConnectionAbstract.php | 1 - DataStorage/Database/Connection/ConnectionFactory.php | 1 - DataStorage/Database/Connection/MysqlConnection.php | 1 - DataStorage/Database/Connection/NullConnection.php | 1 - DataStorage/Database/Connection/SQLiteConnection.php | 1 - DataStorage/Database/DatabasePool.php | 1 - DataStorage/Database/Query/Expression.php | 1 - DataStorage/Database/Query/Grammar/MysqlGrammar.php | 1 - DataStorage/Database/Query/Grammar/SQLiteGrammar.php | 1 - DataStorage/Database/Schema/Grammar/OracleGrammar.php | 1 - DataStorage/Database/Schema/Grammar/PostgresGrammar.php | 1 - DataStorage/Database/Schema/Grammar/SqlServerGrammar.php | 1 - DataStorage/Session/HttpSession.php | 1 - Dispatcher/Dispatcher.php | 1 - Localization/Defaults/CityMapper.php | 1 - Localization/Defaults/CountryMapper.php | 1 - Localization/Defaults/CurrencyMapper.php | 1 - Localization/Defaults/IbanMapper.php | 1 - Localization/Defaults/LanguageMapper.php | 1 - Localization/L11nManager.php | 1 - Localization/Localization.php | 1 - Localization/Money.php | 1 - Localization/NullLocalization.php | 1 - Math/Geometry/Shape/D2/Circle.php | 1 - Math/Geometry/Shape/D2/Ellipse.php | 1 - Math/Geometry/Shape/D2/Rectangle.php | 1 - Math/Geometry/Shape/D2/Trapezoid.php | 1 - Math/Geometry/Shape/D2/Triangle.php | 1 - Math/Geometry/Shape/D3/Cone.php | 1 - Math/Geometry/Shape/D3/Cuboid.php | 1 - Math/Geometry/Shape/D3/Cylinder.php | 1 - Math/Geometry/Shape/D3/RectangularPyramid.php | 1 - Math/Geometry/Shape/D3/Tetrahedron.php | 1 - Math/Statistic/Average.php | 1 - Math/Stochastic/Distribution/BinomialDistribution.php | 1 - Math/Stochastic/Distribution/ChiSquaredDistribution.php | 1 - Math/Stochastic/Distribution/UniformDistributionContinuous.php | 1 - Math/Stochastic/Distribution/UniformDistributionDiscrete.php | 1 - Message/Http/Header.php | 1 - Message/Http/Rest.php | 1 - Message/Socket/PacketManager.php | 1 - Model/Html/Head.php | 1 - Model/Html/Meta.php | 1 - Model/Message/Dom.php | 1 - Model/Message/FormValidation.php | 1 - Model/Message/Notify.php | 1 - Model/Message/Redirect.php | 1 - Model/Message/Reload.php | 1 - Module/InfoManager.php | 1 - Module/ModuleAbstract.php | 1 - Module/ModuleManager.php | 1 - Module/StatusAbstract.php | 1 - Module/UninstallerAbstract.php | 1 - Module/UpdaterAbstract.php | 1 - Router/SocketRouter.php | 1 - Router/WebRouter.php | 1 - Socket/Server/Server.php | 1 - Socket/SocketAbstract.php | 1 - Stdlib/Base/Address.php | 1 - Stdlib/Base/Enum.php | 1 - Stdlib/Base/Exception/InvalidEnumName.php | 1 - Stdlib/Base/Exception/InvalidEnumValue.php | 1 - Stdlib/Base/Location.php | 1 - Stdlib/Map/MultiMap.php | 1 - System/File/Local/File.php | 1 - System/SystemUtils.php | 1 - UnhandledHandler.php | 1 - Uri/Argument.php | 1 - Uri/Http.php | 1 - Uri/UriFactory.php | 1 - Utils/ArrayUtils.php | 1 - Utils/Compression/LZW.php | 1 - Utils/Converter/Currency.php | 1 - Utils/Converter/File.php | 1 - Utils/Converter/Numeric.php | 1 - Utils/Encoding/XorEncoding.php | 1 - Utils/IO/Zip/Zip.php | 1 - Utils/NumericUtils.php | 1 - Utils/RnG/DateTime.php | 1 - Utils/RnG/File.php | 1 - Utils/RnG/Phone.php | 1 - Utils/RnG/StringUtils.php | 1 - Utils/RnG/Text.php | 1 - Utils/StringUtils.php | 1 - Utils/TaskSchedule/Interval.php | 1 - Utils/TaskSchedule/SchedulerAbstract.php | 1 - Validation/Base/DateTime.php | 1 - Validation/Base/Json.php | 1 - Validation/Finance/BIC.php | 1 - Validation/Finance/CreditCard.php | 1 - Validation/Network/Email.php | 1 - Validation/Network/Hostname.php | 1 - Validation/Network/Ip.php | 1 - Validation/Validator.php | 1 - Validation/ValidatorAbstract.php | 1 - Version/Version.php | 1 - Views/PaginationView.php | 1 - Views/ViewAbstract.php | 1 - tests/Autoloader.php | 1 - tests/DataStorage/Database/TestModel/BaseModelMapper.php | 1 - tests/DataStorage/Database/TestModel/BelongsToModelMapper.php | 1 - .../Database/TestModel/ManyToManyDirectModelMapper.php | 1 - .../DataStorage/Database/TestModel/ManyToManyRelModelMapper.php | 1 - tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php | 1 - 114 files changed, 114 deletions(-) diff --git a/Account/Account.php b/Account/Account.php index 1d818a4d9..b9bb13174 100644 --- a/Account/Account.php +++ b/Account/Account.php @@ -32,7 +32,6 @@ use phpOMS\Validation\Network\Email; */ class Account implements ArrayableInterface, \JsonSerializable { - /** * Id. * diff --git a/Account/AccountManager.php b/Account/AccountManager.php index 375efce02..43ede1d9f 100644 --- a/Account/AccountManager.php +++ b/Account/AccountManager.php @@ -29,7 +29,6 @@ use phpOMS\DataStorage\Session\SessionInterface; */ final class AccountManager implements \Countable { - /** * Accounts. * diff --git a/Account/Group.php b/Account/Group.php index 41f9fa316..b06862bea 100644 --- a/Account/Group.php +++ b/Account/Group.php @@ -27,7 +27,6 @@ use phpOMS\Stdlib\Base\Exception\InvalidEnumValue; */ class Group implements ArrayableInterface, \JsonSerializable { - /** * Group id. * diff --git a/Algorithm/PathFinding/NullJumpPointNode.php b/Algorithm/PathFinding/NullJumpPointNode.php index f43dd54ea..c4104593a 100644 --- a/Algorithm/PathFinding/NullJumpPointNode.php +++ b/Algorithm/PathFinding/NullJumpPointNode.php @@ -24,5 +24,4 @@ namespace phpOMS\Algorithm\PathFinding; */ class NullJumpPointNode extends JumpPointNode { - } diff --git a/Algorithm/PathFinding/NullNode.php b/Algorithm/PathFinding/NullNode.php index 58e00320b..bc742319a 100644 --- a/Algorithm/PathFinding/NullNode.php +++ b/Algorithm/PathFinding/NullNode.php @@ -24,5 +24,4 @@ namespace phpOMS\Algorithm\PathFinding; */ class NullNode extends Node { - } diff --git a/ApplicationAbstract.php b/ApplicationAbstract.php index 8aad8e653..ff664c6be 100644 --- a/ApplicationAbstract.php +++ b/ApplicationAbstract.php @@ -57,7 +57,6 @@ use phpOMS\DataStorage\Session\SessionInterface; */ class ApplicationAbstract { - /** * App name. * diff --git a/Asset/AssetManager.php b/Asset/AssetManager.php index be6a5d734..3a6b43a2e 100644 --- a/Asset/AssetManager.php +++ b/Asset/AssetManager.php @@ -24,7 +24,6 @@ namespace phpOMS\Asset; */ final class AssetManager implements \Countable { - /** * Assets. * diff --git a/DataStorage/Cache/Connection/ConnectionAbstract.php b/DataStorage/Cache/Connection/ConnectionAbstract.php index dc7b01ed3..3460f77fa 100644 --- a/DataStorage/Cache/Connection/ConnectionAbstract.php +++ b/DataStorage/Cache/Connection/ConnectionAbstract.php @@ -31,7 +31,6 @@ use phpOMS\DataStorage\Cache\Connection\CacheValueType; */ abstract class ConnectionAbstract implements ConnectionInterface { - /** * Connection object. * diff --git a/DataStorage/Cache/Connection/ConnectionFactory.php b/DataStorage/Cache/Connection/ConnectionFactory.php index 6973ed68f..c634316c1 100644 --- a/DataStorage/Cache/Connection/ConnectionFactory.php +++ b/DataStorage/Cache/Connection/ConnectionFactory.php @@ -26,7 +26,6 @@ use phpOMS\DataStorage\Cache\CacheType; */ class ConnectionFactory { - /** * Constructor. * diff --git a/DataStorage/Cache/Connection/NullCache.php b/DataStorage/Cache/Connection/NullCache.php index c3270f19e..055c0858f 100644 --- a/DataStorage/Cache/Connection/NullCache.php +++ b/DataStorage/Cache/Connection/NullCache.php @@ -24,7 +24,6 @@ namespace phpOMS\DataStorage\Cache\Connection; */ final class NullCache extends ConnectionAbstract { - /** * {@inheritdoc} */ diff --git a/DataStorage/Database/Connection/ConnectionAbstract.php b/DataStorage/Database/Connection/ConnectionAbstract.php index 752ce70e2..72e34ce15 100644 --- a/DataStorage/Database/Connection/ConnectionAbstract.php +++ b/DataStorage/Database/Connection/ConnectionAbstract.php @@ -32,7 +32,6 @@ use phpOMS\DataStorage\Database\Schema\Grammar\Grammar as SchemaGrammar; */ abstract class ConnectionAbstract implements ConnectionInterface { - /** * Connection object. * diff --git a/DataStorage/Database/Connection/ConnectionFactory.php b/DataStorage/Database/Connection/ConnectionFactory.php index c3d21c0b8..7b7b1b532 100644 --- a/DataStorage/Database/Connection/ConnectionFactory.php +++ b/DataStorage/Database/Connection/ConnectionFactory.php @@ -26,7 +26,6 @@ use phpOMS\DataStorage\Database\DatabaseType; */ final class ConnectionFactory { - /** * Constructor. * diff --git a/DataStorage/Database/Connection/MysqlConnection.php b/DataStorage/Database/Connection/MysqlConnection.php index c1d994b07..1535d0117 100644 --- a/DataStorage/Database/Connection/MysqlConnection.php +++ b/DataStorage/Database/Connection/MysqlConnection.php @@ -33,7 +33,6 @@ use phpOMS\DataStorage\Database\Schema\Grammar\MysqlGrammar as MysqlSchemaGramma */ final class MysqlConnection extends ConnectionAbstract { - /** * Object constructor. * diff --git a/DataStorage/Database/Connection/NullConnection.php b/DataStorage/Database/Connection/NullConnection.php index 08d8006eb..9336891a2 100644 --- a/DataStorage/Database/Connection/NullConnection.php +++ b/DataStorage/Database/Connection/NullConnection.php @@ -24,7 +24,6 @@ namespace phpOMS\DataStorage\Database\Connection; */ final class NullConnection extends ConnectionAbstract { - /** * {@inheritdoc} */ diff --git a/DataStorage/Database/Connection/SQLiteConnection.php b/DataStorage/Database/Connection/SQLiteConnection.php index f6ab76c45..10c9bbd4c 100644 --- a/DataStorage/Database/Connection/SQLiteConnection.php +++ b/DataStorage/Database/Connection/SQLiteConnection.php @@ -33,7 +33,6 @@ use phpOMS\DataStorage\Database\Schema\Grammar\SQLiteGrammar as SQLiteSchemaGram */ final class SQLiteConnection extends ConnectionAbstract { - /** * Object constructor. * diff --git a/DataStorage/Database/DatabasePool.php b/DataStorage/Database/DatabasePool.php index 12c73260c..55925882f 100644 --- a/DataStorage/Database/DatabasePool.php +++ b/DataStorage/Database/DatabasePool.php @@ -30,7 +30,6 @@ use phpOMS\DataStorage\Database\Connection\ConnectionAbstract; */ final class DatabasePool implements DataStoragePoolInterface { - /** * Databases. * diff --git a/DataStorage/Database/Query/Expression.php b/DataStorage/Database/Query/Expression.php index 91506568f..100932a7e 100644 --- a/DataStorage/Database/Query/Expression.php +++ b/DataStorage/Database/Query/Expression.php @@ -24,5 +24,4 @@ namespace phpOMS\DataStorage\Database\Query; */ class Expression extends Builder { - } diff --git a/DataStorage/Database/Query/Grammar/MysqlGrammar.php b/DataStorage/Database/Query/Grammar/MysqlGrammar.php index e5daf1363..bd2dbbdff 100644 --- a/DataStorage/Database/Query/Grammar/MysqlGrammar.php +++ b/DataStorage/Database/Query/Grammar/MysqlGrammar.php @@ -26,7 +26,6 @@ use phpOMS\DataStorage\Database\Query\Builder; */ class MysqlGrammar extends Grammar { - /** * System identifier. * diff --git a/DataStorage/Database/Query/Grammar/SQLiteGrammar.php b/DataStorage/Database/Query/Grammar/SQLiteGrammar.php index f2d091c49..8540256aa 100644 --- a/DataStorage/Database/Query/Grammar/SQLiteGrammar.php +++ b/DataStorage/Database/Query/Grammar/SQLiteGrammar.php @@ -26,7 +26,6 @@ use phpOMS\DataStorage\Database\Query\Builder; */ class SQLiteGrammar extends Grammar { - /** * System identifier. * diff --git a/DataStorage/Database/Schema/Grammar/OracleGrammar.php b/DataStorage/Database/Schema/Grammar/OracleGrammar.php index ef880e496..37361c4a7 100644 --- a/DataStorage/Database/Schema/Grammar/OracleGrammar.php +++ b/DataStorage/Database/Schema/Grammar/OracleGrammar.php @@ -24,5 +24,4 @@ namespace phpOMS\DataStorage\Database\Schema\Grammar; */ class OracleGrammar extends Grammar { - } diff --git a/DataStorage/Database/Schema/Grammar/PostgresGrammar.php b/DataStorage/Database/Schema/Grammar/PostgresGrammar.php index 57421b817..eada157b2 100644 --- a/DataStorage/Database/Schema/Grammar/PostgresGrammar.php +++ b/DataStorage/Database/Schema/Grammar/PostgresGrammar.php @@ -24,5 +24,4 @@ namespace phpOMS\DataStorage\Database\Schema\Grammar; */ class PostgresGrammar extends Grammar { - } diff --git a/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php b/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php index af90b1078..e3a5b538a 100644 --- a/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php +++ b/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php @@ -24,5 +24,4 @@ namespace phpOMS\DataStorage\Database\Schema\Grammar; */ class SqlServerGrammar extends Grammar { - } diff --git a/DataStorage/Session/HttpSession.php b/DataStorage/Session/HttpSession.php index 5a4466abc..77cd6b657 100644 --- a/DataStorage/Session/HttpSession.php +++ b/DataStorage/Session/HttpSession.php @@ -30,7 +30,6 @@ use phpOMS\Utils\RnG\StringUtils; */ class HttpSession implements SessionInterface { - /** * Is session locked/already set. * diff --git a/Dispatcher/Dispatcher.php b/Dispatcher/Dispatcher.php index 8471499e4..539fe552a 100644 --- a/Dispatcher/Dispatcher.php +++ b/Dispatcher/Dispatcher.php @@ -29,7 +29,6 @@ use phpOMS\System\File\PathException; */ final class Dispatcher implements DispatcherInterface { - /** * Application. * diff --git a/Localization/Defaults/CityMapper.php b/Localization/Defaults/CityMapper.php index 68a72ef21..d7ff61c68 100644 --- a/Localization/Defaults/CityMapper.php +++ b/Localization/Defaults/CityMapper.php @@ -26,7 +26,6 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; */ class CityMapper extends DataMapperAbstract { - /** * Columns. * diff --git a/Localization/Defaults/CountryMapper.php b/Localization/Defaults/CountryMapper.php index 4bf36b25d..ca4f3a694 100644 --- a/Localization/Defaults/CountryMapper.php +++ b/Localization/Defaults/CountryMapper.php @@ -26,7 +26,6 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; */ class CountryMapper extends DataMapperAbstract { - /** * Columns. * diff --git a/Localization/Defaults/CurrencyMapper.php b/Localization/Defaults/CurrencyMapper.php index b53bdc018..ae4ee9276 100644 --- a/Localization/Defaults/CurrencyMapper.php +++ b/Localization/Defaults/CurrencyMapper.php @@ -26,7 +26,6 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; */ class CurrencyMapper extends DataMapperAbstract { - /** * Columns. * diff --git a/Localization/Defaults/IbanMapper.php b/Localization/Defaults/IbanMapper.php index 6ea416e99..8161c65f2 100644 --- a/Localization/Defaults/IbanMapper.php +++ b/Localization/Defaults/IbanMapper.php @@ -26,7 +26,6 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; */ class IbanMapper extends DataMapperAbstract { - /** * Columns. * diff --git a/Localization/Defaults/LanguageMapper.php b/Localization/Defaults/LanguageMapper.php index b6314c10b..df4ac12ee 100644 --- a/Localization/Defaults/LanguageMapper.php +++ b/Localization/Defaults/LanguageMapper.php @@ -26,7 +26,6 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; */ class LanguageMapper extends DataMapperAbstract { - /** * Columns. * diff --git a/Localization/L11nManager.php b/Localization/L11nManager.php index 6c5720834..0aad97a2e 100644 --- a/Localization/L11nManager.php +++ b/Localization/L11nManager.php @@ -27,7 +27,6 @@ use phpOMS\Module\ModuleAbstract; */ final class L11nManager { - /** * Language. * diff --git a/Localization/Localization.php b/Localization/Localization.php index 406a583ab..50053479e 100644 --- a/Localization/Localization.php +++ b/Localization/Localization.php @@ -28,7 +28,6 @@ use phpOMS\Utils\Converter\TemperatureType; */ class Localization { - /** * Country ID. * diff --git a/Localization/Money.php b/Localization/Money.php index 410ea8d18..ba24f257d 100644 --- a/Localization/Money.php +++ b/Localization/Money.php @@ -24,7 +24,6 @@ namespace phpOMS\Localization; */ final class Money implements \Serializable { - /** * Max amount of decimals. * diff --git a/Localization/NullLocalization.php b/Localization/NullLocalization.php index 2e94b2301..3cc3387d1 100644 --- a/Localization/NullLocalization.php +++ b/Localization/NullLocalization.php @@ -24,5 +24,4 @@ namespace phpOMS\Localization; */ final class NullLocalization extends Localization { - } diff --git a/Math/Geometry/Shape/D2/Circle.php b/Math/Geometry/Shape/D2/Circle.php index c42ded14e..54f24d221 100644 --- a/Math/Geometry/Shape/D2/Circle.php +++ b/Math/Geometry/Shape/D2/Circle.php @@ -24,7 +24,6 @@ namespace phpOMS\Math\Geometry\Shape\D2; */ final class Circle implements D2ShapeInterface { - /** * Area * diff --git a/Math/Geometry/Shape/D2/Ellipse.php b/Math/Geometry/Shape/D2/Ellipse.php index 8cec2cdb6..e019194a6 100644 --- a/Math/Geometry/Shape/D2/Ellipse.php +++ b/Math/Geometry/Shape/D2/Ellipse.php @@ -24,7 +24,6 @@ namespace phpOMS\Math\Geometry\Shape\D2; */ final class Ellipse implements D2ShapeInterface { - /** * Area * diff --git a/Math/Geometry/Shape/D2/Rectangle.php b/Math/Geometry/Shape/D2/Rectangle.php index 72f2c6295..e13e45cff 100644 --- a/Math/Geometry/Shape/D2/Rectangle.php +++ b/Math/Geometry/Shape/D2/Rectangle.php @@ -24,7 +24,6 @@ namespace phpOMS\Math\Geometry\Shape\D2; */ final class Rectangle implements D2ShapeInterface { - /** * Area * diff --git a/Math/Geometry/Shape/D2/Trapezoid.php b/Math/Geometry/Shape/D2/Trapezoid.php index 8f0b1bcac..3002d0693 100644 --- a/Math/Geometry/Shape/D2/Trapezoid.php +++ b/Math/Geometry/Shape/D2/Trapezoid.php @@ -24,7 +24,6 @@ namespace phpOMS\Math\Geometry\Shape\D2; */ final class Trapezoid implements D2ShapeInterface { - /** * Area * diff --git a/Math/Geometry/Shape/D2/Triangle.php b/Math/Geometry/Shape/D2/Triangle.php index 9f77fe003..bffa961a9 100644 --- a/Math/Geometry/Shape/D2/Triangle.php +++ b/Math/Geometry/Shape/D2/Triangle.php @@ -24,7 +24,6 @@ namespace phpOMS\Math\Geometry\Shape\D2; */ final class Triangle implements D2ShapeInterface { - /** * Area * diff --git a/Math/Geometry/Shape/D3/Cone.php b/Math/Geometry/Shape/D3/Cone.php index ed091afa5..b0333b6f1 100644 --- a/Math/Geometry/Shape/D3/Cone.php +++ b/Math/Geometry/Shape/D3/Cone.php @@ -24,7 +24,6 @@ namespace phpOMS\Math\Geometry\Shape\D3; */ final class Cone implements D3ShapeInterface { - /** * Volume * diff --git a/Math/Geometry/Shape/D3/Cuboid.php b/Math/Geometry/Shape/D3/Cuboid.php index 9fc244034..9aa70cad4 100644 --- a/Math/Geometry/Shape/D3/Cuboid.php +++ b/Math/Geometry/Shape/D3/Cuboid.php @@ -24,7 +24,6 @@ namespace phpOMS\Math\Geometry\Shape\D3; */ final class Cuboid implements D3ShapeInterface { - /** * Volume * diff --git a/Math/Geometry/Shape/D3/Cylinder.php b/Math/Geometry/Shape/D3/Cylinder.php index 48783af94..7cca3b20d 100644 --- a/Math/Geometry/Shape/D3/Cylinder.php +++ b/Math/Geometry/Shape/D3/Cylinder.php @@ -24,7 +24,6 @@ namespace phpOMS\Math\Geometry\Shape\D3; */ final class Cylinder implements D3ShapeInterface { - /** * Volume * diff --git a/Math/Geometry/Shape/D3/RectangularPyramid.php b/Math/Geometry/Shape/D3/RectangularPyramid.php index a563aa0a1..4fdd12bfd 100644 --- a/Math/Geometry/Shape/D3/RectangularPyramid.php +++ b/Math/Geometry/Shape/D3/RectangularPyramid.php @@ -24,7 +24,6 @@ namespace phpOMS\Math\Geometry\Shape\D3; */ final class RectangularPyramid implements D3ShapeInterface { - /** * Volume * diff --git a/Math/Geometry/Shape/D3/Tetrahedron.php b/Math/Geometry/Shape/D3/Tetrahedron.php index 511b5abbc..e5f2f6744 100644 --- a/Math/Geometry/Shape/D3/Tetrahedron.php +++ b/Math/Geometry/Shape/D3/Tetrahedron.php @@ -24,7 +24,6 @@ namespace phpOMS\Math\Geometry\Shape\D3; */ final class Tetrahedron implements D3ShapeInterface { - /** * Volume * diff --git a/Math/Statistic/Average.php b/Math/Statistic/Average.php index e39d2371d..c23148b12 100644 --- a/Math/Statistic/Average.php +++ b/Math/Statistic/Average.php @@ -27,7 +27,6 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; */ final class Average { - public const MA3 = [1 / 3, 1 / 3]; public const MA5 = [0.2, 0.2, 0.2]; public const MA2X12 = [5 / 6, 5 / 6, 5 / 6, 5 / 6, 5 / 6, 5 / 6, 0.42]; diff --git a/Math/Stochastic/Distribution/BinomialDistribution.php b/Math/Stochastic/Distribution/BinomialDistribution.php index c634143bf..fe87489c8 100644 --- a/Math/Stochastic/Distribution/BinomialDistribution.php +++ b/Math/Stochastic/Distribution/BinomialDistribution.php @@ -26,7 +26,6 @@ use phpOMS\Math\Functions\Functions; */ final class BinomialDistribution { - /** * Get mode. * diff --git a/Math/Stochastic/Distribution/ChiSquaredDistribution.php b/Math/Stochastic/Distribution/ChiSquaredDistribution.php index ea04d0a09..0ed6fb190 100644 --- a/Math/Stochastic/Distribution/ChiSquaredDistribution.php +++ b/Math/Stochastic/Distribution/ChiSquaredDistribution.php @@ -24,7 +24,6 @@ namespace phpOMS\Math\Stochastic\Distribution; */ final class ChiSquaredDistribution { - /** * Chi square table. * diff --git a/Math/Stochastic/Distribution/UniformDistributionContinuous.php b/Math/Stochastic/Distribution/UniformDistributionContinuous.php index 51d5d3025..4fd3a8a91 100644 --- a/Math/Stochastic/Distribution/UniformDistributionContinuous.php +++ b/Math/Stochastic/Distribution/UniformDistributionContinuous.php @@ -24,7 +24,6 @@ namespace phpOMS\Math\Stochastic\Distribution; */ final class UniformDistributionContinuous { - /** * Get mode. * diff --git a/Math/Stochastic/Distribution/UniformDistributionDiscrete.php b/Math/Stochastic/Distribution/UniformDistributionDiscrete.php index 8300d3749..6edca2ab0 100644 --- a/Math/Stochastic/Distribution/UniformDistributionDiscrete.php +++ b/Math/Stochastic/Distribution/UniformDistributionDiscrete.php @@ -24,7 +24,6 @@ namespace phpOMS\Math\Stochastic\Distribution; */ final class UniformDistributionDiscrete { - /** * Get probability mass function. * diff --git a/Message/Http/Header.php b/Message/Http/Header.php index e2d6dd9bc..946771ab6 100644 --- a/Message/Http/Header.php +++ b/Message/Http/Header.php @@ -29,7 +29,6 @@ use phpOMS\System\MimeType; */ final class Header extends HeaderAbstract { - /** * Header. * diff --git a/Message/Http/Rest.php b/Message/Http/Rest.php index 83a7e06ca..8b28da6f7 100644 --- a/Message/Http/Rest.php +++ b/Message/Http/Rest.php @@ -24,7 +24,6 @@ namespace phpOMS\Message\Http; */ final class Rest { - /** * Make request. * diff --git a/Message/Socket/PacketManager.php b/Message/Socket/PacketManager.php index 2929a970a..66d74e56f 100644 --- a/Message/Socket/PacketManager.php +++ b/Message/Socket/PacketManager.php @@ -32,7 +32,6 @@ use phpOMS\Message\Socket\Response; */ class PacketManager { - /** * Socket router. * diff --git a/Model/Html/Head.php b/Model/Html/Head.php index b3d8d00f2..9fd3bea80 100644 --- a/Model/Html/Head.php +++ b/Model/Html/Head.php @@ -30,7 +30,6 @@ use phpOMS\Localization\ISO639x1Enum; */ final class Head implements RenderableInterface { - /** * Page language. * diff --git a/Model/Html/Meta.php b/Model/Html/Meta.php index b1d8d7f0f..d3b774d74 100644 --- a/Model/Html/Meta.php +++ b/Model/Html/Meta.php @@ -27,7 +27,6 @@ use phpOMS\Views\ViewAbstract; */ final class Meta implements RenderableInterface { - /** * Keywords. * diff --git a/Model/Message/Dom.php b/Model/Message/Dom.php index 38816d998..6e522791e 100644 --- a/Model/Message/Dom.php +++ b/Model/Message/Dom.php @@ -26,7 +26,6 @@ use phpOMS\Contract\ArrayableInterface; */ final class Dom implements \Serializable, ArrayableInterface { - /** * Message type. * diff --git a/Model/Message/FormValidation.php b/Model/Message/FormValidation.php index f1a9604b6..4a8626df7 100644 --- a/Model/Message/FormValidation.php +++ b/Model/Message/FormValidation.php @@ -26,7 +26,6 @@ use phpOMS\Contract\ArrayableInterface; */ final class FormValidation implements \Serializable, ArrayableInterface, \JsonSerializable { - /** * Message type. * diff --git a/Model/Message/Notify.php b/Model/Message/Notify.php index 065460939..be79d351c 100644 --- a/Model/Message/Notify.php +++ b/Model/Message/Notify.php @@ -26,7 +26,6 @@ use phpOMS\Contract\ArrayableInterface; */ final class Notify implements \Serializable, ArrayableInterface, \JsonSerializable { - /** * Message type. * diff --git a/Model/Message/Redirect.php b/Model/Message/Redirect.php index 24d19495d..3a82a7308 100644 --- a/Model/Message/Redirect.php +++ b/Model/Message/Redirect.php @@ -26,7 +26,6 @@ use phpOMS\Contract\ArrayableInterface; */ final class Redirect implements \Serializable, ArrayableInterface, \JsonSerializable { - /** * Message type. * diff --git a/Model/Message/Reload.php b/Model/Message/Reload.php index 8f18b1ccd..24666fcc8 100644 --- a/Model/Message/Reload.php +++ b/Model/Message/Reload.php @@ -26,7 +26,6 @@ use phpOMS\Contract\ArrayableInterface; */ final class Reload implements \Serializable, ArrayableInterface, \JsonSerializable { - /** * Message type. * diff --git a/Module/InfoManager.php b/Module/InfoManager.php index 9189c2a54..ea3fe5f03 100644 --- a/Module/InfoManager.php +++ b/Module/InfoManager.php @@ -29,7 +29,6 @@ use phpOMS\Utils\ArrayUtils; */ final class InfoManager { - /** * File path. * diff --git a/Module/ModuleAbstract.php b/Module/ModuleAbstract.php index 38576407f..413316a93 100644 --- a/Module/ModuleAbstract.php +++ b/Module/ModuleAbstract.php @@ -32,7 +32,6 @@ use phpOMS\System\MimeType; */ abstract class ModuleAbstract { - /** * Module name. * diff --git a/Module/ModuleManager.php b/Module/ModuleManager.php index 8c0e80092..f8278506f 100644 --- a/Module/ModuleManager.php +++ b/Module/ModuleManager.php @@ -34,7 +34,6 @@ use phpOMS\System\File\PathException; */ final class ModuleManager { - /** * All modules that are running on this uri. * diff --git a/Module/StatusAbstract.php b/Module/StatusAbstract.php index 9fae06293..f593cc429 100644 --- a/Module/StatusAbstract.php +++ b/Module/StatusAbstract.php @@ -29,7 +29,6 @@ use phpOMS\DataStorage\Database\Query\Builder; */ abstract class StatusAbstract { - /** * Deactivate module. * diff --git a/Module/UninstallerAbstract.php b/Module/UninstallerAbstract.php index 56d0b314f..24ec3acbc 100644 --- a/Module/UninstallerAbstract.php +++ b/Module/UninstallerAbstract.php @@ -28,7 +28,6 @@ use phpOMS\DataStorage\Database\Query\Builder; */ abstract class UninstallerAbstract { - /** * Install module. * diff --git a/Module/UpdaterAbstract.php b/Module/UpdaterAbstract.php index a50295170..5229d0aac 100644 --- a/Module/UpdaterAbstract.php +++ b/Module/UpdaterAbstract.php @@ -26,7 +26,6 @@ use phpOMS\DataStorage\Database\DatabasePool; */ abstract class UpdaterAbstract { - /** * Install module. * diff --git a/Router/SocketRouter.php b/Router/SocketRouter.php index 84a18c570..0b01fa77f 100644 --- a/Router/SocketRouter.php +++ b/Router/SocketRouter.php @@ -24,7 +24,6 @@ namespace phpOMS\Router; */ final class SocketRouter implements RouterInterface { - /** * Routes. * diff --git a/Router/WebRouter.php b/Router/WebRouter.php index 644ae8b7b..22f011714 100644 --- a/Router/WebRouter.php +++ b/Router/WebRouter.php @@ -24,7 +24,6 @@ namespace phpOMS\Router; */ final class WebRouter implements RouterInterface { - /** * Routes. * diff --git a/Socket/Server/Server.php b/Socket/Server/Server.php index 6378ddac3..a532e77d1 100644 --- a/Socket/Server/Server.php +++ b/Socket/Server/Server.php @@ -31,7 +31,6 @@ use phpOMS\ApplicationAbstract; */ class Server extends SocketAbstract { - /** * Socket connection limit. * diff --git a/Socket/SocketAbstract.php b/Socket/SocketAbstract.php index bd98aaa25..7b3137786 100644 --- a/Socket/SocketAbstract.php +++ b/Socket/SocketAbstract.php @@ -24,7 +24,6 @@ namespace phpOMS\Socket; */ abstract class SocketAbstract implements SocketInterface { - /** * Socket ip. * diff --git a/Stdlib/Base/Address.php b/Stdlib/Base/Address.php index 5e24c63e5..75e36a299 100644 --- a/Stdlib/Base/Address.php +++ b/Stdlib/Base/Address.php @@ -24,7 +24,6 @@ namespace phpOMS\Stdlib\Base; */ class Address implements \JsonSerializable { - /** * Name of the receiver. * diff --git a/Stdlib/Base/Enum.php b/Stdlib/Base/Enum.php index c8a63edd7..b7c2fd754 100644 --- a/Stdlib/Base/Enum.php +++ b/Stdlib/Base/Enum.php @@ -26,7 +26,6 @@ namespace phpOMS\Stdlib\Base; */ abstract class Enum { - /** * Check enum value. * diff --git a/Stdlib/Base/Exception/InvalidEnumName.php b/Stdlib/Base/Exception/InvalidEnumName.php index 3044b04d3..25cab1869 100644 --- a/Stdlib/Base/Exception/InvalidEnumName.php +++ b/Stdlib/Base/Exception/InvalidEnumName.php @@ -26,7 +26,6 @@ namespace phpOMS\Stdlib\Base\Exception; */ class InvalidEnumName extends \UnexpectedValueException { - /** * Constructor. * diff --git a/Stdlib/Base/Exception/InvalidEnumValue.php b/Stdlib/Base/Exception/InvalidEnumValue.php index df6872519..ee5e2f25d 100644 --- a/Stdlib/Base/Exception/InvalidEnumValue.php +++ b/Stdlib/Base/Exception/InvalidEnumValue.php @@ -26,7 +26,6 @@ namespace phpOMS\Stdlib\Base\Exception; */ class InvalidEnumValue extends \UnexpectedValueException { - /** * Constructor. * diff --git a/Stdlib/Base/Location.php b/Stdlib/Base/Location.php index 21b517537..5cc723397 100644 --- a/Stdlib/Base/Location.php +++ b/Stdlib/Base/Location.php @@ -24,7 +24,6 @@ namespace phpOMS\Stdlib\Base; */ class Location implements \JsonSerializable, \Serializable { - /** * Location id * diff --git a/Stdlib/Map/MultiMap.php b/Stdlib/Map/MultiMap.php index 5c2089800..ec0259863 100644 --- a/Stdlib/Map/MultiMap.php +++ b/Stdlib/Map/MultiMap.php @@ -26,7 +26,6 @@ use phpOMS\Utils\Permutation; */ final class MultiMap implements \Countable { - /** * Stored values. * diff --git a/System/File/Local/File.php b/System/File/Local/File.php index a6dcba180..d922377a6 100644 --- a/System/File/Local/File.php +++ b/System/File/Local/File.php @@ -31,7 +31,6 @@ use phpOMS\System\File\PathException; */ final class File extends FileAbstract implements LocalContainerInterface, FileInterface { - /** * Constructor. * diff --git a/System/SystemUtils.php b/System/SystemUtils.php index 52243fcf4..366cdf90f 100644 --- a/System/SystemUtils.php +++ b/System/SystemUtils.php @@ -24,7 +24,6 @@ namespace phpOMS\System; */ final class SystemUtils { - /** * Constructor. * diff --git a/UnhandledHandler.php b/UnhandledHandler.php index 6d0af1c30..f16f45f07 100644 --- a/UnhandledHandler.php +++ b/UnhandledHandler.php @@ -26,7 +26,6 @@ use phpOMS\Log\FileLogger; */ final class UnhandledHandler { - /** * Exception handler. * diff --git a/Uri/Argument.php b/Uri/Argument.php index a4f22efbd..b7c32122e 100644 --- a/Uri/Argument.php +++ b/Uri/Argument.php @@ -30,7 +30,6 @@ use phpOMS\Utils\StringUtils; */ final class Argument implements UriInterface { - /** * Root path. * diff --git a/Uri/Http.php b/Uri/Http.php index f7cb4c238..a53d100ab 100644 --- a/Uri/Http.php +++ b/Uri/Http.php @@ -30,7 +30,6 @@ use phpOMS\Utils\StringUtils; */ final class Http implements UriInterface { - /** * Root path. * diff --git a/Uri/UriFactory.php b/Uri/UriFactory.php index fc453e8c5..ae81a5ed3 100644 --- a/Uri/UriFactory.php +++ b/Uri/UriFactory.php @@ -26,7 +26,6 @@ namespace phpOMS\Uri; */ final class UriFactory { - /** * Dynamic query elements. * diff --git a/Utils/ArrayUtils.php b/Utils/ArrayUtils.php index 270d20ccf..b530c76fb 100644 --- a/Utils/ArrayUtils.php +++ b/Utils/ArrayUtils.php @@ -24,7 +24,6 @@ namespace phpOMS\Utils; */ final class ArrayUtils { - /** * Constructor. * diff --git a/Utils/Compression/LZW.php b/Utils/Compression/LZW.php index f3ee32bf2..a2a9c76fd 100644 --- a/Utils/Compression/LZW.php +++ b/Utils/Compression/LZW.php @@ -24,7 +24,6 @@ namespace phpOMS\Utils\Compression; */ class LZW implements CompressionInterface { - /** * {@inheritdoc} */ diff --git a/Utils/Converter/Currency.php b/Utils/Converter/Currency.php index 74b41e8b7..776e63c80 100644 --- a/Utils/Converter/Currency.php +++ b/Utils/Converter/Currency.php @@ -30,7 +30,6 @@ use phpOMS\Uri\Http; */ final class Currency { - /** * ECB currency rates. * diff --git a/Utils/Converter/File.php b/Utils/Converter/File.php index 605b33dab..a198d14a7 100644 --- a/Utils/Converter/File.php +++ b/Utils/Converter/File.php @@ -24,7 +24,6 @@ namespace phpOMS\Utils\Converter; */ final class File { - /** * Constructor. * diff --git a/Utils/Converter/Numeric.php b/Utils/Converter/Numeric.php index b4a887f6e..64b881cf9 100644 --- a/Utils/Converter/Numeric.php +++ b/Utils/Converter/Numeric.php @@ -24,7 +24,6 @@ namespace phpOMS\Utils\Converter; */ final class Numeric { - /** * Romans association. * diff --git a/Utils/Encoding/XorEncoding.php b/Utils/Encoding/XorEncoding.php index d954ddfdc..01c25ca95 100644 --- a/Utils/Encoding/XorEncoding.php +++ b/Utils/Encoding/XorEncoding.php @@ -24,7 +24,6 @@ namespace phpOMS\Utils\Encoding; */ final class XorEncoding { - /** * Decode text * diff --git a/Utils/IO/Zip/Zip.php b/Utils/IO/Zip/Zip.php index a3042f4c4..586ea205a 100644 --- a/Utils/IO/Zip/Zip.php +++ b/Utils/IO/Zip/Zip.php @@ -28,7 +28,6 @@ use phpOMS\System\File\FileUtils; */ class Zip implements ArchiveInterface { - /** * {@inheritdoc} */ diff --git a/Utils/NumericUtils.php b/Utils/NumericUtils.php index 5565ed17e..252fc5d8f 100644 --- a/Utils/NumericUtils.php +++ b/Utils/NumericUtils.php @@ -24,7 +24,6 @@ namespace phpOMS\Utils; */ final class NumericUtils { - /** * Constructor. * diff --git a/Utils/RnG/DateTime.php b/Utils/RnG/DateTime.php index e7b535b79..514987ef1 100644 --- a/Utils/RnG/DateTime.php +++ b/Utils/RnG/DateTime.php @@ -24,7 +24,6 @@ namespace phpOMS\Utils\RnG; */ class DateTime { - /** * Get a random \DateTime. * diff --git a/Utils/RnG/File.php b/Utils/RnG/File.php index 2a9903116..2fdac0425 100644 --- a/Utils/RnG/File.php +++ b/Utils/RnG/File.php @@ -24,7 +24,6 @@ namespace phpOMS\Utils\RnG; */ class File { - /** * Extensions. * diff --git a/Utils/RnG/Phone.php b/Utils/RnG/Phone.php index b040e9d27..13dea1877 100644 --- a/Utils/RnG/Phone.php +++ b/Utils/RnG/Phone.php @@ -24,7 +24,6 @@ namespace phpOMS\Utils\RnG; */ class Phone { - /** * Get a random phone number. * diff --git a/Utils/RnG/StringUtils.php b/Utils/RnG/StringUtils.php index df32cf49c..6d60c6b7c 100644 --- a/Utils/RnG/StringUtils.php +++ b/Utils/RnG/StringUtils.php @@ -24,7 +24,6 @@ namespace phpOMS\Utils\RnG; */ class StringUtils { - /** * Get a random string. * diff --git a/Utils/RnG/Text.php b/Utils/RnG/Text.php index 9453dae00..c55581881 100644 --- a/Utils/RnG/Text.php +++ b/Utils/RnG/Text.php @@ -24,7 +24,6 @@ namespace phpOMS\Utils\RnG; */ class Text { - /** * Vocabulary. * diff --git a/Utils/StringUtils.php b/Utils/StringUtils.php index 3c76a5988..e0b4d3289 100644 --- a/Utils/StringUtils.php +++ b/Utils/StringUtils.php @@ -30,7 +30,6 @@ use phpOMS\Contract\RenderableInterface; */ final class StringUtils { - /** * Constructor. * diff --git a/Utils/TaskSchedule/Interval.php b/Utils/TaskSchedule/Interval.php index d840469d0..a6c5dcad8 100644 --- a/Utils/TaskSchedule/Interval.php +++ b/Utils/TaskSchedule/Interval.php @@ -24,7 +24,6 @@ namespace phpOMS\Utils\TaskSchedule; */ class Interval implements \Serializable { - /** * Start of the task. * diff --git a/Utils/TaskSchedule/SchedulerAbstract.php b/Utils/TaskSchedule/SchedulerAbstract.php index e5043f49f..4bb8230c1 100644 --- a/Utils/TaskSchedule/SchedulerAbstract.php +++ b/Utils/TaskSchedule/SchedulerAbstract.php @@ -27,7 +27,6 @@ use phpOMS\System\File\PathException; */ abstract class SchedulerAbstract { - /** * Bin path. * diff --git a/Validation/Base/DateTime.php b/Validation/Base/DateTime.php index f4d1083e1..970e34932 100644 --- a/Validation/Base/DateTime.php +++ b/Validation/Base/DateTime.php @@ -26,7 +26,6 @@ use phpOMS\Validation\ValidatorAbstract; */ abstract class DateTime extends ValidatorAbstract { - /** * {@inheritdoc} */ diff --git a/Validation/Base/Json.php b/Validation/Base/Json.php index 7043c3fd5..932bb9d9a 100644 --- a/Validation/Base/Json.php +++ b/Validation/Base/Json.php @@ -27,7 +27,6 @@ use phpOMS\Validation\ValidatorAbstract; */ abstract class Json extends ValidatorAbstract { - /** * {@inheritdoc} */ diff --git a/Validation/Finance/BIC.php b/Validation/Finance/BIC.php index a4c4dab9f..bbee6f5a3 100644 --- a/Validation/Finance/BIC.php +++ b/Validation/Finance/BIC.php @@ -26,7 +26,6 @@ use phpOMS\Validation\ValidatorAbstract; */ final class BIC extends ValidatorAbstract { - /** * {@inheritdoc} */ diff --git a/Validation/Finance/CreditCard.php b/Validation/Finance/CreditCard.php index 082c4763d..de6bf12b9 100644 --- a/Validation/Finance/CreditCard.php +++ b/Validation/Finance/CreditCard.php @@ -26,7 +26,6 @@ use phpOMS\Validation\ValidatorAbstract; */ final class CreditCard extends ValidatorAbstract { - /** * {@inheritdoc} */ diff --git a/Validation/Network/Email.php b/Validation/Network/Email.php index 43a7192da..a870ffac8 100644 --- a/Validation/Network/Email.php +++ b/Validation/Network/Email.php @@ -26,7 +26,6 @@ use phpOMS\Validation\ValidatorAbstract; */ abstract class Email extends ValidatorAbstract { - /** * Constructor. * diff --git a/Validation/Network/Hostname.php b/Validation/Network/Hostname.php index a5308bb27..5245bfc78 100644 --- a/Validation/Network/Hostname.php +++ b/Validation/Network/Hostname.php @@ -26,7 +26,6 @@ use phpOMS\Validation\ValidatorAbstract; */ abstract class Hostname extends ValidatorAbstract { - /** * Constructor. * diff --git a/Validation/Network/Ip.php b/Validation/Network/Ip.php index 07d14b9db..82ccaf873 100644 --- a/Validation/Network/Ip.php +++ b/Validation/Network/Ip.php @@ -26,7 +26,6 @@ use phpOMS\Validation\ValidatorAbstract; */ abstract class Ip extends ValidatorAbstract { - /** * Constructor. * diff --git a/Validation/Validator.php b/Validation/Validator.php index 73db874db..216f04ba5 100644 --- a/Validation/Validator.php +++ b/Validation/Validator.php @@ -26,7 +26,6 @@ use phpOMS\Utils\StringUtils; */ final class Validator extends ValidatorAbstract { - /** * Validate variable based on multiple factors. * diff --git a/Validation/ValidatorAbstract.php b/Validation/ValidatorAbstract.php index 963c51099..0379e086e 100644 --- a/Validation/ValidatorAbstract.php +++ b/Validation/ValidatorAbstract.php @@ -24,7 +24,6 @@ namespace phpOMS\Validation; */ abstract class ValidatorAbstract implements ValidatorInterface { - /** * Error code. * diff --git a/Version/Version.php b/Version/Version.php index 825850414..222e4e11d 100644 --- a/Version/Version.php +++ b/Version/Version.php @@ -26,7 +26,6 @@ namespace phpOMS\Version; */ final class Version { - /** * Constructor. * diff --git a/Views/PaginationView.php b/Views/PaginationView.php index ca90cfe5d..4ceb5dc24 100644 --- a/Views/PaginationView.php +++ b/Views/PaginationView.php @@ -24,7 +24,6 @@ namespace phpOMS\Views; */ class PaginationView extends View { - /** * Maximum amount of pages. * diff --git a/Views/ViewAbstract.php b/Views/ViewAbstract.php index ed1189213..6a8dd310d 100644 --- a/Views/ViewAbstract.php +++ b/Views/ViewAbstract.php @@ -27,7 +27,6 @@ use phpOMS\System\File\PathException; */ abstract class ViewAbstract implements RenderableInterface { - /** * Template. * diff --git a/tests/Autoloader.php b/tests/Autoloader.php index b703b54c3..cb25f3ceb 100644 --- a/tests/Autoloader.php +++ b/tests/Autoloader.php @@ -26,7 +26,6 @@ namespace Tests\PHPUnit; */ class Autoloader { - /** * Loading classes by namespace + class name. * diff --git a/tests/DataStorage/Database/TestModel/BaseModelMapper.php b/tests/DataStorage/Database/TestModel/BaseModelMapper.php index bc889ddf3..9df1e0377 100644 --- a/tests/DataStorage/Database/TestModel/BaseModelMapper.php +++ b/tests/DataStorage/Database/TestModel/BaseModelMapper.php @@ -17,7 +17,6 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; class BaseModelMapper extends DataMapperAbstract { - /** * Columns. * diff --git a/tests/DataStorage/Database/TestModel/BelongsToModelMapper.php b/tests/DataStorage/Database/TestModel/BelongsToModelMapper.php index 77cb44bb4..17bbe8708 100644 --- a/tests/DataStorage/Database/TestModel/BelongsToModelMapper.php +++ b/tests/DataStorage/Database/TestModel/BelongsToModelMapper.php @@ -17,7 +17,6 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; class BelongsToModelMapper extends DataMapperAbstract { - /** * Columns. * diff --git a/tests/DataStorage/Database/TestModel/ManyToManyDirectModelMapper.php b/tests/DataStorage/Database/TestModel/ManyToManyDirectModelMapper.php index ab1c75f7b..ccfc94fde 100644 --- a/tests/DataStorage/Database/TestModel/ManyToManyDirectModelMapper.php +++ b/tests/DataStorage/Database/TestModel/ManyToManyDirectModelMapper.php @@ -17,7 +17,6 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; class ManyToManyDirectModelMapper extends DataMapperAbstract { - /** * Columns. * diff --git a/tests/DataStorage/Database/TestModel/ManyToManyRelModelMapper.php b/tests/DataStorage/Database/TestModel/ManyToManyRelModelMapper.php index 0d3291f1a..94dc1df0d 100644 --- a/tests/DataStorage/Database/TestModel/ManyToManyRelModelMapper.php +++ b/tests/DataStorage/Database/TestModel/ManyToManyRelModelMapper.php @@ -17,7 +17,6 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; class ManyToManyRelModelMapper extends DataMapperAbstract { - /** * Columns. * diff --git a/tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php b/tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php index cb61ae395..3afa3f9f1 100644 --- a/tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php +++ b/tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php @@ -17,7 +17,6 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; class OwnsOneModelMapper extends DataMapperAbstract { - /** * Columns. *