Skip to content

Commit bf60eaa

Browse files
committed
added some @Property
1 parent 156d021 commit bf60eaa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/PhpGenerator/ClassType.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
/**
1515
* Class/Interface/Trait description.
16+
*
17+
* @property Method[] $methods
1618
*/
1719
class ClassType
1820
{

src/PhpGenerator/Method.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
/**
1414
* Method or function description.
15+
*
16+
* @property string $body
1517
*/
1618
class Method
1719
{

0 commit comments

Comments
 (0)