| @@ -46,7 +46,7 @@ | ||
| 46 | 46 | |
| 47 | 47 | /** | 
| 48 | 48 | * @param string|null $key | 
| 49 | - * @param mixed|null $default | |
| 49 | + * @param false|string $default | |
| 50 | 50 | * | 
| 51 | 51 | * @return mixed|null | 
| 52 | 52 | */ | 
| @@ -85,7 +85,7 @@ discard block | ||
| 85 | 85 | } | 
| 86 | 86 | |
| 87 | 87 | /** | 
| 88 | - * @return ElementInterface|null | |
| 88 | + * @return Element|null | |
| 89 | 89 | */ | 
| 90 | 90 | public function getParent() | 
| 91 | 91 |      { | 
| @@ -93,7 +93,7 @@ discard block | ||
| 93 | 93 | } | 
| 94 | 94 | |
| 95 | 95 | /** | 
| 96 | - * @return ElementInterface|null | |
| 96 | + * @return Element|null | |
| 97 | 97 | */ | 
| 98 | 98 | public function getNextSibling() | 
| 99 | 99 |      { | 
| @@ -101,7 +101,7 @@ discard block | ||
| 101 | 101 | } | 
| 102 | 102 | |
| 103 | 103 | /** | 
| 104 | - * @return ElementInterface|null | |
| 104 | + * @return Element|null | |
| 105 | 105 | */ | 
| 106 | 106 | public function getPreviousSibling() | 
| 107 | 107 |      { |