mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:25:55 +00:00
remove PHPMD.UnusedFormalParameter
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
<?php
|
||||
class Logger_Stdout {
|
||||
|
||||
/**
|
||||
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
|
||||
*/
|
||||
function log_error($errno, $errstr, $file, $line, $context) {
|
||||
|
||||
switch ($errno) {
|
||||
|
||||
Reference in New Issue
Block a user