Skip to content

Commit

Permalink
Allow unions to be cloned again
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Nov 10, 2022
1 parent dcd81fc commit 1243066
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Psalm/Type/Union.php
Expand Up @@ -41,7 +41,6 @@
*/
final class Union implements TypeNode, Stringable
{
use ImmutableNonCloneableTrait;
use UnionTrait;

/**
Expand Down

0 comments on commit 1243066

Please sign in to comment.