| Total Complexity | 8 |
| Total Lines | 41 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class LabelVersionConfigComponent 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) |
||
| 34 | } |
||
| 35 | |||
| 36 | public function explode($label, $data) |
||
| 53 |