Total Complexity | 1 |
Total Lines | 11 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class GetDestinationFactory |
||
10 | { |
||
11 | public $destinationFactory; |
||
12 | public $legacyDsnDestinationFactory; |
||
13 | public $legacyConfigurationDestinationFactory; |
||
14 | |||
15 | public function __construct(DestinationFactoryInterface $destinationFactory, DsnDestinationFactory $dsnDestinationFactory, ConfigurationDestinationFactory $configurationDestinationFactory) |
||
22 |