Syndesi/neo4j-sync-bundle

View on GitHub
src/Statement/MergeRelationStatementBuilder.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Method createReturnStatement has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

    private static function createReturnStatement(Relation $relation): array
    {
        $propertyString = self::createPropertyString($relation);

        /** @psalm-suppress PossiblyNullReference */
Severity: Minor
Found in src/Statement/MergeRelationStatementBuilder.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status