| Total Complexity | 5 |
| Total Lines | 50 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | class AppController extends BaseController |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * Human name of this object. |
||
| 25 | * @var string |
||
| 26 | */ |
||
| 27 | public $humanName = ''; |
||
| 28 | |||
| 29 | /** |
||
| 30 | * The form object. |
||
| 31 | * @var object|null |
||
| 32 | */ |
||
| 33 | public $JiraForm = null; |
||
| 34 | |||
| 35 | /** |
||
| 36 | * The html form. |
||
| 37 | * |
||
| 38 | * @return void|\Cake\Http\Response|null Redirects on success. |
||
| 39 | */ |
||
| 40 | public function add() |
||
| 61 | ]); |
||
| 62 | } |
||
| 63 | |||
| 64 | /** |
||
| 65 | * The thank you page after they've submitted their report. |
||
| 66 | * |
||
| 67 | * @return void |
||
| 68 | */ |
||
| 69 | public function thankyou() |
||
| 74 |