| 1 | <?php declare(strict_types=1); |
||
| 28 | final class Success extends ExecuteRule |
||
| 29 | { |
||
| 30 | /** |
||
| 31 | * @param mixed $value |
||
| 32 | * @param ContextInterface $context |
||
| 33 | * |
||
| 34 | * @return array |
||
| 35 | * |
||
| 36 | * @SuppressWarnings(PHPMD.StaticAccess) |
||
| 37 | */ |
||
| 38 | 11 | public static function execute($value, ContextInterface $context): array |
|
| 44 | } |
||
| 45 |