saintsystems / odata-client-php

OData Client Library for PHP
MIT License
141 stars 103 forks source link

PHP v8.1: Deprecated: Return type of SaintSystems\OData\Entity::offsetExists($offset) should either be compatible with #100

Closed Axent96 closed 1 year ago

Axent96 commented 2 years ago

Deprecated: Return type of SaintSystems\OData\Entity::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

Axent96 commented 2 years ago

more messages:

cslevy commented 1 year ago

I created a pull request to fix the issues: https://github.com/saintsystems/odata-client-php/pull/113

anderly commented 1 year ago

Closed by #113