From a55c4bf1308bc11668b9cde87b84213040f42de8 Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Sat, 20 Feb 2021 10:02:02 +0000 Subject: [PATCH] Automated formatting changes --- Models/CommentListMapper.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Models/CommentListMapper.php b/Models/CommentListMapper.php index c908c59..fc6772f 100755 --- a/Models/CommentListMapper.php +++ b/Models/CommentListMapper.php @@ -33,11 +33,11 @@ final class CommentListMapper extends DataMapperAbstract * @since 1.0.0 */ protected static array $columns = [ - 'comments_list_id' => ['name' => 'comments_list_id', 'type' => 'int', 'internal' => 'id'], - 'comments_list_active' => ['name' => 'comments_list_active', 'type' => 'bool', 'internal' => 'isActive'], + 'comments_list_id' => ['name' => 'comments_list_id', 'type' => 'int', 'internal' => 'id'], + 'comments_list_active' => ['name' => 'comments_list_active', 'type' => 'bool', 'internal' => 'isActive'], 'comments_list_allow_comment' => ['name' => 'comments_list_allow_comment', 'type' => 'bool', 'internal' => 'allowComment'], - 'comments_list_allow_voting' => ['name' => 'comments_list_allow_voting', 'type' => 'bool', 'internal' => 'allowVoting'], - 'comments_list_allow_edit' => ['name' => 'comments_list_allow_edit', 'type' => 'bool', 'internal' => 'allowEdit'], + 'comments_list_allow_voting' => ['name' => 'comments_list_allow_voting', 'type' => 'bool', 'internal' => 'allowVoting'], + 'comments_list_allow_edit' => ['name' => 'comments_list_allow_edit', 'type' => 'bool', 'internal' => 'allowEdit'], ]; /**