From d305f9a430e81a02e887a29ff1f85cf7f7f97f83 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 26 Feb 2019 00:00:31 +0100 Subject: [PATCH] Mapper/Module/Schema fixes thanks to new tests --- Models/InterfaceManagerMapper.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Models/InterfaceManagerMapper.php b/Models/InterfaceManagerMapper.php index 84241af..7a5d959 100644 --- a/Models/InterfaceManagerMapper.php +++ b/Models/InterfaceManagerMapper.php @@ -30,7 +30,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract /** * Columns. * - * @var array> + * @var array> * @since 1.0.0 */ protected static $columns = [ @@ -46,7 +46,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract /** * Primary table. * - * @var string + * @var string * @since 1.0.0 */ protected static $table = 'exchange'; @@ -54,7 +54,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract /** * Created at. * - * @var string + * @var string * @since 1.0.0 */ protected static $createdAt = 'exchange_created_at'; @@ -62,7 +62,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract /** * Primary field name. * - * @var string + * @var string * @since 1.0.0 */ protected static $primaryField = 'exchange_id';