We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156d021 commit bf60eaaCopy full SHA for bf60eaa
src/PhpGenerator/ClassType.php
@@ -13,6 +13,8 @@
13
14
/**
15
* Class/Interface/Trait description.
16
+ *
17
+ * @property Method[] $methods
18
*/
19
class ClassType
20
{
src/PhpGenerator/Method.php
@@ -12,6 +12,8 @@
12
* Method or function description.
+ * @property string $body
class Method
0 commit comments