src/PropertyProcessor/Property/ObjectProcessor.php
Method process
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function process(string $propertyName, JsonSchema $propertySchema): PropertyInterface
{
$property = parent::process($propertyName, $propertySchema);
$className = $this->schemaProcessor->getGeneratorConfiguration()->getClassNameGenerator()->getClassName(
syntax error, unexpected ')'
Open
Open
);
- Exclude checks