| Conditions | 2 |
| Paths | 2 |
| Total Lines | 9 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 6 |
| Changes | 0 | ||
| 1 | <?php |
||
| 45 | public static function admin_security_save_settings ($Request) { |
||
| 46 | static::admin_core_options_save($Request, static::$security_options_keys); |
||
| 47 | } |
||
| 48 | /** |
||
| 49 | * Cancel security settings |
||
| 50 | * |
||
| 51 | * @throws \cs\ExitException |
||
| 52 | */ |
||
| 53 | public static function admin_security_cancel_settings () { |
||
| 54 | static::admin_core_options_cancel(); |
||
| 57 |
Our type inference engine in quite powerful, but sometimes the code does not provide enough clues to go by. In these cases we request you to add a
@returnannotation as described here.