docdev icon indicating copy to clipboard operation
docdev copied to clipboard

Variables types

Open AnaelMobilia opened this issue 8 years ago • 0 comments

On variables types, we suggest to use object for object type.

Reading the phpdoc doc, I found that

object, the element to which this type applies is the instance of an undetermined class.

We should use type "object" when the element isn't undetermined. Else, we should use the object class name .

This will help to have a more accurate GLPI documentation ;-)

I can made a PR for this if required. Regards

AnaelMobilia avatar Jan 30 '17 14:01 AnaelMobilia