Total Complexity | 5 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Coverage | 90% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
26 | class Locator extends AbstractConstraint implements RenderingObserver |
||
27 | { |
||
28 | use RenderingObserverTrait; |
||
29 | |||
30 | 21 | public function __construct(string $value, string $match = "any") |
|
34 | 21 | } |
|
35 | |||
36 | /** |
||
37 | * @inheritDoc |
||
38 | */ |
||
39 | 4 | protected function matchForVariable(string $variable, stdClass $data): bool |
|
49 |