💡 Add attribute phpdoc for \RestResultWithObjects::$objects

This commit is contained in:
Pierre Goiffon
2022-02-11 18:26:16 +01:00
parent 7eab003f3c
commit 8473df0f0c

View File

@@ -135,6 +135,7 @@ class ObjectResult
*/
class RestResultWithObjects extends RestResult
{
/** @var array "DBObject_class:DBObject_key" as key, {@see \ObjectResult} as value */
public $objects;
/**