We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c7e1a commit 55a0573Copy full SHA for 55a0573
1 file changed
src/IPub/JsonAPIObject/Objects/Document.php
@@ -96,7 +96,7 @@ public function getRelationship() : IRelationship
96
/**
97
* {@inheritdoc}
98
*/
99
- public function getIncluded() : IResourceObjectCollection
+ public function getIncluded() : ?IResourceObjectCollection
100
{
101
if (!$this->has(self::INCLUDED)) {
102
return NULL;
0 commit comments