mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:05:55 +00:00
fix various issues reported by static analysis
update gitlab-ci config
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/*
|
||||
* WARNING!
|
||||
/* WARNING!
|
||||
*
|
||||
* If you modify this file, you are ON YOUR OWN!
|
||||
*
|
||||
@@ -21,6 +20,9 @@
|
||||
return $url_path;
|
||||
}
|
||||
|
||||
/**
|
||||
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
|
||||
*/
|
||||
function initial_sanity_check() {
|
||||
|
||||
$errors = array();
|
||||
|
||||
Reference in New Issue
Block a user