@@ -105,7 +105,7 @@ discard block |
||
| 105 | 105 | /** |
| 106 | 106 | * Determine good server states. |
| 107 | 107 | * |
| 108 | - * @return array |
|
| 108 | + * @return string[] |
|
| 109 | 109 | */ |
| 110 | 110 | public function goodStates() |
| 111 | 111 | { |
@@ -218,7 +218,7 @@ discard block |
||
| 218 | 218 | /** |
| 219 | 219 | * During 5 days after the last expiration client is able to refuse server with full refund. |
| 220 | 220 | * Method checks, whether 5 days passed. |
| 221 | - * @return bool |
|
| 221 | + * @return null|boolean |
|
| 222 | 222 | */ |
| 223 | 223 | public function canFullRefuse() |
| 224 | 224 | { |