Skip to content

Commit 55a0573

Browse files
committed
- NULL value is possible
1 parent 20c7e1a commit 55a0573

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/IPub/JsonAPIObject/Objects/Document.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function getRelationship() : IRelationship
9696
/**
9797
* {@inheritdoc}
9898
*/
99-
public function getIncluded() : IResourceObjectCollection
99+
public function getIncluded() : ?IResourceObjectCollection
100100
{
101101
if (!$this->has(self::INCLUDED)) {
102102
return NULL;

0 commit comments

Comments
 (0)