Merge branch 'master' into tcp-server-fork
commit
543afa078d
|
@ -325,7 +325,7 @@ class PhpDocument
|
|||
*/
|
||||
public function getDefinitions()
|
||||
{
|
||||
return $this->definitions;
|
||||
return $this->definitions ?? [];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue