1
0
Fork 0

Merge branch 'master' into tcp-server-fork

pull/183/head
Felix Becker 2016-11-29 19:25:48 +01:00 committed by GitHub
commit 543afa078d
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ class PhpDocument
*/
public function getDefinitions()
{
return $this->definitions;
return $this->definitions ?? [];
}
/**