Conditions | 3 |
Paths | 4 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 3 |
Changes | 0 |
1 | <?php |
||
32 | 1 | public function load($resource, string $type = null): void |
|
33 | { |
||
34 | 1 | foreach ($this->glob($resource, false, $globResource) as $path => $info) { |
|
35 | 1 | $this->import($path); |
|
36 | } |
||
37 | |||
38 | 1 | if ($this->container instanceof ContainerBuilder) { |
|
39 | 1 | $this->container->addResource($globResource); |
|
|
|||
40 | } |
||
51 |