mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-15 10:43:55 -04:00
Chore/processing of depreciations and updating code to php72 minimum (#5504)
* processing of depreciations and updating of code to php7.2 minimum * Autoformat many strange array indenting And revert a few unwanted changes --------- Co-authored-by: Luc <sanchezluc+freshrss@gmail.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
This commit is contained in:
@@ -15,7 +15,7 @@ class FreshRSS_error_Controller extends FreshRSS_ActionController {
|
||||
*/
|
||||
public function indexAction(): void {
|
||||
$code_int = Minz_Session::param('error_code', 404);
|
||||
$error_logs = Minz_Session::param('error_logs', array());
|
||||
$error_logs = Minz_Session::param('error_logs', []);
|
||||
Minz_Session::_params([
|
||||
'error_code' => false,
|
||||
'error_logs' => false,
|
||||
|
||||
Reference in New Issue
Block a user