Total Complexity | 2 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Changes | 3 | ||
Bugs | 0 | Features | 2 |
1 | <?php |
||
13 | final class ContextVeil implements Indifferent |
||
14 | { |
||
15 | |||
16 | /** |
||
17 | * Ctor. |
||
18 | * |
||
19 | * @phpstan-param T $origin |
||
20 | * @phpstan-param Reaction<T> $reaction |
||
21 | * @param object $origin original element. |
||
22 | * @param Reaction $reaction reaction for the element. |
||
23 | */ |
||
24 | public function __construct( |
||
41 | } |
||
42 | |||
43 | /** |
||
44 | * {@inheritDoc} |
||
45 | */ |
||
46 | public function __call(string $name, array $arguments): mixed |
||
52 |