Overrides PromiseInterface::always
3.0.0 Use `always()` instead
self::always()
public function always(callable $onFulfilledOrRejected) : PromiseInterface { return $this->finally($onFulfilledOrRejected); }