parent
e8ab8aa2b8
commit
ea92b224cd
|
@ -325,7 +325,7 @@ class PhpDocument
|
|||
*/
|
||||
public function getDefinitions()
|
||||
{
|
||||
return $this->definitions;
|
||||
return $this->definitions ?? [];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue