Skip to content

Commit 02fa926

Browse files
committed
type fixes
1 parent 7a4cb83 commit 02fa926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpGenerator/ClassType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class ClassType
4949
/** @var string[] */
5050
private $implements = [];
5151

52-
/** @var string[] */
52+
/** @var array[] */
5353
private $traits = [];
5454

5555
/** @var Constant[] name => Constant */

0 commit comments

Comments
 (0)