src/CourseBundle/Settings/SettingsFormFactory.php
Missing class doc comment Open
Open
final class SettingsFormFactory implements SettingsFormFactoryInterface
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Missing function doc comment Open
Open
public function create($schemaAlias, $data = null, array $options = []): FormInterface
- Exclude checks
Missing function doc comment Open
Open
public function __construct(ServiceRegistryInterface $schemaRegistry, FormFactoryInterface $formFactory)
- Exclude checks