Julian Sawicki
Results
1
issues of
Julian Sawicki
### Description Injecting all tagged services to a service is possible by declaring an `iterable` within the constructor. Example: ```php namespace App; class HandlerCollection { public function __construct(iterable $handlers) {...
DependencyInjection
Feature