File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ public function __construct(Notion $notion)
4141 * Retrieve a list of comments
4242 * url: https://api.notion.com/{version}/comments?block_id=* [get]
4343 * notion-api-docs: https://developers.notion.com/reference/retrieve-a-comment.
44- * @param string $blockId
4544 *
45+ * @param string $blockId
4646 * @return CommentCollection
4747 *
4848 * @throws HandlingException
@@ -51,7 +51,7 @@ public function __construct(Notion $notion)
5151 public function ofBlock (string $ blockId ): CommentCollection
5252 {
5353 $ response = $ this ->get (
54- $ this ->url (Endpoint::COMMENTS . "?block_id= {$ blockId }& {$ this ->buildPaginationQuery ()}" )
54+ $ this ->url (Endpoint::COMMENTS . "?block_id= {$ blockId }& {$ this ->buildPaginationQuery ()}" )
5555 );
5656
5757 return new CommentCollection ($ response ->json ());
@@ -91,8 +91,8 @@ public function onPage(string $pageId): self
9191 * Create a comment
9292 * url: https://api.notion.com/{version}/comments [post]
9393 * notion-api-docs: https://developers.notion.com/reference/create-a-comment.
94- * @param CommentEntity $comment
9594 *
95+ * @param CommentEntity $comment
9696 * @return CommentEntity
9797 *
9898 * @throws HandlingException
You can’t perform that action at this time.
0 commit comments