| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 33 | 1 | public function __construct( |
|
| 34 | PropelCommandProviderInterface $propelCommandProvider, |
||
| 35 | array $schemaPaths, |
||
| 36 | string $schemaTarget |
||
| 37 | ) { |
||
| 38 | 1 | $this->propelCommandProvider = $propelCommandProvider; |
|
| 39 | 1 | $this->schemaPaths = $schemaPaths; |
|
| 40 | 1 | $this->schemaTarget = $schemaTarget; |
|
| 41 | 1 | } |
|
| 64 | } |