| Total Complexity | 4 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 14 | class TransferConfig extends SprykerTransferConfig |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @return array<string> |
||
| 18 | */ |
||
| 19 | public function getEntitiesSourceDirectories(): array |
||
| 23 | ]; |
||
| 24 | } |
||
| 25 | |||
| 26 | public function isTransferXmlValidationEnabled(): bool |
||
| 27 | { |
||
| 28 | return true; |
||
| 29 | } |
||
| 30 | |||
| 31 | public function isTransferSuffixCheckStrict(): bool |
||
| 34 | } |
||
| 35 | |||
| 36 | public function isArrayRequireValidationEnabled(): bool |
||
| 41 |