@@ -47,7 +47,7 @@ discard block |
||
| 47 | 47 | public function __construct( |
| 48 | 48 | ?NCNameValue $name = null, |
| 49 | 49 | ?QNameValue $reference = null, |
| 50 | - protected LocalSimpleType|LocalComplexType|null $localType = null, |
|
| 50 | + protected LocalSimpleType | LocalComplexType | null $localType = null, |
|
| 51 | 51 | protected array $identityConstraint = [], |
| 52 | 52 | protected ?QNameValue $type = null, |
| 53 | 53 | protected ?QNameValue $substitutionGroup = null, |
@@ -100,7 +100,7 @@ discard block |
||
| 100 | 100 | * |
| 101 | 101 | * @return \SimpleSAML\XMLSchema\XML\xs\LocalSimpleType|\SimpleSAML\XMLSchema\XML\xs\LocalComplexType|null |
| 102 | 102 | */ |
| 103 | - public function getLocalType(): LocalSimpleType|LocalComplexType|null |
|
| 103 | + public function getLocalType(): LocalSimpleType | LocalComplexType | null |
|
| 104 | 104 | { |
| 105 | 105 | return $this->localType; |
| 106 | 106 | } |
@@ -36,7 +36,7 @@ discard block |
||
| 36 | 36 | public function __construct( |
| 37 | 37 | ?NCNameValue $name = null, |
| 38 | 38 | ?QNameValue $reference = null, |
| 39 | - LocalSimpleType|LocalComplexType|null $localType = null, |
|
| 39 | + LocalSimpleType | LocalComplexType | null $localType = null, |
|
| 40 | 40 | array $identityConstraint = [], |
| 41 | 41 | ?QNameValue $type = null, |
| 42 | 42 | ?MinOccursValue $minOccurs = null, |
@@ -51,21 +51,21 @@ discard block |
||
| 51 | 51 | array $namespacedAttributes = [], |
| 52 | 52 | ) { |
| 53 | 53 | parent::__construct( |
| 54 | - name: $name, |
|
| 55 | - reference: $reference, |
|
| 56 | - localType: $localType, |
|
| 57 | - identityConstraint: $identityConstraint, |
|
| 58 | - type: $type, |
|
| 59 | - minOccurs: $minOccurs, |
|
| 60 | - maxOccurs: $maxOccurs, |
|
| 61 | - default: $default, |
|
| 62 | - fixed: $fixed, |
|
| 63 | - nillable: $nillable, |
|
| 64 | - block: $block, |
|
| 65 | - form: $form, |
|
| 66 | - annotation: $annotation, |
|
| 67 | - id: $id, |
|
| 68 | - namespacedAttributes: $namespacedAttributes, |
|
| 54 | + name : $name, |
|
| 55 | + reference : $reference, |
|
| 56 | + localType : $localType, |
|
| 57 | + identityConstraint : $identityConstraint, |
|
| 58 | + type : $type, |
|
| 59 | + minOccurs : $minOccurs, |
|
| 60 | + maxOccurs : $maxOccurs, |
|
| 61 | + default : $default, |
|
| 62 | + fixed : $fixed, |
|
| 63 | + nillable : $nillable, |
|
| 64 | + block : $block, |
|
| 65 | + form : $form, |
|
| 66 | + annotation : $annotation, |
|
| 67 | + id : $id, |
|
| 68 | + namespacedAttributes : $namespacedAttributes, |
|
| 69 | 69 | ); |
| 70 | 70 | } |
| 71 | 71 | } |
@@ -33,10 +33,10 @@ |
||
| 33 | 33 | array $namespacedAttributes = [], |
| 34 | 34 | ) { |
| 35 | 35 | parent::__construct( |
| 36 | - nestedParticles: $nestedParticles, |
|
| 37 | - annotation: $annotation, |
|
| 38 | - id: $id, |
|
| 39 | - namespacedAttributes: $namespacedAttributes, |
|
| 36 | + nestedParticles : $nestedParticles, |
|
| 37 | + annotation : $annotation, |
|
| 38 | + id : $id, |
|
| 39 | + namespacedAttributes : $namespacedAttributes, |
|
| 40 | 40 | ); |
| 41 | 41 | } |
| 42 | 42 | } |
@@ -40,7 +40,7 @@ |
||
| 40 | 40 | public function __construct( |
| 41 | 41 | ?NCNameValue $name = null, |
| 42 | 42 | ?QNameValue $reference = null, |
| 43 | - LocalSimpleType|LocalComplexType|null $localType = null, |
|
| 43 | + LocalSimpleType | LocalComplexType | null $localType = null, |
|
| 44 | 44 | array $identityConstraint = [], |
| 45 | 45 | ?QNameValue $type = null, |
| 46 | 46 | ?MinOccursValue $minOccurs = null, |
@@ -42,14 +42,14 @@ |
||
| 42 | 42 | array $namespacedAttributes = [], |
| 43 | 43 | ) { |
| 44 | 44 | parent::__construct( |
| 45 | - base: $base, |
|
| 46 | - localSimpleType: $localSimpleType, |
|
| 47 | - facets: $facets, |
|
| 48 | - attributes: $attributes, |
|
| 49 | - anyAttribute: $anyAttribute, |
|
| 50 | - annotation: $annotation, |
|
| 51 | - id: $id, |
|
| 52 | - namespacedAttributes: $namespacedAttributes, |
|
| 45 | + base : $base, |
|
| 46 | + localSimpleType : $localSimpleType, |
|
| 47 | + facets : $facets, |
|
| 48 | + attributes : $attributes, |
|
| 49 | + anyAttribute : $anyAttribute, |
|
| 50 | + annotation : $annotation, |
|
| 51 | + id : $id, |
|
| 52 | + namespacedAttributes : $namespacedAttributes, |
|
| 53 | 53 | ); |
| 54 | 54 | } |
| 55 | 55 | } |
@@ -40,13 +40,13 @@ |
||
| 40 | 40 | array $namespacedAttributes = [], |
| 41 | 41 | ) { |
| 42 | 42 | parent::__construct( |
| 43 | - base: $base, |
|
| 44 | - particle: $particle, |
|
| 45 | - attributes: $attributes, |
|
| 46 | - anyAttribute: $anyAttribute, |
|
| 47 | - annotation: $annotation, |
|
| 48 | - id: $id, |
|
| 49 | - namespacedAttributes: $namespacedAttributes, |
|
| 43 | + base : $base, |
|
| 44 | + particle : $particle, |
|
| 45 | + attributes : $attributes, |
|
| 46 | + anyAttribute : $anyAttribute, |
|
| 47 | + annotation : $annotation, |
|
| 48 | + id : $id, |
|
| 49 | + namespacedAttributes : $namespacedAttributes, |
|
| 50 | 50 | ); |
| 51 | 51 | } |
| 52 | 52 | } |
@@ -19,7 +19,7 @@ discard block |
||
| 19 | 19 | * |
| 20 | 20 | * @var \SimpleSAML\XMLSchema\XML\xs\SimpleContent|\SimpleSAML\XMLSchema\XML\xs\ComplexContent|null |
| 21 | 21 | */ |
| 22 | - protected SimpleContent|ComplexContent|null $content = null; |
|
| 22 | + protected SimpleContent | ComplexContent | null $content = null; |
|
| 23 | 23 | |
| 24 | 24 | |
| 25 | 25 | /** |
@@ -27,7 +27,7 @@ discard block |
||
| 27 | 27 | * |
| 28 | 28 | * @return \SimpleSAML\XMLSchema\XML\xs\SimpleContent|\SimpleSAML\XMLSchema\XML\xs\ComplexContent|null |
| 29 | 29 | */ |
| 30 | - public function getContent(): SimpleContent|ComplexContent|null |
|
| 30 | + public function getContent(): SimpleContent | ComplexContent | null |
|
| 31 | 31 | { |
| 32 | 32 | return $this->content; |
| 33 | 33 | } |
@@ -38,7 +38,7 @@ discard block |
||
| 38 | 38 | * |
| 39 | 39 | * @param \SimpleSAML\XMLSchema\XML\xs\SimpleContent|\SimpleSAML\XMLSchema\XML\xs\ComplexContent|null $content |
| 40 | 40 | */ |
| 41 | - protected function setContent(SimpleContent|ComplexContent|null $content = null): void |
|
| 41 | + protected function setContent(SimpleContent | ComplexContent | null $content = null): void |
|
| 42 | 42 | { |
| 43 | 43 | $this->content = $content; |
| 44 | 44 | } |
@@ -34,7 +34,7 @@ discard block |
||
| 34 | 34 | * @param array<\SimpleSAML\XML\Attribute> $namespacedAttributes |
| 35 | 35 | */ |
| 36 | 36 | public function __construct( |
| 37 | - protected SimpleRestriction|SimpleExtension $content, |
|
| 37 | + protected SimpleRestriction | SimpleExtension $content, |
|
| 38 | 38 | ?Annotation $annotation = null, |
| 39 | 39 | ?IDValue $id = null, |
| 40 | 40 | array $namespacedAttributes = [], |
@@ -48,7 +48,7 @@ discard block |
||
| 48 | 48 | * |
| 49 | 49 | * @return \SimpleSAML\XMLSchema\XML\xs\SimpleRestriction|\SimpleSAML\XMLSchema\XML\xs\SimpleExtension |
| 50 | 50 | */ |
| 51 | - public function getContent(): SimpleRestriction|SimpleExtension |
|
| 51 | + public function getContent(): SimpleRestriction | SimpleExtension |
|
| 52 | 52 | { |
| 53 | 53 | return $this->content; |
| 54 | 54 | } |
@@ -40,13 +40,13 @@ |
||
| 40 | 40 | array $namespacedAttributes = [], |
| 41 | 41 | ) { |
| 42 | 42 | parent::__construct( |
| 43 | - name: $name, |
|
| 44 | - attributes: $attributes, |
|
| 45 | - anyAttribute: $anyAttribute, |
|
| 46 | - reference: null, |
|
| 47 | - annotation: $annotation, |
|
| 48 | - id: $id, |
|
| 49 | - namespacedAttributes: $namespacedAttributes, |
|
| 43 | + name : $name, |
|
| 44 | + attributes : $attributes, |
|
| 45 | + anyAttribute : $anyAttribute, |
|
| 46 | + reference : null, |
|
| 47 | + annotation : $annotation, |
|
| 48 | + id : $id, |
|
| 49 | + namespacedAttributes : $namespacedAttributes, |
|
| 50 | 50 | ); |
| 51 | 51 | } |
| 52 | 52 | } |