| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 8 | 
| Code Lines | 3 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 4 | 
| CRAP Score | 1 | 
| Changes | 0 | ||
| 1 | <?php | ||
| 27 | 8 | public function __construct( | |
| 28 | HostDetectorInterface $hostDetector, | ||
| 29 | EnvFileReaderInterface $envFileReader, | ||
| 30 | EnvResolvingStrategyInterface $envResolvingStrategy | ||
| 31 |     ) { | ||
| 32 | 8 | $this->hostDetector = $hostDetector; | |
| 33 | 8 | $this->envFileReader = $envFileReader; | |
| 34 | 8 | $this->envResolvingStrategy = $envResolvingStrategy; | |
| 35 | 8 | } | |
| 45 |