File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -43,25 +43,25 @@ class ClassType extends Nette\Object
43
43
/** @var bool */
44
44
public $ abstract ;
45
45
46
- /** @var array of string */
46
+ /** @var string[] */
47
47
public $ extends = array ();
48
48
49
- /** @var array of string */
49
+ /** @var string[] */
50
50
public $ implements = array ();
51
51
52
- /** @var array of string */
52
+ /** @var string[] */
53
53
public $ traits = array ();
54
54
55
- /** @var array of string */
55
+ /** @var string[] */
56
56
public $ documents = array ();
57
57
58
- /** @var array of name => value */
58
+ /** @var mixed[] name => value */
59
59
public $ consts = array ();
60
60
61
- /** @var array of name => Property */
61
+ /** @var Property[] name => Property */
62
62
public $ properties = array ();
63
63
64
- /** @var array of name => Method */
64
+ /** @var Method[] name => Method */
65
65
public $ methods = array ();
66
66
67
67
You can’t perform that action at this time.
0 commit comments