Skip to content

Commit

Permalink
Update NotionClient.php
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kolomensky committed Feb 13, 2020
1 parent 19e117a commit 9a2a09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NotionClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ public function getCollection(string $identifier): CollectionBlock

/**
* @param string $identifier
* @return BlockInterface
* @return array
*/
public function getAttributes(string $identifier): BlockInterface
public function getAttributes(string $identifier)
{
$blockId = Identifier::fromString($identifier);
$attributes = $this->loadPageChunk($blockId);
Expand Down

0 comments on commit 9a2a09a

Please sign in to comment.