mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:25:56 +00:00
fix various issues reported by static analysis
update gitlab-ci config
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<?php
|
||||
class Logger_Syslog {
|
||||
|
||||
/**
|
||||
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
|
||||
*/
|
||||
function log_error($errno, $errstr, $file, $line, $context) {
|
||||
|
||||
switch ($errno) {
|
||||
|
||||
Reference in New Issue
Block a user