mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-14 18:23:52 -04:00
Fix PHP 7.4 compatibility (#6038)
Some recent PRs have broken PHP 7.4 compatibility due to `mixed` typing.
This commit is contained in:
committed by
GitHub
parent
9c97d8ca72
commit
74ed1e6c57
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
error_reporting(E_ALL);
|
||||
ini_set('display_errors', 1);
|
||||
ini_set('display_errors', '1');
|
||||
|
||||
const COPY_LOG_TO_SYSLOG = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user