mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
Remove return type declaration fot getAlternate function in DNZBFailures
This commit is contained in:
@@ -103,9 +103,9 @@ class DnzbFailures
|
||||
*
|
||||
* @param string $guid
|
||||
* @param string $userid
|
||||
* @return string
|
||||
* @return string|array
|
||||
*/
|
||||
public function getAlternate($guid, $userid): string
|
||||
public function getAlternate($guid, $userid)
|
||||
{
|
||||
$rel = $this->pdo->queryOneRow(
|
||||
sprintf('
|
||||
|
||||
Reference in New Issue
Block a user