| Total Complexity | 1 | 
| Total Lines | 36 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 14 | abstract class AbstractComplexRestrictionType extends AbstractRestrictionType | ||
| 15 | { | ||
| 16 | /** | ||
| 17 | * AbstractRestrictionType constructor | ||
| 18 | * | ||
| 19 | * @param \SimpleSAML\XMLSchema\Type\Builtin\QNameValue $base | ||
| 20 | * @param \SimpleSAML\XMLSchema\XML\xs\TypeDefParticleInterface|null $particle | ||
| 21 | * @param ( | ||
| 22 | * \SimpleSAML\XMLSchema\XML\xs\LocalAttribute| | ||
| 23 | * \SimpleSAML\XMLSchema\XML\xs\ReferencedAttributeGroup | ||
| 24 | * )[] $attributes | ||
| 25 | * @param \SimpleSAML\XMLSchema\XML\xs\AnyAttribute|null $anyAttribute | ||
| 26 | * @param \SimpleSAML\XMLSchema\XML\xs\Annotation|null $annotation | ||
| 27 | * @param \SimpleSAML\XMLSchema\Type\Builtin\IDValue|null $id | ||
| 28 | * @param array<\SimpleSAML\XML\Attribute> $namespacedAttributes | ||
| 29 | */ | ||
| 30 | public function __construct( | ||
| 53 |