mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 02:37:22 +01:00
style: removes non-used imports
This commit is contained in:
@ -9,10 +9,10 @@ use Closure;
|
|||||||
use Pest\Arch\Contracts\ArchExpectation;
|
use Pest\Arch\Contracts\ArchExpectation;
|
||||||
use Pest\Arch\Expectations\ToBeUsedOn;
|
use Pest\Arch\Expectations\ToBeUsedOn;
|
||||||
use Pest\Arch\Expectations\ToBeUsedOnNothing;
|
use Pest\Arch\Expectations\ToBeUsedOnNothing;
|
||||||
use Pest\Arch\Expectations\ToUse;
|
|
||||||
use Pest\Arch\Expectations\ToUseNothing;
|
|
||||||
use Pest\Arch\Expectations\ToOnlyBeUsedOn;
|
use Pest\Arch\Expectations\ToOnlyBeUsedOn;
|
||||||
use Pest\Arch\Expectations\ToOnlyUse;
|
use Pest\Arch\Expectations\ToOnlyUse;
|
||||||
|
use Pest\Arch\Expectations\ToUse;
|
||||||
|
use Pest\Arch\Expectations\ToUseNothing;
|
||||||
use Pest\Concerns\Extendable;
|
use Pest\Concerns\Extendable;
|
||||||
use Pest\Concerns\Pipeable;
|
use Pest\Concerns\Pipeable;
|
||||||
use Pest\Concerns\Retrievable;
|
use Pest\Concerns\Retrievable;
|
||||||
|
|||||||
@ -116,7 +116,6 @@ final class Coverage
|
|||||||
<span class="text-{$color}">{$percentage}%</span>
|
<span class="text-{$color}">{$percentage}%</span>
|
||||||
</div>
|
</div>
|
||||||
HTML);
|
HTML);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$totalCoverageAsString = $totalCoverage->asFloat() === 0.0
|
$totalCoverageAsString = $totalCoverage->asFloat() === 0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user