@@ -114,7 +114,7 @@ |
||
114 | 114 | /** |
115 | 115 | * Returns title that should be sent to client to display as a message box title. |
116 | 116 | */ |
117 | - public function getTitle(): null|string { |
|
117 | + public function getTitle(): null | string { |
|
118 | 118 | return $this->title; |
119 | 119 | } |
120 | 120 |