Skip to content

Commit

Permalink
wip: apply composer fix so we get a nice baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Nov 8, 2023
1 parent 258253f commit 4c50856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DefaultUnleash.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
use Unleash\Client\DTO\Strategy;
use Unleash\Client\DTO\Variant;
use Unleash\Client\Enum\ImpressionDataEventType;
use Unleash\Client\Event\FeatureToggleDependencyNotFoundEvent;
use Unleash\Client\Event\FeatureToggleDisabledEvent;
use Unleash\Client\Event\FeatureToggleMissingStrategyHandlerEvent;
use Unleash\Client\Event\FeatureToggleNotFoundEvent;
Expand All @@ -22,7 +23,6 @@
use Unleash\Client\Repository\UnleashRepository;
use Unleash\Client\Strategy\StrategyHandler;
use Unleash\Client\Variant\VariantHandler;
use Unleash\Client\Event\FeatureToggleDependencyNotFoundEvent;

final readonly class DefaultUnleash implements Unleash
{
Expand Down

0 comments on commit 4c50856

Please sign in to comment.