Skip to content

Commit 3f04728

Browse files
committed
Fix style
1 parent d701a3f commit 3f04728

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/FabianBeiner/Todoist/TodoistCommentsTrait.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ public function createComment(string $commentType, int $typeId, string $comment)
108108
}
109109

110110
$data = $this->preparePostData([
111-
$commentType . '_id' => $typeId,
112-
'content' => $comment,
113-
]);
111+
$commentType . '_id' => $typeId,
112+
'content' => $comment,
113+
]);å
114114
/** @var object $result Result of the POST request. */
115115
$result = $this->post('comments', $data);
116116

0 commit comments

Comments
 (0)