Skip to content

Commit 5a456ca

Browse files
committed
fix type of name attribute
1 parent 2b77122 commit 5a456ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Attribute/Complex.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
class Complex extends AbstractComplex
1212
{
1313

14+
protected $type = 'complex';
15+
1416
/**
1517
* @return string[]
1618
*/

0 commit comments

Comments
 (0)