Total Complexity | 7 |
Total Lines | 48 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
19 | class PriorityQueueDispatcher extends QueueDispatcher{ |
||
20 | |||
21 | /** |
||
22 | * @inheritDoc |
||
23 | */ |
||
24 | public function addStack(iterable $middlewareStack):QueueDispatcher{ |
||
42 | } |
||
43 | |||
44 | /** |
||
45 | * @inheritDoc |
||
46 | */ |
||
47 | public function add(MiddlewareInterface $middleware):QueueDispatcher{ |
||
58 | } |
||
59 | |||
60 | /** |
||
61 | * |
||
62 | */ |
||
63 | protected function sortMiddleware():void{ |
||
71 |