forrest79 / phpgsql

Simple and fast PHP database library for PostgreSQL with auto converting DB types to PHP and fluent interface for SQL query writing.
Other
11 stars 3 forks source link

[Php8] Fix connection __sleep return type #28

Closed SebLours closed 3 years ago

SebLours commented 3 years ago

Php8 requires __sleep(): array return type.
https://www.php.net/manual/en/migration80.incompatible.php

forrest79 commented 3 years ago

Thanks, I will just update CS in your commit.