@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | */ |
38 | 38 | final public function __construct( |
39 | 39 | string $content, |
40 | - protected Error|string $code, |
|
40 | + protected Error | string $code, |
|
41 | 41 | ) { |
42 | 42 | $this->setContent($content); |
43 | 43 | } |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | * |
49 | 49 | * @return \SimpleSAML\CAS\Error|string |
50 | 50 | */ |
51 | - public function getCode(): Error|string |
|
51 | + public function getCode(): Error | string |
|
52 | 52 | { |
53 | 53 | return $this->code; |
54 | 54 | } |
@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | */ |
38 | 38 | final public function __construct( |
39 | 39 | string $content, |
40 | - protected Error|string $code, |
|
40 | + protected Error | string $code, |
|
41 | 41 | ) { |
42 | 42 | $this->setContent($content); |
43 | 43 | } |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | * |
49 | 49 | * @return \SimpleSAML\CAS\Error|string |
50 | 50 | */ |
51 | - public function getCode(): Error|string |
|
51 | + public function getCode(): Error | string |
|
52 | 52 | { |
53 | 53 | return $this->code; |
54 | 54 | } |