Skip to content

Commit 9a3730b

Browse files
committed
polish: add newline to improve readability
1 parent 246396f commit 9a3730b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Entities/NotionParent.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class NotionParent extends Entity
1818
protected function setResponseData(array $responseData): void
1919
{
2020
parent::setResponseData($responseData);
21+
2122
if (
2223
$responseData['object'] !== 'page_id'
2324
&& $responseData['object'] !== 'database_id'
@@ -26,6 +27,7 @@ protected function setResponseData(array $responseData): void
2627
) {
2728
throw HandlingException::instance('invalid json-array: the given object is not a valid parent');
2829
}
30+
2931
$this->fillFromRaw();
3032
}
3133

0 commit comments

Comments
 (0)