Mapper/Module/Schema fixes thanks to new tests

This commit is contained in:
Dennis Eichhorn 2019-02-26 00:00:31 +01:00
parent 06c4decb3a
commit d305f9a430

View File

@ -30,7 +30,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract
/** /**
* Columns. * Columns.
* *
* @var array<string, array<string, bool|string>> * @var array<string, array<string, bool|string>>
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $columns = [ protected static $columns = [
@ -46,7 +46,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract
/** /**
* Primary table. * Primary table.
* *
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $table = 'exchange'; protected static $table = 'exchange';
@ -54,7 +54,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract
/** /**
* Created at. * Created at.
* *
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $createdAt = 'exchange_created_at'; protected static $createdAt = 'exchange_created_at';
@ -62,7 +62,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract
/** /**
* Primary field name. * Primary field name.
* *
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $primaryField = 'exchange_id'; protected static $primaryField = 'exchange_id';