| Total Complexity | 1 | 
| Total Lines | 13 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 1 | Features | 0 | 
| 1 | <?php  | 
            ||
| 12 | class SynchronizationConfig extends SprykerSynchronizationConfig  | 
            ||
| 13 | { | 
            ||
| 14 | /**  | 
            ||
| 15 | * @var string  | 
            ||
| 16 | */  | 
            ||
| 17 | public const PYZ_DEFAULT_SYNCHRONIZATION_POOL_NAME = 'synchronizationPool';  | 
            ||
| 18 | |||
| 19 | /**  | 
            ||
| 20 | * @return bool  | 
            ||
| 21 | */  | 
            ||
| 22 | public function isRepositorySyncExportPropelInstancePoolingDisabled(): bool  | 
            ||
| 27 |