@@ -25,7 +25,7 @@ |
||
| 25 | 25 | /** |
| 26 | 26 | * @return mixed |
| 27 | 27 | */ |
| 28 | - public function getNode():?string |
|
| 28 | + public function getNode(): ?string |
|
| 29 | 29 | { |
| 30 | 30 | return $this->node; |
| 31 | 31 | } |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | /** |
| 27 | 27 | * @return string |
| 28 | 28 | */ |
| 29 | - public function getDeprecationReason():?string; |
|
| 29 | + public function getDeprecationReason(): ?string; |
|
| 30 | 30 | |
| 31 | 31 | /** |
| 32 | 32 | * @return bool |