laudis-technologies/neo4j-php-client

View on GitHub
src/Common/Cache.php

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

        if ($key === '' ||
            str_contains($key, '{') ||
            str_contains($key, '}') ||
            str_contains($key, '(') ||
            str_contains($key, ')') ||
Severity: Critical
Found in src/Common/Cache.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status