wol-soft/php-json-schema-model-generator

View on GitHub
src/PropertyProcessor/PropertyMetaDataCollection.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

syntax error, unexpected 'protected' (T_PROTECTED), expecting variable (T_VARIABLE)
Open

    public function __construct(protected array $requiredAttributes = [], protected array $dependencies = []) {}

Opening brace should be on a new line
Open

    public function __construct(protected array $requiredAttributes = [], protected array $dependencies = []) {}

Closing brace must be on a line by itself
Open

    public function __construct(protected array $requiredAttributes = [], protected array $dependencies = []) {}

There are no issues that match your filters.

Category
Status