| Total Complexity | 5 | 
| Total Lines | 25 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 12 | final class Configurator implements ConfiguratorInterface | ||
| 13 | { | ||
| 14 | /** | ||
| 15 | * @param ConfiguratorInterface[] $configurators | ||
| 16 | */ | ||
| 17 | public function __construct( | ||
| 20 | } | ||
| 21 | |||
| 22 | public function configure(Command $command, \ReflectionClass $reflection): void | ||
| 32 | } | ||
| 33 | |||
| 34 | public function canConfigure(Command $command, \ReflectionClass $reflection): bool | ||
| 39 |