| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 41 | public function __construct(string $platform, string $dbname, string $username, string $password, array $yamls) |
||
| 42 | { |
||
| 43 | $this->platform = $platform; |
||
| 44 | $this->dbname = $dbname; |
||
| 45 | $this->username = $username; |
||
| 46 | $this->password = $password; |
||
| 47 | $this->yamls = $yamls; |
||
| 48 | } |
||
| 50 |