| Total Complexity | 8 |
| Total Lines | 43 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 10 | class VersionRangesConfigComponent implements \Vaimo\ComposerPatches\Interfaces\DefinitionExploderComponentInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var \Vaimo\ComposerPatches\Patch\Definition\Value\Analyser |
||
| 14 | */ |
||
| 15 | private $valueAnalyser; |
||
| 16 | |||
| 17 | public function __construct() |
||
| 20 | } |
||
| 21 | |||
| 22 | public function shouldProcess($label, $data) |
||
| 39 | } |
||
| 40 | |||
| 41 | public function explode($label, $data) |
||
| 55 |