Skip to content

Commit 7cde362

Browse files
Merge pull request #76 from wgevaert/5.0.0-typing-and-consistency
Use polyfill-php 1.25 instead of 1.26
2 parents 7e3780d + 9e9e056 commit 7cde362

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"php": ">=7.4",
5050
"ext-ctype": "*",
5151
"ext-openssl": "*",
52-
"symfony/polyfill-php80": "^1.26",
53-
"symfony/polyfill-php81": "^1.26"
52+
"symfony/polyfill-php80": "^1.25",
53+
"symfony/polyfill-php81": "^1.25"
5454
},
5555
"require-dev": {
5656
"phpunit/phpunit": "~9.0",

src/Expressions/Procedures/Exists.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
/**
1717
* This class represents the "exists()" function.
1818
*
19+
* @note: The "exists()" function is deprecated for Neo4j 4.3 and up. Use "IS NOT NULL" instead.
20+
*
1921
* @see https://neo4j.com/docs/cypher-manual/current/functions/predicate/#functions-exists
2022
* @see Procedure::exists()
2123
*/

0 commit comments

Comments
 (0)