mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:45:56 +00:00
remove PHPMD.UnusedFormalParameter
This commit is contained in:
@@ -22,9 +22,6 @@ abstract class Plugin {
|
||||
return array();
|
||||
}
|
||||
|
||||
/**
|
||||
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
|
||||
*/
|
||||
function is_public_method($method) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user