| 1 | <?php |
||
| 17 | class NoLimitationSolver implements LimitationSolverInterface |
||
| 18 | { |
||
| 19 | /** {@inheritdoc} */ |
||
| 20 | 121 | public function initialize(RequestExecutorInterface $executor) |
|
| 24 | |||
| 25 | /** {@inheritdoc} */ |
||
| 26 | 121 | public function finalize(RequestExecutorInterface $executor) |
|
| 30 | |||
| 31 | /** {@inheritdoc} */ |
||
| 32 | 116 | public function decide(RequestExecutorInterface $executor, SocketInterface $socket, $totalSockets) |
|
| 36 | } |
||
| 37 |