We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3780d commit 9e9e056Copy full SHA for 9e9e056
composer.json
@@ -49,8 +49,8 @@
49
"php": ">=7.4",
50
"ext-ctype": "*",
51
"ext-openssl": "*",
52
- "symfony/polyfill-php80": "^1.26",
53
- "symfony/polyfill-php81": "^1.26"
+ "symfony/polyfill-php80": "^1.25",
+ "symfony/polyfill-php81": "^1.25"
54
},
55
"require-dev": {
56
"phpunit/phpunit": "~9.0",
src/Expressions/Procedures/Exists.php
@@ -16,6 +16,8 @@
16
/**
17
* This class represents the "exists()" function.
18
*
19
+ * @note: The "exists()" function is deprecated for Neo4j 4.3 and up. Use "IS NOT NULL" instead.
20
+ *
21
* @see https://neo4j.com/docs/cypher-manual/current/functions/predicate/#functions-exists
22
* @see Procedure::exists()
23
*/
0 commit comments