Closed sukei closed 8 years ago
The class Everyman\Neo4j\Cache\Null can't have this name in PHP7 as it is a reserved keyword. I propose to rename it to Everyman\Neo4j\Cache\None.
Everyman\Neo4j\Cache\Null
Everyman\Neo4j\Cache\None
The PR #174 addresses this issue.
+1
Fixed by #174
The class
Everyman\Neo4j\Cache\Null
can't have this name in PHP7 as it is a reserved keyword. I propose to rename it toEveryman\Neo4j\Cache\None
.The PR #174 addresses this issue.