command/src/CreateCustomFieldClassCommand.php
Method addField
has 36 lines of code (exceeds 25 allowed). Consider refactoring. Wontfix
Wontfix
private function addField(InputInterface $input, DataObjectFactory $dof, Field $field): void
{
// The response does not contain complete field data, so we reload it.
$field = $dof->load($field->getId())->wait();
Method configure
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Wontfix
Wontfix
protected function configure()
{
$help = <<<EOD
This command generates a PHP class for a custom field implementation.