Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Apr 9, 2024
1 parent 1891de6 commit 54c881c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
namespace Hyde\Framework\Concerns\Internal;

use Hyde\Enums\Feature;

use function is_array;

/**
Expand Down Expand Up @@ -36,6 +37,7 @@ public static function resolveMockedInstance(Feature|string $feature): ?bool
if ($feature instanceof Feature) {
$feature = $feature->value;
}

return static::$mockedInstances[$feature] ?? null;
}

Expand Down

0 comments on commit 54c881c

Please sign in to comment.