| Total Complexity | 8 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | final class SplitArrayCodeFeeder implements CodeFeederInterface |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var ArrayPartInterface[] |
||
| 15 | */ |
||
| 16 | private $parts; |
||
| 17 | |||
| 18 | 2 | public function __construct(ArrayPartInterface ...$parts) |
|
| 21 | 2 | } |
|
| 22 | |||
| 23 | 2 | public function feed(array $data, ClassType $class, PhpNamespace $namespace): void |
|
| 52 |