Total Complexity | 3 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
14 | final class SettingsFormFactory implements SettingsFormFactoryInterface |
||
15 | { |
||
16 | private ServiceRegistryInterface $schemaRegistry; |
||
17 | |||
18 | private FormFactoryInterface $formFactory; |
||
19 | |||
20 | public function __construct(ServiceRegistryInterface $schemaRegistry, FormFactoryInterface $formFactory) |
||
24 | } |
||
25 | |||
26 | public function create($schemaAlias, $data = null, array $options = []) |
||
51 |