Skip to content

Commit 6bd1ee1

Browse files
committed
Formatting commit
1 parent 63ebc9e commit 6bd1ee1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Endpoints/Block.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ public function __construct(Notion $notion, string $blockId)
4242
* @throws HandlingException
4343
* @throws NotionException
4444
*/
45-
public function retrieve(): BlockEntity {
45+
public function retrieve(): BlockEntity
46+
{
4647

4748
$response = $this->get(
4849
$this->url(Endpoint::BLOCKS . '/' . $this->blockId)

src/Exceptions/NotionException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace FiveamCode\LaravelNotionApi\Exceptions;
44

55
use Illuminate\Http\Client\Response;
6-
use Throwable;
76

87
/**
98
* Class NotionException

0 commit comments

Comments
 (0)