Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
Scrutinizer Auto-Fixer
2015-03-24 11:56:32 +00:00
parent 22935f5aef
commit 2db9954e8a
128 changed files with 5016 additions and 4680 deletions
+8
View File
@@ -271,6 +271,10 @@ function resetSearchnames()
// Categorizes releases.
// $type = name or searchname
// Returns the quantity of categorized releases.
/**
* @param string $type
* @param string $where
*/
function catRelease($type, $where, $echooutput = false)
{
global $pdo;
@@ -296,6 +300,10 @@ function catRelease($type, $where, $echooutput = false)
return $relcount;
}
/**
* @param string $groupname
* @param boolean $usepre
*/
function releaseCleaner($subject, $fromName, $size, $groupname, $usepre)
{
$groups = new \Groups();