Skip to content

Deprecated warnings PHP 8.2.2 #28

@jeroenvermeulen

Description

@jeroenvermeulen
$ php -v

PHP 8.2.2 (cli) (built: Feb  5 2023 12:38:16) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.2, Copyright (c) Zend Technologies
    with Zend OPcache v8.2.2, Copyright (c), by Zend Technologies

Lots of these warnings:

Deprecated: Return type of Openprovider\Api\Rest\Client\Auth\Model\AuthLoginRequest::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Auth/Model/AuthLoginRequest.php on line 298

Deprecated: Return type of Openprovider\Api\Rest\Client\Auth\Model\AuthLoginRequest::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Auth/Model/AuthLoginRequest.php on line 310

Deprecated: Return type of Openprovider\Api\Rest\Client\Auth\Model\AuthLoginRequest::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Auth/Model/AuthLoginRequest.php on line 323

Deprecated: Return type of Openprovider\Api\Rest\Client\Auth\Model\AuthLoginRequest::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Auth/Model/AuthLoginRequest.php on line 339

Deprecated: Return type of Openprovider\Api\Rest\Client\Auth\Model\AuthLoginResponse::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Auth/Model/AuthLoginResponse.php on line 358

Deprecated: Return type of Openprovider\Api\Rest\Client\Auth\Model\AuthLoginResponse::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Auth/Model/AuthLoginResponse.php on line 370

Deprecated: Return type of Openprovider\Api\Rest\Client\Auth\Model\AuthLoginResponse::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Auth/Model/AuthLoginResponse.php on line 383

Deprecated: Return type of Openprovider\Api\Rest\Client\Auth\Model\AuthLoginResponse::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Auth/Model/AuthLoginResponse.php on line 399

Deprecated: Return type of Openprovider\Api\Rest\Client\Auth\Model\AuthLoginResponseData::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Auth/Model/AuthLoginResponseData.php on line 268

Deprecated: Return type of Openprovider\Api\Rest\Client\Auth\Model\AuthLoginResponseData::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Auth/Model/AuthLoginResponseData.php on line 280

Deprecated: Return type of Openprovider\Api\Rest\Client\Auth\Model\AuthLoginResponseData::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Auth/Model/AuthLoginResponseData.php on line 293

Deprecated: Return type of Openprovider\Api\Rest\Client\Auth\Model\AuthLoginResponseData::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Auth/Model/AuthLoginResponseData.php on line 309

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainListDomainsResponse::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainListDomainsResponse.php on line 358

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainListDomainsResponse::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainListDomainsResponse.php on line 370

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainListDomainsResponse::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainListDomainsResponse.php on line 383

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainListDomainsResponse::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainListDomainsResponse.php on line 399

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainListDomainsResponseData::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainListDomainsResponseData.php on line 268

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainListDomainsResponseData::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainListDomainsResponseData.php on line 280

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainListDomainsResponseData::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainListDomainsResponseData.php on line 293

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainListDomainsResponseData::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainListDomainsResponseData.php on line 309

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainGetDomainResponseData::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainGetDomainResponseData.php on line 2578

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainGetDomainResponseData::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainGetDomainResponseData.php on line 2590

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainGetDomainResponseData::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainGetDomainResponseData.php on line 2603

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainGetDomainResponseData::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainGetDomainResponseData.php on line 2619

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainDnssecKey::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainDnssecKey.php on line 358

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainDnssecKey::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainDnssecKey.php on line 370

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainDnssecKey::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainDnssecKey.php on line 383

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainDnssecKey::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainDnssecKey.php on line 399

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainDomain::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainDomain.php on line 268

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainDomain::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainDomain.php on line 280

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainDomain::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainDomain.php on line 293

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainDomain::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainDomain.php on line 309

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainNameserver::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainNameserver.php on line 328

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainNameserver::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainNameserver.php on line 340

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainNameserver::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainNameserver.php on line 353

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainNameserver::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainNameserver.php on line 369

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainOwner::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainOwner.php on line 268

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainOwner::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainOwner.php on line 280

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainOwner::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainOwner.php on line 293

Deprecated: Return type of Openprovider\Api\Rest\Client\Domain\Model\DomainOwner::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path/to/vendor/openprovider/rest-client-php/src/Domain/Model/DomainOwner.php on line 309

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions