Vinelab / NeoEloquent

The Neo4j OGM for Laravel
MIT License
633 stars 197 forks source link

V1.8 #352

Closed Mulkave closed 2 years ago

Mulkave commented 2 years ago

Runs queries (unsuccessfully though) using driver, getting the following warnings/errors:

PHP Deprecated:  Return type of Laudis\Neo4j\Types\AbstractCypherObject::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/vendor/laudis/neo4j-php-client/src/Types/AbstractCypherObject.php on line 45
PHP Deprecated:  Return type of Laudis\Neo4j\Types\AbstractCypherObject::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 /var/www/html/vendor/laudis/neo4j-php-client/src/Types/AbstractCypherObject.php on line 71
PHP Deprecated:  Return type of Laudis\Neo4j\Enum\AccessMode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/vendor/laudis/neo4j-php-client/src/Enum/AccessMode.php on line 36
PHP Deprecated:  Return type of Laudis\Neo4j\Enum\QueryTypeEnum::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/vendor/laudis/neo4j-php-client/src/Enum/QueryTypeEnum.php on line 65
PHP Error:  Call to undefined method Laudis\Neo4j\Databags\SummarizedResult::getResult() in /home/sail/Developer/Code/NeoEloquent/NeoEloquent/src/Connection.php on line 635