From f343e6754c25ad0db69f740c75a5c2f59deecb19 Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Sun, 7 Mar 2021 20:42:19 +0000 Subject: [PATCH] Automated formatting changes --- Models/EditorDocMapper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/EditorDocMapper.php b/Models/EditorDocMapper.php index 0febae4..98fe511 100755 --- a/Models/EditorDocMapper.php +++ b/Models/EditorDocMapper.php @@ -43,7 +43,7 @@ final class EditorDocMapper extends DataMapperAbstract 'editor_doc_content' => ['name' => 'editor_doc_content', 'type' => 'string', 'internal' => 'content'], 'editor_doc_virtual' => ['name' => 'editor_doc_virtual', 'type' => 'string', 'internal' => 'virtualPath'], 'editor_doc_created_at' => ['name' => 'editor_doc_created_at', 'type' => 'DateTimeImmutable', 'internal' => 'createdAt', 'readonly' => true], - 'editor_doc_visible' => ['name' => 'editor_doc_visible', 'type' => 'bool', 'internal' => 'isVisible'], + 'editor_doc_visible' => ['name' => 'editor_doc_visible', 'type' => 'bool', 'internal' => 'isVisible'], ]; /**