name: ChainRequestMatcher class_comment: '# * ChainRequestMatcher verifies that all checks match against a Request instance. # * # * @author Fabien Potencier ' dependencies: [] properties: [] methods: - name: __construct visibility: public parameters: - name: matchers comment: '# * ChainRequestMatcher verifies that all checks match against a Request instance. # * # * @author Fabien Potencier # */ # class ChainRequestMatcher implements RequestMatcherInterface # { # /** # * @param iterable $matchers' - name: matches visibility: public parameters: - name: request comment: null traits: [] interfaces: - RequestMatcherInterface