Skip to content

Commit f828d7d

Browse files
authored
Apply fixes from StyleCI (#123)
1 parent 516ccc7 commit f828d7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Models/NotionModel.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,13 @@ public function getPage(): Page
5757
}
5858

5959
/**
60-
* @return array
60+
* @return array
6161
*/
6262
public function toArray(): array
6363
{
6464
$array = get_object_vars($this);
6565
unset($array['page']);
66+
6667
return $array;
6768
}
6869

0 commit comments

Comments
 (0)