Total Complexity | 4 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class EditingPersistedQuerySchemaConfiguratorExecuter extends AbstractSchemaConfiguratorExecuter |
||
13 | { |
||
14 | /** |
||
15 | * Initialize the configuration if editing a persisted query |
||
16 | */ |
||
17 | protected function getCustomPostID(): ?int |
||
25 | } |
||
26 | |||
27 | protected function getSchemaConfigurator(): SchemaConfiguratorInterface |
||
32 |