Skip to content

Commit 37e0093

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 0cc8d98 commit 37e0093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/src/Internal/Proxy/Resolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public static function resolve(
5050
private static function getScope(ContainerInterface $c): string
5151
{
5252
return \implode('.', \array_reverse(\array_map(
53-
static fn(?string $name): string => $name ?? 'null',
53+
static fn (?string $name): string => $name ?? 'null',
5454
Introspector::scopeNames($c),
5555
)));
5656
}

0 commit comments

Comments
 (0)