Total Complexity | 1 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class SynchronizationConfig extends SprykerSynchronizationConfig |
||
15 | { |
||
16 | /** |
||
17 | * Specification: |
||
18 | * - Used for backward compatibility to switch to the new single-key format. |
||
19 | * - Defaults to `false`, using the `key:` name format. |
||
20 | * - When set to `true`, the single-key format is `key`. |
||
21 | * |
||
22 | * @api |
||
23 | * |
||
24 | * @deprecated Will be removed in the next major without replacement. Will be switched to normalized format. |
||
25 | * |
||
26 | * @return bool |
||
27 | */ |
||
28 | public function isSingleKeyFormatNormalized(): bool |
||
33 |