[Xml] remove @psalm-immutable annotation

This commit is contained in:
azjezz 2020-10-30 23:47:15 +01:00
parent 6116fd8be2
commit e7962573fe

View File

@ -13,8 +13,6 @@ use Psl\Str;
/**
* @template-implements IteratorAggregate<int, Issue>
*
* @psalm-immutable
*/
final class IssueCollection implements Countable, IteratorAggregate
{