src/config/Config.php
Method toModelPHPFile
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function toModelPHPFile(): string
{
//TODO 4 new properties
$classWriter = (new ClassWriter($this->modelClass->simple()))->namespace($this->modelClass->getNamespace());