| 1 | <?php |
||
| 17 | class NoLimitationSolver implements LimitationSolverInterface |
||
| 18 | { |
||
| 19 | /** {@inheritdoc} */ |
||
| 20 | 131 | public function initialize(RequestExecutorInterface $executor, ExecutionContext $executionContext) |
|
| 24 | |||
| 25 | /** {@inheritdoc} */ |
||
| 26 | 131 | public function finalize(RequestExecutorInterface $executor, ExecutionContext $executionContext) |
|
| 30 | |||
| 31 | /** {@inheritdoc} */ |
||
| 32 | 126 | public function decide( |
|
| 40 | } |
||
| 41 |