flix-tech/avro-serde-php

View on GitHub
src/Objects/Schema.php

Summary

Maintainability
A
2 hrs
Test Coverage
D
68%

Schema has 25 functions (exceeds 20 allowed). Consider refactoring.
Open

abstract class Schema implements Definition
{
    public static function null(): NullType
    {
        return new NullType();
Severity: Minor
Found in src/Objects/Schema.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status