Skip to content

Commit

Permalink
Remove unused variable (#5531)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 31, 2024
1 parent 7294e98 commit b78db9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Autoloading/BootstrapFilesIncluder.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ public function includeBootstrapFiles(): void

Assert::allString($bootstrapFiles);

$isLoadPHPUnitPhar = false;

/** @var string[] $bootstrapFiles */
foreach ($bootstrapFiles as $bootstrapFile) {
if (! is_file($bootstrapFile)) {
Expand Down

0 comments on commit b78db9f

Please sign in to comment.