php-config-printer
php-config-printer copied to clipboard
Print Symfony services array with configuration to to plain PHP file format thanks to this simple php-parser wrapper
Results
1
php-config-printer issues
Sort by
recently updated
recently updated
newest added
Symfony `tagged_iterator` and `tagged_locator` argument parameter name are wrong. In my case I have : ```yaml services: App\HandlerCollection: arguments: [!tagged_iterator { tag: 'app.handler', default_index_method: 'getIndex' }] ``` is converted into...