| Conditions | 2 |
| Paths | 2 |
| Total Lines | 7 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 3 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 44 | 39 | public function bootstrap(Application $app): void |
|
| 45 | { |
||
| 46 | /* |
||
| 47 | * Override environment variables with the environment file along side the Phar file. |
||
| 48 | */ |
||
| 49 | 39 | if ($this->build->shouldUseEnvironmentFile()) { |
|
| 50 | 1 | Dotenv::create($this->build->getDirectoryPath(), $this->build->environmentFile())->overload(); |
|
| 51 | } |
||
| 54 |