Showing 2 of 6 total issues
Method addDataToComposerFile
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function addDataToComposerFile()
{
$composerJson = $this->finder->get($this->getModulesPath('composer.json'));
$name = ucfirst($this->name);
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Filesystem $finder,
Repository $config,
EntityGenerator $entityGenerator,
ValueObjectGenerator $valueObjectGenerator,
FilesGenerator $filesGenerator