Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
StyleCIBot committed Sep 5, 2024
1 parent 0cc8d98 commit 37e0093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/src/Internal/Proxy/Resolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static function resolve(
private static function getScope(ContainerInterface $c): string
{
return \implode('.', \array_reverse(\array_map(
static fn(?string $name): string => $name ?? 'null',
static fn (?string $name): string => $name ?? 'null',
Introspector::scopeNames($c),
)));
}
Expand Down

0 comments on commit 37e0093

Please sign in to comment.