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 6df032e commit e463771Copy full SHA for e463771
composer.json
@@ -58,4 +58,4 @@
58
"phpunit-with-coverage" : "XDEBUG_MODE=coverage php -d memory_limit=-1 vendor/bin/phpunit --configuration=phpunitCoverage.xml --testsuite=All --coverage-filter=src tests"
59
}
60
61
-}
+}
src/ResponseParser.php
@@ -13,7 +13,7 @@
13
use RuntimeException;
14
use Neo4j\QueryAPI\Objects\ProfiledQueryPlan;
15
16
- class ResponseParser
+final class ResponseParser
17
{
18
public function __construct(private readonly OGM $ogm)
19
0 commit comments