| 1 | <?php namespace Limoncello\Validation\Rules\Generic; |
||
| 25 | final class Success extends ExecuteRule |
||
| 26 | { |
||
| 27 | /** |
||
| 28 | * @param mixed $value |
||
| 29 | * @param ContextInterface $context |
||
| 30 | * |
||
| 31 | * @return array |
||
| 32 | * |
||
| 33 | * @SuppressWarnings(PHPMD.StaticAccess) |
||
| 34 | */ |
||
| 35 | 10 | public static function execute($value, ContextInterface $context): array |
|
| 41 | } |
||
| 42 |