mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:45:56 +00:00
fix various minor issues reported by static analysis remove redundant php closing tag from several more files
13 lines
204 B
PHP
13 lines
204 B
PHP
<?php
|
|
class Af_Comics_Template extends Af_ComicFilter {
|
|
|
|
function supported() {
|
|
return array("Example");
|
|
}
|
|
|
|
function process(&$article) {
|
|
//$owner_uid = $article["owner_uid"];
|
|
|
|
return false;
|
|
}
|
|
} |