Skip to content

Commit e463771

Browse files
fixed cs-fixer and psalm
1 parent 6df032e commit e463771

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@
5858
"phpunit-with-coverage" : "XDEBUG_MODE=coverage php -d memory_limit=-1 vendor/bin/phpunit --configuration=phpunitCoverage.xml --testsuite=All --coverage-filter=src tests"
5959
}
6060

61-
}
61+
}

src/ResponseParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use RuntimeException;
1414
use Neo4j\QueryAPI\Objects\ProfiledQueryPlan;
1515

16-
class ResponseParser
16+
final class ResponseParser
1717
{
1818
public function __construct(private readonly OGM $ogm)
1919
{

0 commit comments

Comments
 (0)