We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
container:show
1 parent fd41f1c commit 41a47bfCopy full SHA for 41a47bf
1 file changed
packages/container/src/Commands/ContainerShowCommand.php
@@ -44,7 +44,7 @@ public function __invoke(): ExitCode
44
);
45
46
$this->listBindings(
47
- title: 'Dyanmic initializers',
+ title: 'Dynamic initializers',
48
bindings: sort($this->container->getDynamicInitializers()),
49
formatKey: fn (int $_, string $class): string => $this->formatClassKey($class),
50
formatValue: static function (int $_, string $class): string {
0 commit comments