populate missing array value types in root namespace

This commit is contained in:
Dylan K. Taylor
2020-01-30 21:43:00 +00:00
parent d3021c6281
commit 9eebfa7cc3
3 changed files with 8 additions and 1 deletions

View File

@ -144,6 +144,9 @@ class CrashDump{
return $this->encodedData;
}
/**
* @return mixed[]
*/
public function getData() : array{
return $this->data;
}