| Total Complexity | 2 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 12 | final class ClosureReaction implements Reaction |
||
| 13 | { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Ctor. |
||
| 17 | * |
||
| 18 | * @phpstan-param Closure(T, string): T $action |
||
| 19 | * @param Closure $action action to be performed. |
||
| 20 | */ |
||
| 21 | public function __construct( |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritDoc} |
||
| 34 | */ |
||
| 35 | public function edited(mixed $subject, string $method): mixed |
||
| 40 |