| Total Complexity | 2 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 11 | class BugsnagController extends Controller |
||
| 12 | { |
||
| 13 | private static $allowed_actions = [ |
||
|
|
|||
| 14 | 'build', |
||
| 15 | 'initial' |
||
| 16 | ]; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Simply sends the given release to Bugsnag, to be used in CLI. |
||
| 20 | * |
||
| 21 | * @throws NotFoundExceptionInterface |
||
| 22 | */ |
||
| 23 | public function build(): HTTPResponse |
||
| 39 | } |
||
| 40 | |||
| 41 | public function initial() |
||
| 47 |