We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b8b5e commit 3f5fccbCopy full SHA for 3f5fccb
1 file changed
src/XML/XML/Trait/SpecialAttrsTrait.php
@@ -23,28 +23,28 @@ trait SpecialAttrsTrait
23
*
24
* @var \SimpleSAML\XML\Type\BaseValue|null
25
*/
26
- protected readonly ?BaseValue $base = null;
+ protected readonly ?BaseValue $base;
27
28
/**
29
* The id.
30
31
* @var \SimpleSAML\XML\Type\IDValue|null
32
33
- protected readonly ?IDValue $id = null;
+ protected readonly ?IDValue $id;
34
35
36
* The lang.
37
38
* @var \SimpleSAML\XML\Type\LangValue|null
39
40
- protected readonly ?LangValue $lang = null;
+ protected readonly ?LangValue $lang;
41
42
43
* The space.
44
45
* @var \SimpleSAML\XML\Type\SpaceValue|null
46
47
- protected readonly ?SpaceValue $space = null;
+ protected readonly ?SpaceValue $space;
48
49
50
0 commit comments