mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:01:24 +00:00
Update PHPDOC blocks defined return types where bool was declared and only false was returned
This commit is contained in:
@@ -141,7 +141,7 @@ class Predb extends Model
|
||||
*
|
||||
* @param string $cleanerName
|
||||
*
|
||||
* @return array|bool Array with title/id from PreDB if found, bool False if not found.
|
||||
* @return array|false Array with title/id from PreDB if found, false if not found.
|
||||
*/
|
||||
public static function matchPre($cleanerName)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user