1 | <?php |
||
21 | class ConstantNameBuilder extends BaseBuilder |
||
22 | { |
||
23 | /** |
||
24 | * @param RuleInterface $rule |
||
25 | * @return bool |
||
26 | */ |
||
27 | public function match(RuleInterface $rule): bool |
||
31 | |||
32 | /** |
||
33 | * @param ContextInterface $ctx |
||
34 | * @param RuleInterface $rule |
||
35 | * @return TypeNameInterface |
||
36 | */ |
||
37 | public function reduce(ContextInterface $ctx, RuleInterface $rule): TypeNameInterface |
||
43 | } |
||
44 |