| 1 | <?php namespace Limoncello\Flute\Validation\Execution; |
||
| 27 | class ContextStorage extends BaseContextStorage implements ContextStorageInterface |
||
| 28 | { |
||
| 29 | use HasContainerTrait { |
||
| 30 | getContainer as public; |
||
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param ContainerInterface $container |
||
| 35 | * @param array $blocks |
||
| 36 | */ |
||
| 37 | 9 | public function __construct(ContainerInterface $container, array $blocks) |
|
| 43 | |||
| 44 | /** |
||
| 45 | * @inheritdoc |
||
| 46 | */ |
||
| 47 | public function getContainer(): ContainerInterface |
||
| 51 | } |
||
| 52 |