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 7a4cb83 commit 02fa926Copy full SHA for 02fa926
src/PhpGenerator/ClassType.php
@@ -49,7 +49,7 @@ class ClassType
49
/** @var string[] */
50
private $implements = [];
51
52
- /** @var string[] */
+ /** @var array[] */
53
private $traits = [];
54
55
/** @var Constant[] name => Constant */
0 commit comments