Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use is stripped from closures #39

Closed
samdark opened this issue Jul 31, 2019 · 1 comment
Closed

use is stripped from closures #39

samdark opened this issue Jul 31, 2019 · 1 comment

Comments

@samdark
Copy link
Contributor

samdark commented Jul 31, 2019

What steps will reproduce the problem?

Use in config:

Application::class => function (\Psr\Container\ContainerInterface $container) use ($params) {
``

### What is the expected result?

```php
Application::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
@samdark
Copy link
Contributor Author

samdark commented Jul 31, 2019

Related to #31

samdark added a commit to samdark/composer-config-plugin that referenced this issue Jul 31, 2019
@hiqsol hiqsol closed this as completed in fb5a5d8 Aug 1, 2019
xepozz pushed a commit to xepozz/hiqdev-fork-composer-config-plugin that referenced this issue Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant