This commit is contained in:
Benoît Burnichon
2016-03-25 13:18:43 +01:00
parent 3c71914394
commit 5a83a9c1c5
2 changed files with 2 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ class databox_descriptionStructure implements IteratorAggregate, Countable
/**
* Cache array for the get element by name function
*
* @var array
* @var array<string,int>
*/
protected $cache_name_id = [];