Skip to content

Commit

Permalink
fix type of name attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
arietimmerman committed Dec 16, 2024
1 parent 2b77122 commit 5a456ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Attribute/Complex.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
class Complex extends AbstractComplex
{

protected $type = 'complex';

/**
* @return string[]
*/
Expand Down

0 comments on commit 5a456ca

Please sign in to comment.