Skip to content

Commit 2533e4b

Browse files
authored
Apply fixes from StyleCI (#118)
1 parent 91f2cc2 commit 2533e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Endpoints/Comments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function __construct(Notion $notion)
5050
public function ofBlock(string $blockId): CommentCollection
5151
{
5252
$response = $this->get(
53-
$this->url(Endpoint::COMMENTS . "?block_id={$blockId}&{$this->buildPaginationQuery()}")
53+
$this->url(Endpoint::COMMENTS."?block_id={$blockId}&{$this->buildPaginationQuery()}")
5454
);
5555

5656
return new CommentCollection($response->json());

0 commit comments

Comments
 (0)