| Total Complexity | 1 | 
| Total Lines | 21 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 14 | abstract class AbstractLocalSimpleType extends AbstractSimpleType | ||
| 15 | { | ||
| 16 | /** | ||
| 17 | * Annotated constructor | ||
| 18 | * | ||
| 19 | * @param \SimpleSAML\XMLSchema\XML\xs\SimpleDerivationInterface $derivation | ||
| 20 | * @param \SimpleSAML\XMLSchema\XML\xs\Annotation|null $annotation | ||
| 21 | * @param \SimpleSAML\XMLSchema\Type\Builtin\IDValue|null $id | ||
| 22 | * @param array<\SimpleSAML\XML\Attribute> $namespacedAttributes | ||
| 23 | */ | ||
| 24 | public function __construct( | ||
| 38 |