You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application::class => function (\Psr\Container\ContainerInterface$container) use ($params) {
``
### What is the expected result?
```phpApplication::class => function (\Psr\Container\ContainerInterface $container) use ($params) {
``
### What do you get instead?
```php
Application::class => function (\Psr\Container\ContainerInterface$container) {
Additional info
Q
A
Version
master
Composer Version
1.8.5
PHP version
7.2.20
Operating system
Windows 10
The text was updated successfully, but these errors were encountered:
What steps will reproduce the problem?
Use in config:
Additional info
The text was updated successfully, but these errors were encountered: