| Total Complexity | 4 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 12 | class ClosureStage extends AbstractStage |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @return void |
||
| 16 | */ |
||
| 17 | 5 | public function processCommand() |
|
| 22 | } |
||
| 23 | 5 | } |
|
| 24 | |||
| 25 | /** |
||
| 26 | * @return bool |
||
| 27 | */ |
||
| 28 | 5 | protected function isClosure() |
|
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Run the route action and return the response. |
||
| 35 | * |
||
| 36 | * @return mixed |
||
| 37 | */ |
||
| 38 | 1 | protected function runClosure() |
|
| 47 |