Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class GetReflectionFromRequestStep extends AbstractStep |
||
11 | { |
||
12 | |||
13 | /** |
||
14 | * @throws NotFoundHttpException |
||
15 | * @return ProcessorResponse|\Kami\ApiCoreBundle\RequestProcessor\ResponseInterface |
||
16 | */ |
||
17 | public function execute() |
||
26 | } |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * @return array |
||
31 | */ |
||
32 | public function requiresBefore() |
||
35 | } |
||
36 | } |