| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 48 | public function match(View $view) |
||
| 49 | { |
||
| 50 | $matchConfig = $this->configResolver->getParameter($this->parameterName, $this->namespace, $this->scope); |
||
| 51 | $this->innerConfigurableMatcherFactory->setMatchConfig($matchConfig); |
||
| 52 | |||
| 53 | return $this->innerConfigurableMatcherFactory->match($view); |
||
| 54 | } |
||
| 55 | } |
||
| 56 |