Skip to content

Commit 4348ab6

Browse files
committed
qa
1 parent 2dfa739 commit 4348ab6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/container/src/GenericContainer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
use Tempest\Reflection\TypeReflector;
2222
use Throwable;
2323
use UnitEnum;
24+
2425
use const ARRAY_FILTER_USE_BOTH;
2526

2627
final class GenericContainer implements Container

packages/discovery/src/DiscoveryConfig.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function shouldSkip(string $input): bool
3232
if (array_key_exists($input, $this->skipDiscovery)) {
3333
return true;
3434
}
35+
3536
return array_any($this->skipUsing, fn ($closure) => $closure($input) === true);
3637
}
3738

0 commit comments

Comments
 (0)