aboutsummaryrefslogtreecommitdiff
path: root/lib/lib_rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib_rss.php')
-rw-r--r--lib/lib_rss.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/lib_rss.php b/lib/lib_rss.php
index a7e03d4ea..e7cb7386a 100644
--- a/lib/lib_rss.php
+++ b/lib/lib_rss.php
@@ -17,7 +17,6 @@ if (!function_exists('str_starts_with')) {
}
if (!function_exists('syslog')) {
- // @phpstan-ignore-next-line
if (COPY_SYSLOG_TO_STDERR && !defined('STDERR')) {
define('STDERR', fopen('php://stderr', 'w'));
}
@@ -31,7 +30,6 @@ if (!function_exists('syslog')) {
}
if (function_exists('openlog')) {
- // @phpstan-ignore-next-line
if (COPY_SYSLOG_TO_STDERR) {
openlog('FreshRSS', LOG_CONS | LOG_ODELAY | LOG_PID | LOG_PERROR, LOG_USER);
} else {