saintsystems / odata-client-php

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

Using `mixed` type breaks PHP7.4 compatibility #139

Closed n8rowley closed 1 year ago

n8rowley commented 1 year ago

Continuation of closed issue #134. Seems we just missed removing 1 instance.

I've updated my code to use 0.6.4, but I found one more issue. The offsetGet() function is declaring its return type as mixed and it causes PHP7.4 to error out. PR #138 fixes the issue for me.

anderly commented 1 year ago

Closed by b05a995

anderly commented 1 year ago

Fixed in Release 0.6.5